pkgsrc-Changes-HG archive

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

pkgsrc: py-pyutil: updated to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/541119d2c844
branches:  trunk
changeset: 306030:541119d2c844
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 09 07:53:31 2018 +0000
description:
py-pyutil: updated to 3.1.0

3.1.0:
Bug fixes.

diffstat:

 devel/py-pyutil/Makefile |  23 ++++++++++-------------
 devel/py-pyutil/PLIST    |   9 ++++++++-
 devel/py-pyutil/distinfo |  10 +++++-----
 3 files changed, 23 insertions(+), 19 deletions(-)

diffs (81 lines):

diff -r d72a7820d837 -r 541119d2c844 devel/py-pyutil/Makefile
--- a/devel/py-pyutil/Makefile  Mon Apr 09 07:49:07 2018 +0000
+++ b/devel/py-pyutil/Makefile  Mon Apr 09 07:53:31 2018 +0000
@@ -1,29 +1,26 @@
-# $NetBSD: Makefile,v 1.18 2017/09/04 18:08:21 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/04/09 07:53:31 adam Exp $
 
-DISTNAME=      pyutil-2.0.0
+DISTNAME=      pyutil-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyutil/}
 
 MAINTAINER=    gdt%ir.bbn.com@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pyutil
+HOMEPAGE=      https://github.com/tpltnt/pyutil
 COMMENT=       Collection of mature utilities for Python programmers
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
-DEPENDS+=      ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
-DEPENDS+=      ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32
+DEPENDS+=      ${PYPKGPREFIX}-simplejson>=2.1.0:../../converters/py-simplejson
+DEPENDS+=      ${PYPKGPREFIX}-zbase32>=1.0:../../converters/py-zbase32
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=15.5.0:../../net/py-twisted
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-zbase32
 
-REPLACE_PYTHON+=       pyutil/test/current/test_mathutil.py
-REPLACE_PYTHON+=       pyutil/benchmarks/bench_xor.py pyutil/lineutil.py pyutil/scripts/*.py pyutil/test/*/*.py
+post-extract:
+       ${FIND} ${WRKSRC} -name __pycache__ -or -name '*.pyc' -exec ${RM} -R {} +
 
-post-extract:
-       cd ${WRKSRC}; ${RM} pyutil/*.py~
-
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d72a7820d837 -r 541119d2c844 devel/py-pyutil/PLIST
--- a/devel/py-pyutil/PLIST     Mon Apr 09 07:49:07 2018 +0000
+++ b/devel/py-pyutil/PLIST     Mon Apr 09 07:53:31 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/04/01 21:31:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/04/09 07:53:31 adam Exp $
 bin/lines
 bin/passphrase
 bin/randcookie
@@ -183,6 +183,13 @@
 ${PYSITELIB}/pyutil/test/current/test_mathutil.py
 ${PYSITELIB}/pyutil/test/current/test_mathutil.pyc
 ${PYSITELIB}/pyutil/test/current/test_mathutil.pyo
+${PYSITELIB}/pyutil/test/current/test_observer.py
+${PYSITELIB}/pyutil/test/current/test_observer.pyc
+${PYSITELIB}/pyutil/test/current/test_observer.pyo
+${PYSITELIB}/pyutil/test/current/test_passphrase.py
+${PYSITELIB}/pyutil/test/current/test_passphrase.pyc
+${PYSITELIB}/pyutil/test/current/test_passphrase.pyo
+${PYSITELIB}/pyutil/test/current/test_passphrase.py~
 ${PYSITELIB}/pyutil/test/current/test_time_format.py
 ${PYSITELIB}/pyutil/test/current/test_time_format.pyc
 ${PYSITELIB}/pyutil/test/current/test_time_format.pyo
diff -r d72a7820d837 -r 541119d2c844 devel/py-pyutil/distinfo
--- a/devel/py-pyutil/distinfo  Mon Apr 09 07:49:07 2018 +0000
+++ b/devel/py-pyutil/distinfo  Mon Apr 09 07:53:31 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:29:15 agc Exp $
+$NetBSD: distinfo,v 1.7 2018/04/09 07:53:31 adam Exp $
 
-SHA1 (pyutil-2.0.0.tar.gz) = cee5605280d5339dde77311da9dcc0205756d369
-RMD160 (pyutil-2.0.0.tar.gz) = 0dbaea3c25a33855a220a426e5bd9c7060f4660e
-SHA512 (pyutil-2.0.0.tar.gz) = 3704c028fdc3894ae635dabd2bace1af1e805f4158dc6d67eac0c38fa8e7959cd093ad39cb2f539e59dd74e957947464cc8c7aed727835e127311062ed27e60b
-Size (pyutil-2.0.0.tar.gz) = 125079 bytes
+SHA1 (pyutil-3.1.0.tar.gz) = a41d3fc58860b4bb16d0cb0231934be033686f40
+RMD160 (pyutil-3.1.0.tar.gz) = 5c0da996a0a8fef450837ad47db3a61286a8563c
+SHA512 (pyutil-3.1.0.tar.gz) = 68b8eb69b4325c926ec915669c4a513b7055fb2d182517892bc5ad0fa47e9e8a4ae0cec4a7668acdab9e289bc17679a5c98b7ff26ee0b8a125c5a7096ff368a0
+Size (pyutil-3.1.0.tar.gz) = 294541 bytes



Home | Main Index | Thread Index | Old Index