pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-construct-classes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:01:57 UTC 2025

Modified Files:
        pkgsrc/devel/py-construct-classes: Makefile PLIST

Log Message:
py-construct-classes: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-construct-classes/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-construct-classes/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-construct-classes/Makefile
diff -u pkgsrc/devel/py-construct-classes/Makefile:1.3 pkgsrc/devel/py-construct-classes/Makefile:1.4
--- pkgsrc/devel/py-construct-classes/Makefile:1.3      Tue Jan 14 09:28:44 2025
+++ pkgsrc/devel/py-construct-classes/Makefile  Sun Sep 28 19:01:57 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2025/01/14 09:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/28 19:01:57 wiz Exp $
 
 DISTNAME=      construct-classes-0.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/construct-classes/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/matejcik/co
 COMMENT=       Parse your binary structs into dataclasses
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0.1:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-construct-classes/PLIST
diff -u pkgsrc/devel/py-construct-classes/PLIST:1.2 pkgsrc/devel/py-construct-classes/PLIST:1.3
--- pkgsrc/devel/py-construct-classes/PLIST:1.2 Tue Jan 14 09:28:44 2025
+++ pkgsrc/devel/py-construct-classes/PLIST     Sun Sep 28 19:01:57 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2025/01/14 09:28:44 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/09/28 19:01:57 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/construct_classes/__init__.py
 ${PYSITELIB}/construct_classes/__init__.pyc
 ${PYSITELIB}/construct_classes/__init__.pyo



Home | Main Index | Thread Index | Old Index