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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:18:14 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:18:13
  Author: felixonmars
Revision: 1061987

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:18:09 UTC (rev 1061986)
+++ PKGBUILD	2021-12-02 15:18:13 UTC (rev 1061987)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-debtcollector
-pkgver=2.3.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='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=('cd7173beab34e23e72d089374fd9e2188e4649230e61f0e2a1ebda9d740b7a4c2d5e290ed137be0a05431b0a17c9b84536c117dbec09c1d9d855c60d9f1833ce')
-
-prepare() {
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/debtcollector-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd debtcollector-$pkgver
-  stestr run
-}
-
-package() {
-  cd debtcollector-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-debtcollector/repos/community-staging-any/PKGBUILD (from rev 1061986, python-debtcollector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:18:13 UTC (rev 1061987)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-debtcollector
+pkgver=2.3.0
+pkgrel=3
+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=('cd7173beab34e23e72d089374fd9e2188e4649230e61f0e2a1ebda9d740b7a4c2d5e290ed137be0a05431b0a17c9b84536c117dbec09c1d9d855c60d9f1833ce')
+
+prepare() {
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/debtcollector-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd debtcollector-$pkgver
+  stestr run
+}
+
+package() {
+  cd debtcollector-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list