[arch-commits] Commit in python-stevedore/repos (2 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Mar 17 16:32:22 UTC 2014


    Date: Monday, March 17, 2014 @ 17:32:22
  Author: foutrelis
Revision: 107511

archrelease: copy trunk to community-staging-any

Added:
  python-stevedore/repos/community-staging-any/
  python-stevedore/repos/community-staging-any/PKGBUILD
    (from rev 107510, python-stevedore/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: python-stevedore/repos/community-staging-any/PKGBUILD (from rev 107510, python-stevedore/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-17 16:32:22 UTC (rev 107511)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=0.14.1
+pkgrel=2
+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=('4f298be24399150605b08c1abffd1f5fee01f9ab9362eb6ac865198c7290cbdf')
+
+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