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

Felix Yan felixonmars at archlinux.org
Sat Oct 26 04:32:35 UTC 2019


    Date: Saturday, October 26, 2019 @ 04:32:35
  Author: felixonmars
Revision: 520033

archrelease: copy trunk to community-staging-any

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

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

Copied: python-augeas/repos/community-staging-any/PKGBUILD (from rev 520031, python-augeas/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-26 04:32:35 UTC (rev 520033)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-augeas
+pkgver=1.0.3
+pkgrel=3
+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