[arch-commits] Commit in python-augeas/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 14 14:25:06 UTC 2017


    Date: Sunday, May 14, 2017 @ 14:25:06
  Author: felixonmars
Revision: 227980

archrelease: copy trunk to community-any

Added:
  python-augeas/repos/community-any/
  python-augeas/repos/community-any/PKGBUILD
    (from rev 227979, python-augeas/trunk/PKGBUILD)

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

Copied: python-augeas/repos/community-any/PKGBUILD (from rev 227979, python-augeas/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-05-14 14:25:06 UTC (rev 227980)
@@ -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"
+}



More information about the arch-commits mailing list