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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat Aug 17 15:59:32 UTC 2013


    Date: Saturday, August 17, 2013 @ 17:59:31
  Author: foutrelis
Revision: 95865

archrelease: copy trunk to community-testing-any

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

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

Copied: python-stevedore/repos/community-testing-any/PKGBUILD (from rev 95864, python-stevedore/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-17 15:59:31 UTC (rev 95865)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=0.10
+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=('71a6ffb669c6d84ef0f43f44816257101775f955590986c29a95ce07293fd6e8')
+
+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