[arch-commits] Commit in python-stevedore/repos/community-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Sep 18 21:05:33 UTC 2014
Date: Thursday, September 18, 2014 @ 23:05:33
Author: foutrelis
Revision: 119205
archrelease: copy trunk to community-any
Added:
python-stevedore/repos/community-any/PKGBUILD
(from rev 119204, python-stevedore/trunk/PKGBUILD)
Deleted:
python-stevedore/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-09-18 21:05:21 UTC (rev 119204)
+++ PKGBUILD 2014-09-18 21:05:33 UTC (rev 119205)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=0.15
-pkgrel=1
-pkgdesc="Manage dynamic plugins for Python applications"
-arch=('any')
-url="https://github.com/dreamhost/stevedore"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847')
-
-package_python-stevedore() {
- depends=('python')
-
- cd "$srcdir/stevedore-$pkgver"
- python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-stevedore() {
- depends=('python2')
-
- 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 119204, python-stevedore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-09-18 21:05:33 UTC (rev 119205)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Manage dynamic plugins for Python applications"
+arch=('any')
+url="https://github.com/dreamhost/stevedore"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f')
+
+package_python-stevedore() {
+ depends=('python')
+
+ cd "$srcdir/stevedore-$pkgver"
+ python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-stevedore() {
+ depends=('python2')
+
+ 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