pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-immutabledict
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 28 19:30:00 UTC 2025
Modified Files:
pkgsrc/devel/py-immutabledict: Makefile PLIST
Log Message:
py-immutabledict: fix for latest poetry-core
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-immutabledict/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-immutabledict/PLIST
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-immutabledict/Makefile
diff -u pkgsrc/devel/py-immutabledict/Makefile:1.12 pkgsrc/devel/py-immutabledict/Makefile:1.13
--- pkgsrc/devel/py-immutabledict/Makefile:1.12 Mon Nov 18 08:59:23 2024
+++ pkgsrc/devel/py-immutabledict/Makefile Sun Sep 28 19:30:00 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2024/11/18 08:59:23 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/09/28 19:30:00 wiz Exp $
DISTNAME= immutabledict-4.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutabledict/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/corenting/i
COMMENT= Immutable wrapper around dictionaries for Python 3
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-immutabledict/PLIST
diff -u pkgsrc/devel/py-immutabledict/PLIST:1.3 pkgsrc/devel/py-immutabledict/PLIST:1.4
--- pkgsrc/devel/py-immutabledict/PLIST:1.3 Sat Oct 28 19:57:01 2023
+++ pkgsrc/devel/py-immutabledict/PLIST Sun Sep 28 19:30:00 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:01 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:30:00 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/immutabledict/__init__.py
${PYSITELIB}/immutabledict/__init__.pyc
${PYSITELIB}/immutabledict/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index