[arch-commits] Commit in (3 files)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Thu Oct 17 14:15:48 UTC 2013


    Date: Thursday, October 17, 2013 @ 16:15:48
  Author: mtorromeo
Revision: 98748

Add python2-augeas package

Added:
  python2-augeas/
  python2-augeas/trunk/
  python2-augeas/trunk/PKGBUILD

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

Added: python2-augeas/trunk/PKGBUILD
===================================================================
--- python2-augeas/trunk/PKGBUILD	                        (rev 0)
+++ python2-augeas/trunk/PKGBUILD	2013-10-17 14:15:48 UTC (rev 98748)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python2-augeas
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Pure python bindings for augeas"
+arch=('any')
+license=('LGPL')
+url="http://augeas.net"
+depends=(augeas python2)
+makedepends=('python2-setuptools')
+source=(https://fedorahosted.org/released/python-augeas/python-augeas-$pkgver.tar.gz)
+
+build() {
+    cd "$srcdir/python-augeas-$pkgver"
+    python2 setup.py build
+}
+
+package() {
+    cd "$srcdir/python-augeas-$pkgver"
+    python2 setup.py install --skip-build -O1 --root="$pkgdir"
+}
+
+sha256sums=('2d9e618fad03f68033b5ac94d0d57136df9ed75bf21c6e7877d3107866af89bf')


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



More information about the arch-commits mailing list