pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyutil



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb  7 11:00:39 UTC 2023

Modified Files:
        pkgsrc/devel/py-pyutil: Makefile PLIST distinfo

Log Message:
py-pyutil: updated to 3.3.2

3.3.2
removed duplicate target for strutil

3.3.1
updated versioneer


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-pyutil/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pyutil/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pyutil/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pyutil/Makefile
diff -u pkgsrc/devel/py-pyutil/Makefile:1.28 pkgsrc/devel/py-pyutil/Makefile:1.29
--- pkgsrc/devel/py-pyutil/Makefile:1.28        Sun Sep 11 18:10:03 2022
+++ pkgsrc/devel/py-pyutil/Makefile     Tue Feb  7 11:00:39 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2022/09/11 18:10:03 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/02/07 11:00:39 adam Exp $
 
-DISTNAME=      pyutil-3.3.0
+DISTNAME=      pyutil-3.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyutil/}
 
@@ -11,6 +10,8 @@ HOMEPAGE=     https://github.com/tpltnt/pyut
 COMMENT=       Collection of mature utilities for Python programmers
 LICENSE=       gnu-gpl-v2
 
+CONFLICTS+=    passphrase-[0-9]*
+
 DEPENDS+=      ${PYPKGPREFIX}-simplejson>=2.1.0:../../converters/py-simplejson
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=0:../../net/py-twisted
@@ -21,10 +22,5 @@ USE_LANGUAGES=       # none
 
 USE_PKG_RESOURCES=     yes
 
-CONFLICTS+=    passphrase-[0-9]*
-
-post-extract:
-       ${FIND} ${WRKSRC} -name __pycache__ -or -name '*.pyc' -exec ${RM} -R {} +
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pyutil/PLIST
diff -u pkgsrc/devel/py-pyutil/PLIST:1.5 pkgsrc/devel/py-pyutil/PLIST:1.6
--- pkgsrc/devel/py-pyutil/PLIST:1.5    Mon Apr  9 07:53:31 2018
+++ pkgsrc/devel/py-pyutil/PLIST        Tue Feb  7 11:00:39 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/04/09 07:53:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/02/07 11:00:39 adam Exp $
 bin/lines
 bin/passphrase
 bin/randcookie
@@ -186,10 +186,6 @@ ${PYSITELIB}/pyutil/test/current/test_ma
 ${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

Index: pkgsrc/devel/py-pyutil/distinfo
diff -u pkgsrc/devel/py-pyutil/distinfo:1.10 pkgsrc/devel/py-pyutil/distinfo:1.11
--- pkgsrc/devel/py-pyutil/distinfo:1.10        Tue Oct 26 10:19:00 2021
+++ pkgsrc/devel/py-pyutil/distinfo     Tue Feb  7 11:00:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:19:00 nia Exp $
+$NetBSD: distinfo,v 1.11 2023/02/07 11:00:39 adam Exp $
 
-BLAKE2s (pyutil-3.3.0.tar.gz) = dedfc5ab606936422ba655650ccfc8942acccc31f20fe704f0a9dff99099663a
-SHA512 (pyutil-3.3.0.tar.gz) = 70e4a2eaf860dc9fea49bbb56ac9febff022f393d50787c90de3b67423cb881854cc2582321f52fa147945e637c217ee376e720ea5f6d015c1b2c97ccbec26f8
-Size (pyutil-3.3.0.tar.gz) = 292857 bytes
+BLAKE2s (pyutil-3.3.2.tar.gz) = f2b9787247a063b99cfc12128a505ff65a82084a673981c4af25cfd81e7f4140
+SHA512 (pyutil-3.3.2.tar.gz) = 34d318b5cbdf76b235346f3b3473c636fd34c918d5f4247276c422bdbdadd191a5c790ee3d569e3e7b684c6ab0305ea04cf82b72b0aa1a9b00a8639c448119ad
+Size (pyutil-3.3.2.tar.gz) = 136803 bytes



Home | Main Index | Thread Index | Old Index