[arch-commits] Commit in python-augeas/repos/community-any (3 files)

Felix Yan felixonmars at archlinux.org
Tue Aug 22 14:40:02 UTC 2017


    Date: Tuesday, August 22, 2017 @ 14:40:01
  Author: felixonmars
Revision: 252941

archrelease: copy trunk to community-any

Added:
  python-augeas/repos/community-any/PKGBUILD
    (from rev 252940, python-augeas/trunk/PKGBUILD)
Deleted:
  python-augeas/repos/community-any/PKGBUILD
  python-augeas/repos/community-any/issue26.patch

---------------+
 PKGBUILD      |   68 ++++++++++++++++++++++++--------------------------------
 issue26.patch |   13 ----------
 2 files changed, 30 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-22 14:39:40 UTC (rev 252940)
+++ PKGBUILD	2017-08-22 14:40:01 UTC (rev 252941)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python-augeas
-pkgver=1.0.2
-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"
-        issue26.patch)
-sha512sums=('c24c8f01420ca474be2903d3da35a246fa74f5ae848bb9267bf4a2166d3a4c64fa4d29a1c5aad6dac3c43251cda90673d6a5a72e6ebdd192e147baa03281e727'
-            'b59554d38a63f6ad944827e8cacb2631ea8996a1e58620447635cdf9aadc33d04c40651680f1b0252265b4940ff15534c879e5ea2484ce394b0ba76c0bc5ba81')
-
-prepare() {
-  cd python-augeas-$pkgver
-  # https://github.com/hercules-team/python-augeas/issues/26
-  patch -p1 -i ../issue26.patch
-}
-
-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-any/PKGBUILD (from rev 252940, python-augeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-22 14:40:01 UTC (rev 252941)
@@ -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=1
+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"
+}

Deleted: issue26.patch
===================================================================
--- issue26.patch	2017-08-22 14:39:40 UTC (rev 252940)
+++ issue26.patch	2017-08-22 14:40:01 UTC (rev 252941)
@@ -1,13 +0,0 @@
-diff --git a/augeas/__init__.py b/augeas/__init__.py
-index ab9a2b1..ccfcec0 100644
---- a/augeas/__init__.py
-+++ b/augeas/__init__.py
-@@ -57,7 +57,7 @@ def enc(st):
-     if st:
-         return st.encode(AUGENC)
-     else:
--        return ''
-+        return b''
- 
- 
- def dec(st):
\ No newline at end of file



More information about the arch-commits mailing list