[arch-commits] Commit in python-stevedore/repos/community-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Sep 5 10:42:22 UTC 2019
Date: Thursday, September 5, 2019 @ 10:42:21
Author: foutrelis
Revision: 508193
archrelease: copy trunk to community-any
Added:
python-stevedore/repos/community-any/PKGBUILD
(from rev 508192, python-stevedore/trunk/PKGBUILD)
Deleted:
python-stevedore/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-05 10:42:17 UTC (rev 508192)
+++ PKGBUILD 2019-09-05 10:42:21 UTC (rev 508193)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.30.0
-pkgrel=1
-pkgdesc="Manage dynamic plugins for Python applications"
-arch=('any')
-url="https://github.com/openstack/stevedore"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-options=('!emptydirs')
-source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('b92bc7add1a53fb76c634a178978d113330aaf2006f9498d9e2414b31fbfc104')
-
-prepare() {
- cd "$srcdir/stevedore-$pkgver"
-
- # Remove dependency on pbr; it's not a runtime dependency
- sed -i '/pbr/d' requirements.txt
-}
-
-package_python-stevedore() {
- depends=('python-setuptools' 'python-six')
-
- cd "$srcdir/stevedore-$pkgver"
- python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-stevedore() {
- depends=('python2-setuptools' 'python2-six')
-
- cd "$srcdir/stevedore-$pkgver"
- python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 508192, python-stevedore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-09-05 10:42:21 UTC (rev 508193)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=1.31.0
+pkgrel=1
+pkgdesc="Manage dynamic plugins for Python applications"
+arch=('any')
+url="https://github.com/openstack/stevedore"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'git')
+options=('!emptydirs')
+source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('e0739f9739a681c7a1fda76a102b65295e96a144ccdb552f2ae03c5f0abe8a14')
+
+prepare() {
+ cd "$srcdir/stevedore-$pkgver"
+
+ # Remove dependency on pbr; it's not a runtime dependency
+ sed -i '/pbr/d' requirements.txt
+}
+
+package_python-stevedore() {
+ depends=('python-setuptools' 'python-six')
+
+ cd "$srcdir/stevedore-$pkgver"
+ python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-stevedore() {
+ depends=('python2-setuptools' 'python2-six')
+
+ cd "$srcdir/stevedore-$pkgver"
+ python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list