pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jaraco.stream



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 26 11:34:55 UTC 2024

Modified Files:
        pkgsrc/devel/py-jaraco.stream: Makefile distinfo

Log Message:
py-jaraco.stream: updated to 3.0.4

v3.0.4

Bugfixes

- Moved more_itertools into the dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jaraco.stream/Makefile \
    pkgsrc/devel/py-jaraco.stream/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-jaraco.stream/Makefile
diff -u pkgsrc/devel/py-jaraco.stream/Makefile:1.1 pkgsrc/devel/py-jaraco.stream/Makefile:1.2
--- pkgsrc/devel/py-jaraco.stream/Makefile:1.1  Tue Apr 30 13:16:52 2024
+++ pkgsrc/devel/py-jaraco.stream/Makefile      Mon Aug 26 11:34:55 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/04/30 13:16:52 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/26 11:34:55 adam Exp $
 
-DISTNAME=      jaraco.stream-3.0.3
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      jaraco_stream-3.0.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.stream/}
 
@@ -10,15 +10,14 @@ HOMEPAGE=   https://github.com/jaraco/jara
 COMMENT=       Routines for dealing with data streams
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+WHEEL_NAME=    ${DISTNAME:S/_/./}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
-#DEPENDS+=     ${PYPKGPREFIX}-tempora-[0-9]*:../../time/py-tempora
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jaraco.stream/distinfo
diff -u pkgsrc/devel/py-jaraco.stream/distinfo:1.1 pkgsrc/devel/py-jaraco.stream/distinfo:1.2
--- pkgsrc/devel/py-jaraco.stream/distinfo:1.1  Tue Apr 30 13:16:52 2024
+++ pkgsrc/devel/py-jaraco.stream/distinfo      Mon Aug 26 11:34:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/04/30 13:16:52 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/08/26 11:34:55 adam Exp $
 
-BLAKE2s (jaraco.stream-3.0.3.tar.gz) = af1a60df8bbc2ecd60cb9e3072184225d5011b14a7d68efb1175df2f91849930
-SHA512 (jaraco.stream-3.0.3.tar.gz) = fe50c21b26e734c9c2d0b7cf8a1c8cc8bab80417adf073a4ae213ba4067aa33e2f6c8886aac996971d2f98aacd295d9999aa3ac7dba24dd952cc27d15bef22e2
-Size (jaraco.stream-3.0.3.tar.gz) = 8877 bytes
+BLAKE2s (jaraco_stream-3.0.4.tar.gz) = 4b3eaf2a18e831509e6c150df519a0880de8e062c3d60ef91d9ff91e26f5fa57
+SHA512 (jaraco_stream-3.0.4.tar.gz) = f17647fd2dd1fcdc04d6ef62a95fe63d3f1c7e3acbc72600a414930c4b5d781b4148aff4bda94a47f6ece5c9666b976b321647e3f07c37ffb1ee2003bb075b07
+Size (jaraco_stream-3.0.4.tar.gz) = 10744 bytes



Home | Main Index | Thread Index | Old Index