[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Sun May 14 14:24:48 UTC 2017


    Date: Sunday, May 14, 2017 @ 14:24:47
  Author: felixonmars
Revision: 227979

addpkg: python-augeas 0.5.0-1

Added:
  python-augeas/
  python-augeas/repos/
  python-augeas/trunk/
  python-augeas/trunk/PKGBUILD

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

Added: python-augeas/trunk/PKGBUILD
===================================================================
--- python-augeas/trunk/PKGBUILD	                        (rev 0)
+++ python-augeas/trunk/PKGBUILD	2017-05-14 14:24:47 UTC (rev 227979)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-augeas
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Pure python bindings for augeas"
+arch=('any')
+license=('LGPL')
+url="http://augeas.net"
+depends=('augeas' 'python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-$pkgver.tar.gz")
+sha512sums=('d93d9e21c720084ee3c1841a2172dd1a4cfb41e668de0f557bd214efd65e685a1e5fc713a7d34e0fed727fe908bb1e8a09a1c10587bc27f3708cbcdee575cc51')
+
+build() {
+  cd python-augeas-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd python-augeas-$pkgver
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+}


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



More information about the arch-commits mailing list