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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 12:07:03 UTC 2020


    Date: Thursday, November 12, 2020 @ 12:07:02
  Author: felixonmars
Revision: 751659

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 12:06:51 UTC (rev 751658)
+++ PKGBUILD	2020-11-12 12:07:02 UTC (rev 751659)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python-augeas
-pkgver=1.1.0
-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=('34e4e98219b9146ef843d94c2e854e951a9b7e81409e603e77e7defdbb8765c013a2c869a4f5db2244352ca35656e18667a0210dd24099cb3e4552a04b23aef8')
-
-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"
-}

Copied: python-augeas/repos/community-staging-any/PKGBUILD (from rev 751658, python-augeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 12:07:02 UTC (rev 751659)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-augeas
+pkgver=1.1.0
+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=('34e4e98219b9146ef843d94c2e854e951a9b7e81409e603e77e7defdbb8765c013a2c869a4f5db2244352ca35656e18667a0210dd24099cb3e4552a04b23aef8')
+
+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