From 9ed1b7c54eebe270f8a233fbb1ad5fad67e60436 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 9 Oct 2017 07:29:43 -0400 Subject: [PATCH] whooo boy. --- .gitmodules | 6 ---- bdisk | 2 +- bdisk-git | 2 +- johnny-git | 2 +- lrzip-git | 2 +- nroffedit | 2 +- perl-app-asciio | 2 +- python-conversion | 1 - python-conversion/.SRCINFO | 27 ++++++++++++++ python-conversion/.gitignore | 18 ++++++++++ python-conversion/PKGBUILD | 35 +++++++++++++++++++ python-conversion/conversion-0.0.3.tar.gz.sig | 16 +++++++++ python-inotify | 2 +- python-lrzip | 2 +- python-lvm2py | 1 - python-lvm2py/.SRCINFO | 33 +++++++++++++++++ python-lvm2py/.gitignore | 18 ++++++++++ python-lvm2py/PKGBUILD | 35 +++++++++++++++++++ python-lvm2py/lvm2py-1.0.tar.gz.sig | 16 +++++++++ python-pygpgme-rshk-git | 2 +- python-pylibacl | 2 +- python-steamodd | 2 +- python-steamodd-git | 2 +- python-whois | 2 +- 24 files changed, 211 insertions(+), 21 deletions(-) delete mode 160000 python-conversion create mode 100644 python-conversion/.SRCINFO create mode 100644 python-conversion/.gitignore create mode 100644 python-conversion/PKGBUILD create mode 100644 python-conversion/conversion-0.0.3.tar.gz.sig delete mode 160000 python-lvm2py create mode 100644 python-lvm2py/.SRCINFO create mode 100644 python-lvm2py/.gitignore create mode 100644 python-lvm2py/PKGBUILD create mode 100644 python-lvm2py/lvm2py-1.0.tar.gz.sig diff --git a/.gitmodules b/.gitmodules index 407b659..cc6acd2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -211,9 +211,3 @@ [submodule "python-whois"] url = aur@aur.archlinux.org:python-whois path = python-whois -[submodule "python-lvm2py"] - url = aur@aur.archlinux.org:python-lvm2py - path = python-lvm2py -[submodule "python-conversion"] - url = aur@aur.archlinux.org:python-conversion - path = python-conversion diff --git a/bdisk b/bdisk index 6ac054f..66ba95a 160000 --- a/bdisk +++ b/bdisk @@ -1 +1 @@ -Subproject commit 6ac054f66067d6b0f9a029a9a8a413862420d43c +Subproject commit 66ba95a4f6959183cdf2efa55506588acb916e57 diff --git a/bdisk-git b/bdisk-git index c64d111..5f1e758 160000 --- a/bdisk-git +++ b/bdisk-git @@ -1 +1 @@ -Subproject commit c64d11178b92dfbb425cbd1488600ddc3715074b +Subproject commit 5f1e7585023fbb517d985a27ee8bd8c47c350ca5 diff --git a/johnny-git b/johnny-git index 8d6558f..72d0c3c 160000 --- a/johnny-git +++ b/johnny-git @@ -1 +1 @@ -Subproject commit 8d6558f3fcc5ddd640dc11a0eb5d24ee4ad3b84f +Subproject commit 72d0c3c185f4d0c1a733fdd268302b1428adf0cc diff --git a/lrzip-git b/lrzip-git index 3e6bde9..2690180 160000 --- a/lrzip-git +++ b/lrzip-git @@ -1 +1 @@ -Subproject commit 3e6bde9b75d1f72969b3ba6b4c40925ce11a6594 +Subproject commit 26901806e45c4bc7c4f8e514bfd50c5121a71a80 diff --git a/nroffedit b/nroffedit index e8f7459..f2d634a 160000 --- a/nroffedit +++ b/nroffedit @@ -1 +1 @@ -Subproject commit e8f7459d471a306df3fc04594db567c48d48db03 +Subproject commit f2d634a3ef514ead44a91d4c6e7ac497eaacb2fd diff --git a/perl-app-asciio b/perl-app-asciio index 2b186f5..2c3a5d9 160000 --- a/perl-app-asciio +++ b/perl-app-asciio @@ -1 +1 @@ -Subproject commit 2b186f53c39b7f8f70b3e490d0d75c2e0e5d7c73 +Subproject commit 2c3a5d91b163219636b20260f8761ed224bc60c2 diff --git a/python-conversion b/python-conversion deleted file mode 160000 index 007515e..0000000 --- a/python-conversion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 007515e18ea73cfa597586adac8d5b626d8af553 diff --git a/python-conversion/.SRCINFO b/python-conversion/.SRCINFO new file mode 100644 index 0000000..4fe8e1e --- /dev/null +++ b/python-conversion/.SRCINFO @@ -0,0 +1,27 @@ +# 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 + diff --git a/python-conversion/.gitignore b/python-conversion/.gitignore new file mode 100644 index 0000000..e16177d --- /dev/null +++ b/python-conversion/.gitignore @@ -0,0 +1,18 @@ +*/ +.*.swp +*.pkg.tar.xz +src/ +pkg/ +*.tar +*.tar.bz2 +*.tar.xz +*.tar.gz +*.tgz +*.txz +*.tbz +*.tbz2 +*.zip +*.run +*.7z +*.rar +*.deb diff --git a/python-conversion/PKGBUILD b/python-conversion/PKGBUILD new file mode 100644 index 0000000..cbaadd2 --- /dev/null +++ b/python-conversion/PKGBUILD @@ -0,0 +1,35 @@ +# Maintainer: brent s. +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 +} diff --git a/python-conversion/conversion-0.0.3.tar.gz.sig b/python-conversion/conversion-0.0.3.tar.gz.sig new file mode 100644 index 0000000..c72cf35 --- /dev/null +++ b/python-conversion/conversion-0.0.3.tar.gz.sig @@ -0,0 +1,16 @@ +-----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----- diff --git a/python-inotify b/python-inotify index b7bce5a..fdf2de7 160000 --- a/python-inotify +++ b/python-inotify @@ -1 +1 @@ -Subproject commit b7bce5a29420d9be1c78bbc8c69c1af485a11544 +Subproject commit fdf2de726beecb73d68f17ba69d977e1c5252a56 diff --git a/python-lrzip b/python-lrzip index 1e6e38d..c1f678e 160000 --- a/python-lrzip +++ b/python-lrzip @@ -1 +1 @@ -Subproject commit 1e6e38d9c2bddc65b73a4e205b59929437feaea7 +Subproject commit c1f678e1cdcdadcc6c2b54447a4c4f2d413d5919 diff --git a/python-lvm2py b/python-lvm2py deleted file mode 160000 index ee8686b..0000000 --- a/python-lvm2py +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ee8686bc6c3db26d17dbf9e95599e2223b89f02c diff --git a/python-lvm2py/.SRCINFO b/python-lvm2py/.SRCINFO new file mode 100644 index 0000000..fb62bc3 --- /dev/null +++ b/python-lvm2py/.SRCINFO @@ -0,0 +1,33 @@ +# 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 + diff --git a/python-lvm2py/.gitignore b/python-lvm2py/.gitignore new file mode 100644 index 0000000..e16177d --- /dev/null +++ b/python-lvm2py/.gitignore @@ -0,0 +1,18 @@ +*/ +.*.swp +*.pkg.tar.xz +src/ +pkg/ +*.tar +*.tar.bz2 +*.tar.xz +*.tar.gz +*.tgz +*.txz +*.tbz +*.tbz2 +*.zip +*.run +*.7z +*.rar +*.deb diff --git a/python-lvm2py/PKGBUILD b/python-lvm2py/PKGBUILD new file mode 100644 index 0000000..32ba7a2 --- /dev/null +++ b/python-lvm2py/PKGBUILD @@ -0,0 +1,35 @@ +# Maintainer: brent s. +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 +} diff --git a/python-lvm2py/lvm2py-1.0.tar.gz.sig b/python-lvm2py/lvm2py-1.0.tar.gz.sig new file mode 100644 index 0000000..1bcfee0 --- /dev/null +++ b/python-lvm2py/lvm2py-1.0.tar.gz.sig @@ -0,0 +1,16 @@ +-----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----- diff --git a/python-pygpgme-rshk-git b/python-pygpgme-rshk-git index 5c56a94..0125b71 160000 --- a/python-pygpgme-rshk-git +++ b/python-pygpgme-rshk-git @@ -1 +1 @@ -Subproject commit 5c56a94a039e30b5940f15e18f80e68e3d9ca114 +Subproject commit 0125b7125c20236da13d4e5f6a337d4e41d41bad diff --git a/python-pylibacl b/python-pylibacl index 3ee98f6..3217566 160000 --- a/python-pylibacl +++ b/python-pylibacl @@ -1 +1 @@ -Subproject commit 3ee98f6ece80db77c0b0dbcdf9685a124e76dfaf +Subproject commit 321756665e00b004e8abccfccf6772fcda86af3c diff --git a/python-steamodd b/python-steamodd index d168fa3..cf156f1 160000 --- a/python-steamodd +++ b/python-steamodd @@ -1 +1 @@ -Subproject commit d168fa38020931120ec151136c813177f4155e8d +Subproject commit cf156f125e61b50f82536aea2acfdc622e6bc207 diff --git a/python-steamodd-git b/python-steamodd-git index 5db15b6..262a731 160000 --- a/python-steamodd-git +++ b/python-steamodd-git @@ -1 +1 @@ -Subproject commit 5db15b6d50f47628136442560cd3d7cb3b29175e +Subproject commit 262a731197bdb616b0e9ffad8ed3ec85e44d7d64 diff --git a/python-whois b/python-whois index 4eabfe2..e3810a8 160000 --- a/python-whois +++ b/python-whois @@ -1 +1 @@ -Subproject commit 4eabfe2b0efa9497e3dc95eb6de94a582c67f89b +Subproject commit e3810a83058aaa0539791befb59313122dd96ece