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

Jelle van der Waa jelle at archlinux.org
Tue May 12 19:57:02 UTC 2020


    Date: Tuesday, May 12, 2020 @ 19:57:02
  Author: jelle
Revision: 627221

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   79 +++++++++++++++++++++++--------------------------------------
 1 file changed, 31 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 19:56:55 UTC (rev 627220)
+++ PKGBUILD	2020-05-12 19:57:02 UTC (rev 627221)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-hacking
-pkgname=('python-hacking' 'python2-hacking')
-pkgver=3.0.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Hacking Guideline Enforcement'
-url='https://docs.openstack.org/developer/hacking'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr'
-             'flake8' 'python2-flake8')
-checkdepends=('python-oslotest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/hacking/archive/$pkgver.tar.gz")
-sha512sums=('cdb1b8edc4dd0ffc4aee38df31b43a7f89fc4b36a9289459c3ff18db2a7759d0146ad2d03d0570f5cd51489614097df7acf5bd2fd0aac4f5a92259fd44003ebc')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cp -a hacking-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/hacking-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hacking-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd hacking-$pkgver
-  stestr run
-}
-
-package_python-hacking() {
-  depends=('python-six' 'flake8')
-
-  cd hacking-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-hacking() {
-  depends=('python2-six' 'python2-flake8')
-
-  cd hacking-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-hacking/repos/community-any/PKGBUILD (from rev 627220, python-hacking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-12 19:57:02 UTC (rev 627221)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hacking
+pkgver=3.0.0
+pkgrel=2
+arch=('any')
+pkgdesc='OpenStack Hacking Guideline Enforcement'
+url='https://docs.openstack.org/developer/hacking'
+license=('Apache')
+depends=('python-six' 'flake8')
+makedepends=('python-setuptools' 'python-pbr' 'flake8')
+checkdepends=('python-oslotest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/hacking/archive/$pkgver.tar.gz")
+sha512sums=('cdb1b8edc4dd0ffc4aee38df31b43a7f89fc4b36a9289459c3ff18db2a7759d0146ad2d03d0570f5cd51489614097df7acf5bd2fd0aac4f5a92259fd44003ebc')
+
+export PBR_VERSION=$pkgver
+
+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