[arch-commits] Commit in (4 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sat Apr 26 22:47:41 UTC 2014


    Date: Sunday, April 27, 2014 @ 00:47:40
  Author: dwallace
Revision: 110201

move python2-xenstore to community

Added:
  python2-xenstore/
  python2-xenstore/repo/
  python2-xenstore/trunk/
  python2-xenstore/trunk/PKGBUILD

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

Added: python2-xenstore/trunk/PKGBUILD
===================================================================
--- python2-xenstore/trunk/PKGBUILD	                        (rev 0)
+++ python2-xenstore/trunk/PKGBUILD	2014-04-26 22:47:40 UTC (rev 110201)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+pkgname=python2-pyxenstore
+pkgver=0.0.2
+pkgrel=3
+pkgdesc="Python XenStore Module"
+arch=('x86_64' 'i686')
+url="https://pypi.python.org/pypi/pyxenstore"
+license=('GPL')
+depends=('python2' 'xenstore')
+makedepends=('python2-distribute')
+source=("https://pypi.python.org/packages/source/p/py${pkgname#*-}/py${pkgname#*-}-$pkgver.tar.gz")
+md5sums=('4da2524ed0ec9439afc5c9a46ac21c6c')
+
+build() {
+  cd "$srcdir/${pkgname#*-}-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/${pkgname#*-}-$pkgver"
+  python2 setup.py install --root="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: python2-xenstore/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list