pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 15 09:34:14 UTC 2024

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

Log Message:
py-jaraco.collections: updated to 5.1.0

v5.1.0

Features

- Fully typed ``RangeMap`` and avoid complete iterations to find matches


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jaraco.collections/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-jaraco.collections/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.collections/Makefile
diff -u pkgsrc/devel/py-jaraco.collections/Makefile:1.7 pkgsrc/devel/py-jaraco.collections/Makefile:1.8
--- pkgsrc/devel/py-jaraco.collections/Makefile:1.7     Mon Apr 15 08:11:37 2024
+++ pkgsrc/devel/py-jaraco.collections/Makefile Sun Sep 15 09:34:14 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/04/15 08:11:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/09/15 09:34:14 adam Exp $
 
-DISTNAME=      jaraco.collections-5.0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      jaraco_collections-5.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.collections/}
 
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Collection objects similar to those in stdlib
 LICENSE=       mit
 
+WHEEL_NAME=    ${DISTNAME:S/_/./}
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@@ -19,7 +21,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jaraco.collections/distinfo
diff -u pkgsrc/devel/py-jaraco.collections/distinfo:1.5 pkgsrc/devel/py-jaraco.collections/distinfo:1.6
--- pkgsrc/devel/py-jaraco.collections/distinfo:1.5     Mon Apr 15 08:11:37 2024
+++ pkgsrc/devel/py-jaraco.collections/distinfo Sun Sep 15 09:34:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/04/15 08:11:37 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/09/15 09:34:14 adam Exp $
 
-BLAKE2s (jaraco.collections-5.0.1.tar.gz) = 7e9c96c2511ba7e2ee3dc7d3fe55315f35355f09ce691fb85575e3decf73bab1
-SHA512 (jaraco.collections-5.0.1.tar.gz) = 88b0f261acd91d585e643b810818762af7165eaf505099701b99ee3be6955eebcfd1c95690faa3ecb56b25f6982a8cee242e687e50ead56a557a5b2b72ec6dfe
-Size (jaraco.collections-5.0.1.tar.gz) = 17990 bytes
+BLAKE2s (jaraco_collections-5.1.0.tar.gz) = ed2ed138fb5d2c980983c0f079f7ffd05dfa8ba2950971c9d7f5c5156399a5c9
+SHA512 (jaraco_collections-5.1.0.tar.gz) = b03b247657ad25df0b86ad125728e37c8123fdd1834adfc16c7e41fb9c31b9d4c1b168ed40614b965caafc7dd55fd14bba8c355648c8b5cca13b50736bc32883
+Size (jaraco_collections-5.1.0.tar.gz) = 19026 bytes



Home | Main Index | Thread Index | Old Index