Date: Thursday, March 17, 2022 @ 22:54:06 Author: felixonmars Revision: 1157250
upgpkg: python-debtcollector 2.5.0-1 Modified: python-debtcollector/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-17 22:54:01 UTC (rev 1157249) +++ PKGBUILD 2022-03-17 22:54:06 UTC (rev 1157250) @@ -1,24 +1,22 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-debtcollector -pkgver=2.4.0 +pkgver=2.5.0 pkgrel=1 arch=('any') pkgdesc='A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.' url='https://docs.openstack.org/developer/debtcollector' license=('Apache') -depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt') -makedepends=('python-setuptools') -checkdepends=('python-oslotest') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz") -sha512sums=('ba04507fb7579e63b0a03623b40df5b97fe24396589a2b88ba6bd1338b1934e004fe671bfbe32e7463ebfcab21191afc307beaadb270f96257f69d5cddb7fa53') +depends=('python-wrapt') +makedepends=('python-pbr') +checkdepends=('python-stestr') +source=("https://github.com/openstack/debtcollector/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('a6f00eece3e5fa61feef39a4d10f82f81a2548eac06b2650b2caea2ee525ce886db0994053b64032adf06171d94dfb7f90af06acc56ddde76a62188ee8f4f9ae') -prepare() { - export PBR_VERSION=$pkgver -} +export PBR_VERSION=$pkgver build() { - cd "$srcdir"/debtcollector-$pkgver + cd debtcollector-$pkgver python setup.py build }
