pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-referencing



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 17 08:22:23 UTC 2025

Modified Files:
        pkgsrc/textproc/py-referencing: Makefile distinfo

Log Message:
py-referencing: updated to 0.36.1

0.36.1

Add lower bound pin for typing-extensions


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-referencing/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-referencing/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-referencing/Makefile
diff -u pkgsrc/textproc/py-referencing/Makefile:1.11 pkgsrc/textproc/py-referencing/Makefile:1.12
--- pkgsrc/textproc/py-referencing/Makefile:1.11        Sun May  5 13:52:17 2024
+++ pkgsrc/textproc/py-referencing/Makefile     Fri Jan 17 08:22:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/05/05 13:52:17 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/17 08:22:23 adam Exp $
 
-DISTNAME=      referencing-0.35.1
+DISTNAME=      referencing-0.36.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/referencing/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/python-json
 COMMENT=       JSON Referencing in Python
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-rpds-py>=0.7.0:../../devel/py-rpds-py
 # Circular dependency
@@ -20,7 +20,10 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-subte
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 313
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
+.endif
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-referencing/distinfo
diff -u pkgsrc/textproc/py-referencing/distinfo:1.10 pkgsrc/textproc/py-referencing/distinfo:1.11
--- pkgsrc/textproc/py-referencing/distinfo:1.10        Sun May  5 13:52:17 2024
+++ pkgsrc/textproc/py-referencing/distinfo     Fri Jan 17 08:22:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/05/05 13:52:17 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/01/17 08:22:23 adam Exp $
 
-BLAKE2s (referencing-0.35.1.tar.gz) = d09a49da0163723ce0520301f2290f383673cae7758654cb712e71611266e1ff
-SHA512 (referencing-0.35.1.tar.gz) = b737afb45bfb1adb91f457b78ab4a31a6f33839ef61095663fd66d91c09fc379d900f778bacaa36722770ce80eccd6a227a074cb44836e69205bed06165d033d
-Size (referencing-0.35.1.tar.gz) = 62991 bytes
+BLAKE2s (referencing-0.36.1.tar.gz) = 419ab1c3c3d4c893b54706757fd086a8333f3b2da0b38688267ef4516be6613c
+SHA512 (referencing-0.36.1.tar.gz) = 2e2cbe9614811a650cd1dd6a63dd42ddb152ed934e9f3cb93671965ae66b982d7fc5207412f3c3fc4216727cc54499c9a39102e20dfc6d6a668a5d5d4c3ec604
+Size (referencing-0.36.1.tar.gz) = 74661 bytes



Home | Main Index | Thread Index | Old Index