[arch-commits] Commit in python2-xenstore (5 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sat Apr 26 22:52:24 UTC 2014


    Date: Sunday, April 27, 2014 @ 00:52:24
  Author: dwallace
Revision: 110203

archrelease: copy trunk to community-x86_64, community-i686

Added:
  python2-xenstore/repos/
  python2-xenstore/repos/community-i686/
  python2-xenstore/repos/community-i686/PKGBUILD
    (from rev 110202, python2-xenstore/trunk/PKGBUILD)
  python2-xenstore/repos/community-x86_64/
  python2-xenstore/repos/community-x86_64/PKGBUILD
    (from rev 110202, python2-xenstore/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: python2-xenstore/repos/community-i686/PKGBUILD (from rev 110202, python2-xenstore/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-04-26 22:52:24 UTC (rev 110203)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+pkgname=python2-xenstore
+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/py${pkgname#*-}-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/py${pkgname#*-}-$pkgver"
+  python2 setup.py install --root="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-xenstore/repos/community-x86_64/PKGBUILD (from rev 110202, python2-xenstore/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-04-26 22:52:24 UTC (rev 110203)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+pkgname=python2-xenstore
+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/py${pkgname#*-}-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/py${pkgname#*-}-$pkgver"
+  python2 setup.py install --root="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list