[arch-commits] Commit in python-debtcollector/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 14 06:28:05 UTC 2016


    Date: Thursday, July 14, 2016 @ 06:28:05
  Author: felixonmars
Revision: 182846

upgpkg: python-debtcollector 1.6.0-1

Modified:
  python-debtcollector/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-14 02:38:49 UTC (rev 182845)
+++ PKGBUILD	2016-07-14 06:28:05 UTC (rev 182846)
@@ -3,7 +3,7 @@
 
 pkgbase=python-debtcollector
 pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.5.0
+pkgver=1.6.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.'
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr'
              'python-babel' 'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
-checkdepends=('python-testrepository' 'python2-testrepository')
+checkdepends=('python-oslotest' 'python2-oslotest')
 source=("git+https://git.openstack.org/openstack/debtcollector#tag=$pkgver")
 sha512sums=('SKIP')
 
@@ -28,13 +28,11 @@
 }
 
 check() {
-  # Disabled for now, as it brings in too many dependencies
-
   cd "$srcdir"/debtcollector
-  # python setup.py testr
+  python setup.py testr
 
   cd "$srcdir"/debtcollector-py2
-  # python2 setup.py testr
+  python2 setup.py testr
 }
 
 package_python-debtcollector() {



More information about the arch-commits mailing list