Date: Wednesday, May 3, 2023 @ 18:20:49 Author: arojas Revision: 1458429
archrelease: copy trunk to community-any Added: python-hs-dbus-signature/repos/community-any/PKGBUILD (from rev 1458428, python-hs-dbus-signature/trunk/PKGBUILD) Deleted: python-hs-dbus-signature/repos/community-any/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-05-03 18:20:36 UTC (rev 1458428) +++ PKGBUILD 2023-05-03 18:20:49 UTC (rev 1458429) @@ -1,30 +0,0 @@ -# Maintainer: Jiachen YANG <farsee...@gmail.com> - -pkgname=python-hs-dbus-signature -_pkgname=hs-dbus-signature -pkgver=0.7 -pkgrel=1 -pkgdesc="dbus signature hypothesis strategy generator" -url="https://github.com/stratis-storage/hs-dbus-signature" -depends=('python-hypothesis' ) -makedepends=('python' 'python-setuptools') -checkdepends=('python-nose') -license=('MPL2') -arch=('any') -source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz) -sha256sums=('34d9d37125fe2bccd4fac8f5401775de1eda11737d56a96d24c3560ae86067a2') - -check() { - cd ${_pkgname}-${pkgver} - nosetests -} - -build() { - cd ${_pkgname}-${pkgver} - python setup.py build -} - -package() { - cd ${_pkgname}-${pkgver} - python setup.py install --root="${pkgdir}" --optimize=1 -} Copied: python-hs-dbus-signature/repos/community-any/PKGBUILD (from rev 1458428, python-hs-dbus-signature/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-05-03 18:20:49 UTC (rev 1458429) @@ -0,0 +1,30 @@ +# Maintainer: Jiachen YANG <farsee...@gmail.com> + +pkgname=python-hs-dbus-signature +_pkgname=hs-dbus-signature +pkgver=0.7 +pkgrel=4 +pkgdesc="dbus signature hypothesis strategy generator" +url="https://github.com/stratis-storage/hs-dbus-signature" +depends=('python-hypothesis' ) +makedepends=('python' 'python-setuptools') +checkdepends=('python-nose') +license=('MPL2') +arch=('any') +source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz) +sha256sums=('34d9d37125fe2bccd4fac8f5401775de1eda11737d56a96d24c3560ae86067a2') + +check() { + cd ${_pkgname}-${pkgver} + nosetests +} + +build() { + cd ${_pkgname}-${pkgver} + python setup.py build +} + +package() { + cd ${_pkgname}-${pkgver} + python setup.py install --root="${pkgdir}" --optimize=1 +}