[arch-commits] Commit in python-debtcollector/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jul 20 03:11:17 UTC 2018


    Date: Friday, July 20, 2018 @ 03:11:17
  Author: felixonmars
Revision: 362485

archrelease: copy trunk to community-staging-any

Added:
  python-debtcollector/repos/community-staging-any/PKGBUILD
    (from rev 362484, python-debtcollector/trunk/PKGBUILD)
Deleted:
  python-debtcollector/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |  105 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 03:10:58 UTC (rev 362484)
+++ PKGBUILD	2018-07-20 03:11:17 UTC (rev 362485)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-debtcollector
-pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.19.0
-pkgrel=2
-arch=('any')
-pkgdesc='A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.'
-url='http://docs.openstack.org/developer/debtcollector'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel'
-             'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testrepository'
-              'python2-testrepository')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz")
-sha512sums=('90e11584c22bc0947599fc5b7ecd44eae9cb82f6a26b32aa6a56a1698dde47ad1a00fe90d10dc46ddb816c19445a4563c22d2360ae1688c76ffb5695f6048b59')
-
-prepare() {
-  cp -a debtcollector-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/debtcollector-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/debtcollector-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/debtcollector-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/debtcollector-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-debtcollector() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
-
-  cd debtcollector-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-debtcollector() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 'python2-funcsigs')
-
-  cd debtcollector-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-debtcollector/repos/community-staging-any/PKGBUILD (from rev 362484, python-debtcollector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-20 03:11:17 UTC (rev 362485)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-debtcollector
+pkgname=('python-debtcollector' 'python2-debtcollector')
+pkgver=1.20.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='http://docs.openstack.org/developer/debtcollector'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel'
+             'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz")
+sha512sums=('d3237ec7b3c889ea17ce0950a9df773436963fdc54fa5509b06c48fe9e52e480d8a5545eef11af2a2b3289a0af3d9e79661bc8621f30ec32af2eb25653963980')
+
+prepare() {
+  cp -a debtcollector-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/debtcollector-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/debtcollector-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/debtcollector-$pkgver
+  stestr run
+
+  cd "$srcdir"/debtcollector-$pkgver-py2
+  stestr2 run
+}
+
+package_python-debtcollector() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
+
+  cd debtcollector-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-debtcollector() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 'python2-funcsigs')
+
+  cd debtcollector-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list