[arch-commits] Commit in python-augeas/repos (2 files)

Eli Schwartz eschwartz at archlinux.org
Wed Jul 4 19:03:03 UTC 2018


    Date: Wednesday, July 4, 2018 @ 19:03:03
  Author: eschwartz
Revision: 352065

archrelease: copy trunk to community-staging-any

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

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

Copied: python-augeas/repos/community-staging-any/PKGBUILD (from rev 352064, python-augeas/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-04 19:03:03 UTC (rev 352065)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-augeas
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Python bindings for Augeas"
+arch=('any')
+license=('LGPL')
+url="http://augeas.net"
+depends=('augeas' 'python-cffi')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-$pkgver.tar.gz")
+sha512sums=('737b41e7bb438d80da75b55714c3f0b1706a4b2cacddd20fadf855bc3044e532f4079319b3775032e6f6009cf7f282af33fdf583332772b443a6c2d4925639fa')
+
+build() {
+  cd python-augeas-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-augeas-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" make check
+}
+
+package() {
+  cd python-augeas-$pkgver
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list