pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-augeas py-augeas: updated to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aef7dcc73f3e
branches:  trunk
changeset: 423377:aef7dcc73f3e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 16 20:21:54 2020 +0000

description:
py-augeas: updated to 1.1.0

1.1.0:
Unknown changes

diffstat:

 sysutils/py-augeas/Makefile               |   4 ++--
 sysutils/py-augeas/distinfo               |  11 ++++++-----
 sysutils/py-augeas/patches/patch-setup.py |  15 +++++++++++++++
 3 files changed, 23 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 469c67bab261 -r aef7dcc73f3e sysutils/py-augeas/Makefile
--- a/sysutils/py-augeas/Makefile       Sun Feb 16 20:12:28 2020 +0000
+++ b/sysutils/py-augeas/Makefile       Sun Feb 16 20:21:54 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/12/21 23:46:41 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2020/02/16 20:21:54 adam Exp $
 
-DISTNAME=      python-augeas-1.0.3
+DISTNAME=      python-augeas-1.1.0
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-augeas/}
diff -r 469c67bab261 -r aef7dcc73f3e sysutils/py-augeas/distinfo
--- a/sysutils/py-augeas/distinfo       Sun Feb 16 20:12:28 2020 +0000
+++ b/sysutils/py-augeas/distinfo       Sun Feb 16 20:21:54 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/02/12 12:21:00 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/02/16 20:21:54 adam Exp $
 
-SHA1 (python-augeas-1.0.3.tar.gz) = 71bf939b5cb5e13ad472727418a16c1883910ea8
-RMD160 (python-augeas-1.0.3.tar.gz) = ecd3dce58550862c9753022713944aa431510d93
-SHA512 (python-augeas-1.0.3.tar.gz) = 737b41e7bb438d80da75b55714c3f0b1706a4b2cacddd20fadf855bc3044e532f4079319b3775032e6f6009cf7f282af33fdf583332772b443a6c2d4925639fa
-Size (python-augeas-1.0.3.tar.gz) = 92747 bytes
+SHA1 (python-augeas-1.1.0.tar.gz) = 4dc43c0de3e2712f90446b33f31c1f6a6d8322ba
+RMD160 (python-augeas-1.1.0.tar.gz) = d89d21f55e51054ba3d0830fc8aa9e473c18ee5e
+SHA512 (python-augeas-1.1.0.tar.gz) = 34e4e98219b9146ef843d94c2e854e951a9b7e81409e603e77e7defdbb8765c013a2c869a4f5db2244352ca35656e18667a0210dd24099cb3e4552a04b23aef8
+Size (python-augeas-1.1.0.tar.gz) = 93657 bytes
+SHA1 (patch-setup.py) = b791dacba12441f105f53cf60583055873a9dab8
diff -r 469c67bab261 -r aef7dcc73f3e sysutils/py-augeas/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-augeas/patches/patch-setup.py Sun Feb 16 20:21:54 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2020/02/16 20:21:55 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig      2020-02-16 20:11:31.000000000 +0000
++++ setup.py
+@@ -18,7 +18,7 @@ setup(name=name,
+       author="Harald Hoyer",
+       author_email="augeas-devel%redhat.com@localhost",
+       description="""Python bindings for Augeas""",
+-      packages=find_packages(exclude=('test')),
++      packages=find_packages(exclude=('test',)),
+       setup_requires=["cffi>=1.0.0"],
+       cffi_modules=["augeas/ffi.py:ffi"],
+       install_requires=["cffi>=1.0.0"],



Home | Main Index | Thread Index | Old Index