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

Felix Yan felixonmars at archlinux.org
Sat Nov 2 22:26:51 UTC 2019


    Date: Saturday, November 2, 2019 @ 22:26:51
  Author: felixonmars
Revision: 522300

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-02 22:26:50 UTC (rev 522299)
+++ PKGBUILD	2019-11-02 22:26:51 UTC (rev 522300)
@@ -1,29 +0,0 @@
-# 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"
-}

Copied: python-augeas/repos/community-staging-any/PKGBUILD (from rev 522298, python-augeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-02 22:26:51 UTC (rev 522300)
@@ -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=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=('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