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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 18:41:59 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:41:59
  Author: felixonmars
Revision: 1062161

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:41:50 UTC (rev 1062160)
+++ PKGBUILD	2021-12-02 18:41:59 UTC (rev 1062161)
@@ -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=4
-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 1062160, python-augeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:41:59 UTC (rev 1062161)
@@ -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=5
+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