[arch-commits] Commit in python-hacking/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 21 20:30:43 UTC 2021


    Date: Wednesday, April 21, 2021 @ 20:30:43
  Author: felixonmars
Revision: 920660

archrelease: copy trunk to community-any

Added:
  python-hacking/repos/community-any/PKGBUILD
    (from rev 920659, python-hacking/trunk/PKGBUILD)
Deleted:
  python-hacking/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 20:30:28 UTC (rev 920659)
+++ PKGBUILD	2021-04-21 20:30:43 UTC (rev 920660)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hacking
-pkgver=4.0.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Hacking Guideline Enforcement'
-url='https://docs.openstack.org/developer/hacking'
-license=('Apache')
-depends=('flake8')
-makedepends=('python-pbr' 'python-setuptools')
-checkdepends=('python-ddt' 'python-oslotest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/hacking/archive/$pkgver.tar.gz")
-sha512sums=('2006fd222a8ca6047fde5d66bb3dc91b366179d4e508e84ca789e2d4853cbc7405f29133e30c6333e93c7c5fc991be4dac0cda91dd60e475e64c45af5cc7fb87')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cd hacking-$pkgver
-  sed -i 's/<.*//' requirements.txt
-}
-
-build() {
-  cd "$srcdir"/hacking-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd hacking-$pkgver
-  stestr run
-}
-
-package_python-hacking() {
-  cd hacking-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-hacking/repos/community-any/PKGBUILD (from rev 920659, python-hacking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-21 20:30:43 UTC (rev 920660)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hacking
+pkgver=4.1.0
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Hacking Guideline Enforcement'
+url='https://docs.openstack.org/developer/hacking'
+license=('Apache')
+depends=('flake8')
+makedepends=('python-pbr' 'python-setuptools')
+checkdepends=('python-ddt' 'python-oslotest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/hacking/archive/$pkgver.tar.gz")
+sha512sums=('25d6a76bdf0b6243cb9b28e64aaa8c9e80598cb44d794ec1714fa518a6e6d19a291a1c711a71dd0bdcb79d5b3135b791bfb5fed94ab97af095fcd88209d62ba4')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  cd hacking-$pkgver
+  sed -i 's/<.*//' requirements.txt
+}
+
+build() {
+  cd "$srcdir"/hacking-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd hacking-$pkgver
+  stestr run
+}
+
+package_python-hacking() {
+  cd hacking-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list