updating meta, submodule cleanup, etc. etc.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -43,9 +43,6 @@
|
||||
[submodule "johnny-git"]
|
||||
path = johnny-git
|
||||
url = aur@aur.archlinux.org:johnny-git
|
||||
[submodule "kismet-allplugins"]
|
||||
path = kismet-allplugins
|
||||
url = aur@aur.archlinux.org:kismet-allplugins
|
||||
[submodule "libyuv-git"]
|
||||
path = libyuv-git
|
||||
url = aur@aur.archlinux.org:libyuv-git
|
||||
|
||||
22
_docs/TODO
22
_docs/TODO
@@ -12,3 +12,25 @@ in README, need to mention HOW to use scripts- and how to sign packages, how to
|
||||
python rewrite of new packages is almost done. the biggest part is done, anyways- still need the other menu options fleshed out and to bring it all together under a __main__
|
||||
|
||||
python packages: see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-gitdb2 for example
|
||||
|
||||
|
||||
-remove python-conversion
|
||||
-fix the whole fucking thing with pisg-fixed
|
||||
|
||||
|
||||
can i use beautifulsoul/urllib/etc. to submit a comment once the package is added? if so:
|
||||
|
||||
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
|
||||
# News updates for packages can be followed at https://devblog.square-r00t.net
|
||||
|
||||
(If you want an RSS-feed only pertaining to my AUR packages, you can subscribe to https://devblog.square-r00t.net/rss/?category=aur in your favourite RSS reader.)
|
||||
|
||||
Note that you should still use the AUR web interface for flagging packages as out-of-date if a new version is released; the aforementioned bug tracker is to aid in issues with building/packaging/the PKGBUILD formats/etc. specifically.
|
||||
|
||||
GPG signature "errors" are explained here:
|
||||
https://devblog.square-r00t.net/articles/a-note-on-using-gpg-signatures-in-pkgbuilds
|
||||
|
||||
Please read; it's not a bug.
|
||||
|
||||
|
||||
Thanks!
|
||||
|
||||
Submodule dhcplease updated: ae06ef5945...cdfc967667
Submodule dhcplease-git updated: b977809dd4...a5b45451d3
2
iozone
2
iozone
Submodule iozone updated: e91236715d...8679e9e75b
Submodule kismet-allplugins deleted from 704af8709f
Submodule mtree-git updated: 4c929e4946...dd2d9c6e2c
2
nmtree
2
nmtree
Submodule nmtree updated: 65c063b6dd...fbfff815c6
1
pisg
Submodule
1
pisg
Submodule
Submodule pisg added at e2024821da
@@ -1,27 +0,0 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Mon Oct 9 11:02:47 UTC 2017
|
||||
pkgbase = python-conversion
|
||||
pkgdesc = Utility functions to convert strings to Python types.
|
||||
pkgver = 0.0.3
|
||||
pkgrel = 2
|
||||
url = http://github.com/rca/conversion
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = APACHE
|
||||
makedepends = python
|
||||
makedepends = python2
|
||||
makedepends = python-setuptools
|
||||
makedepends = python2-setuptools
|
||||
depends = python
|
||||
depends = python2
|
||||
source = https://files.pythonhosted.org/packages/source/c/conversion/conversion-0.0.3.tar.gz
|
||||
source = conversion-0.0.3.tar.gz.sig
|
||||
sha512sums = ad916391f64618daf5c81d5805ee7f72d78c3a82abac55d58b94f22c96d1b8a06f3be20b41f4a1a62395b373e51552237b07f3322ee568f28dc6d0c261075be3
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = python-conversion
|
||||
depends = python
|
||||
|
||||
pkgname = python2-conversion
|
||||
depends = python2
|
||||
|
||||
18
python-conversion/.gitignore
vendored
18
python-conversion/.gitignore
vendored
@@ -1,18 +0,0 @@
|
||||
*/
|
||||
.*.swp
|
||||
*.pkg.tar.xz
|
||||
src/
|
||||
pkg/
|
||||
*.tar
|
||||
*.tar.bz2
|
||||
*.tar.xz
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.txz
|
||||
*.tbz
|
||||
*.tbz2
|
||||
*.zip
|
||||
*.run
|
||||
*.7z
|
||||
*.rar
|
||||
*.deb
|
||||
@@ -1,35 +0,0 @@
|
||||
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
|
||||
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
|
||||
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
|
||||
# News updates for packages can be followed at https://devblog.square-r00t.net
|
||||
pkgname=('python-conversion' 'python2-conversion')
|
||||
pkgver=0.0.3
|
||||
pkgrel=2
|
||||
pkgdesc="Utility functions to convert strings to Python types."
|
||||
arch=( 'i686' 'x86_64' )
|
||||
url="http://github.com/rca/conversion"
|
||||
license=( 'APACHE' )
|
||||
depends=( 'python' 'python2' )
|
||||
makedepends=( 'python' 'python2' 'python-setuptools' 'python2-setuptools' )
|
||||
_pkgname=conversion
|
||||
install=
|
||||
changelog=
|
||||
noextract=()
|
||||
source=("https://files.pythonhosted.org/packages/source/c/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
|
||||
"${_pkgname}-${pkgver}.tar.gz.sig")
|
||||
sha512sums=('ad916391f64618daf5c81d5805ee7f72d78c3a82abac55d58b94f22c96d1b8a06f3be20b41f4a1a62395b373e51552237b07f3322ee568f28dc6d0c261075be3'
|
||||
'SKIP')
|
||||
|
||||
package_python-conversion() {
|
||||
depends=('python')
|
||||
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python setup.py install --root="${pkgdir}" --optimize=1
|
||||
}
|
||||
|
||||
package_python2-conversion() {
|
||||
depends=('python2')
|
||||
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python2 setup.py install --root="${pkgdir}" --optimize=1
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdIIx68vYCKFPXoXSjABML5NIH2sFAlnbVscACgkQjABML5NI
|
||||
H2sSmQ/+IiI3sdUiu9dUGF/x2JnZ+RQ8n4/QEZm4EkgUqgx6SX385RUEc98XHtwk
|
||||
/wOetv1lU7sCVcr0gZ+VChbzEwJhOUH2KYzikcfoapj9OBZtsW8J0k3eFEUmJ3pm
|
||||
9578WPCYlQD5gmXIOxqCjETVF7LG+iiz6GMpN/9cj1kpoyQZYK9y8puSrhENTkLC
|
||||
mlXqBnF0fXdAOFprq9bzfssf2lX8lrYp3yzwF2j82KWq+1G3pMDtYZhoAHLHTvEn
|
||||
q/065XhwGHzTQCuhJxEg+0G524jkuonA96esFJf0RpBjnsOZQlI183RY57SrVppX
|
||||
g+6SLy6hJISKwvis6MI5iHIviF9MYNuLRYeF0ZXZqFMgch5zfvP+ALCnQsqZxunm
|
||||
b651D3Z/2eiAFTsF36TAQ/sX9WwioQkHgXwoZgjeGKxXs3lA7OaK2Y7jhvM3s27m
|
||||
14ah9tJT9OdetqFnA0zMekkTsqzvL/diyublEuAw4u8HuXI0yBimFAHrBbfT5boz
|
||||
6i/IGOgYo78YJPeJptxe+yB2JUR3xa5q4mQJLNU/zOGZkcBeBFb2uzeMaA67qMro
|
||||
0zh8ud8tsZnAFUFy5sHuhpF5bR/xvbWJKQbyAWDzO3UUA1NQq6SrH+luIMuoj/X8
|
||||
aG825kBXEIdqR5NXM89v5Q54i7E1hJwz7Lubbi7er/Cuq/zakIA=
|
||||
=YBaL
|
||||
-----END PGP SIGNATURE-----
|
||||
Submodule python-grpcio updated: 9a9b4cdd6e...1b5155f986
Submodule python-grpcio-tools updated: 4d61377844...98820f1cba
@@ -1,33 +0,0 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Mon Oct 9 11:04:02 UTC 2017
|
||||
pkgbase = python-lvm2py
|
||||
pkgdesc = A ctypes based binding for lvm’s liblvm2app api
|
||||
pkgver = 1.0
|
||||
pkgrel = 4
|
||||
url = http://xzased.github.com/lvm2py
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
makedepends = python
|
||||
makedepends = python2
|
||||
makedepends = lvm2
|
||||
makedepends = python-setuptools
|
||||
makedepends = python2-setuptools
|
||||
depends = python
|
||||
depends = python2
|
||||
depends = python-conversion
|
||||
depends = python2-conversion
|
||||
depends = lvm2
|
||||
source = https://files.pythonhosted.org/packages/source/l/lvm2py/lvm2py-1.0.tar.gz
|
||||
source = lvm2py-1.0.tar.gz.sig
|
||||
sha512sums = 2d3761880ce81a56062ffb489c6f8a0dfb99c0a6deb1b5ee8d5df5e121f25137ef0b49b7d9274cb549f370dfe72933b6bb196f7b2b6c3dec20491d42952ac90c
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = python-lvm2py
|
||||
depends = python
|
||||
depends = python-conversion
|
||||
|
||||
pkgname = python2-lvm2py
|
||||
depends = python2
|
||||
depends = python2-conversion
|
||||
|
||||
18
python-lvm2py/.gitignore
vendored
18
python-lvm2py/.gitignore
vendored
@@ -1,18 +0,0 @@
|
||||
*/
|
||||
.*.swp
|
||||
*.pkg.tar.xz
|
||||
src/
|
||||
pkg/
|
||||
*.tar
|
||||
*.tar.bz2
|
||||
*.tar.xz
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.txz
|
||||
*.tbz
|
||||
*.tbz2
|
||||
*.zip
|
||||
*.run
|
||||
*.7z
|
||||
*.rar
|
||||
*.deb
|
||||
@@ -1,35 +0,0 @@
|
||||
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
|
||||
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
|
||||
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
|
||||
# News updates for packages can be followed at https://devblog.square-r00t.net
|
||||
pkgname=('python-lvm2py' 'python2-lvm2py')
|
||||
pkgver=1.0
|
||||
pkgrel=4
|
||||
pkgdesc="A ctypes based binding for lvm’s liblvm2app api"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://xzased.github.com/lvm2py"
|
||||
license=('GPL3')
|
||||
depends=('python' 'python2' 'python-conversion' 'python2-conversion' 'lvm2')
|
||||
makedepends=('python' 'python2' 'lvm2' 'python-setuptools' 'python2-setuptools')
|
||||
_pkgname=lvm2py
|
||||
install=
|
||||
changelog=
|
||||
noextract=()
|
||||
source=("https://files.pythonhosted.org/packages/source/l/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
|
||||
"${_pkgname}-${pkgver}.tar.gz.sig")
|
||||
sha512sums=('2d3761880ce81a56062ffb489c6f8a0dfb99c0a6deb1b5ee8d5df5e121f25137ef0b49b7d9274cb549f370dfe72933b6bb196f7b2b6c3dec20491d42952ac90c'
|
||||
'SKIP')
|
||||
|
||||
package_python-lvm2py() {
|
||||
depends=('python' 'python-conversion')
|
||||
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python setup.py install --root="${pkgdir}" --optimize=1
|
||||
}
|
||||
|
||||
package_python2-lvm2py() {
|
||||
depends=('python2' 'python2-conversion')
|
||||
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python2 setup.py install --root="${pkgdir}" --optimize=1
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdIIx68vYCKFPXoXSjABML5NIH2sFAlnbUOsACgkQjABML5NI
|
||||
H2sRAg//eLio2AuGa4zgO8PiAarHzZ1km0O3Ws8Fg+I95jMg9O3rs2WJZ6X3bDeF
|
||||
ISL/MvrK3BzTOwH6OwU8cRWr4Q8w/3eZzQATYMmqVSWPcBGwLi2b2XZ9GR+J0Tx9
|
||||
8/0WWLWlPScyEb7Ksh8OenI2s5INkxJLueRktird+Oz5eORzzrb0bzijZPvbojfE
|
||||
A34QD5h1GMfa+wDbfEKwVZzlXCmO3vlnnUHArD66MZCi5eev5U6rlBWJNqpSLZuX
|
||||
+U25vnedT5VP1S5UjHeGxNZuX3JKi5+dJBKjAPbnY7SddWylskrQuMXQbBFj76Ak
|
||||
62UooKE0nCeY4kFulSbB4FVNLEQPYKaIxqKlWu1mrzAMWI0r5mFy1LFh/i/6fykv
|
||||
bghB1X5KyFLr2pqzbiez3R2Xl80SZuQ11NF8NygtscMBfCqlNQ9sEAQLihKnSB5/
|
||||
BydfSIJIYkF8K5OKn8bR0MFgXtI7/Xkgmpy9joOtCpOi9/iqjmBpc8khpWJedrBY
|
||||
Skt7ZFygZoYS7rbDVLRNrJCVG8EL+Hrlk0QdazBQNwaiAuKMTeeMtABqV5RWhV4j
|
||||
4l+G0TdyrQoSLGecPUV3EYbNwWJlnyc/tBk6/UdKRdhS8izgmpzIEZPF+f66+gcy
|
||||
LMW3X/yQgbtO3aIAHvr/f3V6vjQiSzIx+cow96p+p0M1qTslp6M=
|
||||
=Dav0
|
||||
-----END PGP SIGNATURE-----
|
||||
Submodule python-mdstat updated: e457a75983...8274ee7280
Submodule python-pyqrcode updated: 3a66d84a21...f66644cea2
Submodule python-semantic_version updated: 0707b30e9b...a8b769ab46
Submodule spearmint updated: ffefe36a37...4df66b2336
Submodule spearmint-git updated: 60d2c38c79...448011b22b
Reference in New Issue
Block a user