updating meta, submodule cleanup, etc. etc.
This commit is contained in:
parent
335fcac736
commit
de3e43d4be
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -43,9 +43,6 @@
|
|||||||
[submodule "johnny-git"]
|
[submodule "johnny-git"]
|
||||||
path = johnny-git
|
path = johnny-git
|
||||||
url = aur@aur.archlinux.org: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"]
|
[submodule "libyuv-git"]
|
||||||
path = libyuv-git
|
path = libyuv-git
|
||||||
url = aur@aur.archlinux.org: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 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
|
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!
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ae06ef5945bd98dfa647a1dd63bdd5b783ef5da5
|
Subproject commit cdfc9676674bd08dfaafc367ad36fa7e0e03dbb0
|
@ -1 +1 @@
|
|||||||
Subproject commit b977809dd4e3f5e81691560a213b097384c71f5a
|
Subproject commit a5b45451d33b886f43b9c516b22dece9e1c9a753
|
2
iozone
2
iozone
@ -1 +1 @@
|
|||||||
Subproject commit e91236715d4e9372d25a09008e379f96d46fac28
|
Subproject commit 8679e9e75bd38be0a97b8e2147a6f7706d99c886
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 704af8709fa8d2e2d41921c59f3d7bbcc8fd9603
|
|
@ -1 +1 @@
|
|||||||
Subproject commit 4c929e49465b953bba918fc788dd71da7dd0ad38
|
Subproject commit dd2d9c6e2c0501ad9d5959ebdc6cf13ba4c4d0b1
|
2
nmtree
2
nmtree
@ -1 +1 @@
|
|||||||
Subproject commit 65c063b6dda90b3254ce2cdaceb87e452c1a7a6d
|
Subproject commit fbfff815c6242029ea184e2da13a9215795333ac
|
1
pisg
Submodule
1
pisg
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e2024821da361594d8060c4cb95b38e841b55221
|
@ -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-----
|
|
@ -1 +1 @@
|
|||||||
Subproject commit 9a9b4cdd6ef351d4ee2914bad1f1bd6bfdcb2369
|
Subproject commit 1b5155f9864fe09faa4cabafea059bb24d265102
|
@ -1 +1 @@
|
|||||||
Subproject commit 4d6137784491d29d4fe5223c8a1bf49798e70b6e
|
Subproject commit 98820f1cbae613b012b5366fd35ccd56a42e0108
|
@ -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-----
|
|
@ -1 +1 @@
|
|||||||
Subproject commit e457a759830d4696b24376881310074a0a11e7f8
|
Subproject commit 8274ee72805115823708e32dcb5eaef28c514ec5
|
@ -1 +1 @@
|
|||||||
Subproject commit 3a66d84a21bf0850b910a52eb74847efbaadb76b
|
Subproject commit f66644cea260d72c503bf648aad0da0c751b10ec
|
@ -1 +1 @@
|
|||||||
Subproject commit 0707b30e9be723d559717e890dc35b119dfaf670
|
Subproject commit a8b769ab46f128c5fd9fbf1ae899d3d6204a9882
|
@ -1 +1 @@
|
|||||||
Subproject commit ffefe36a3765f203b03dbd2db322899e5ee02b7d
|
Subproject commit 4df66b23367228d4d9548829ade659eb5fc88c9a
|
@ -1 +1 @@
|
|||||||
Subproject commit 60d2c38c79d833bd91026ac9ed26a8eeb77ede69
|
Subproject commit 448011b22b53fef8519b99a95eda6280105f144d
|
Loading…
Reference in New Issue
Block a user