pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-cleo



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

Modified Files:
        pkgsrc/comms/py-cleo: Makefile PLIST

Log Message:
py-cleo: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/comms/py-cleo/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/py-cleo/PLIST

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

Modified files:

Index: pkgsrc/comms/py-cleo/Makefile
diff -u pkgsrc/comms/py-cleo/Makefile:1.8 pkgsrc/comms/py-cleo/Makefile:1.9
--- pkgsrc/comms/py-cleo/Makefile:1.8   Fri Jul  4 09:08:34 2025
+++ pkgsrc/comms/py-cleo/Makefile       Sun Sep 28 19:19:29 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2025/07/04 09:08:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/09/28 19:19:29 wiz Exp $
 
 DISTNAME=      cleo-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cleo/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/python-poet
 COMMENT=       Create beautiful and testable command-line interfaces
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-crashtest>=0.4.1:../../misc/py-crashtest
 DEPENDS+=      ${PYPKGPREFIX}-rapidfuzz>=2.2.0:../../textproc/py-rapidfuzz
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=0:../../devel/py-test-mock

Index: pkgsrc/comms/py-cleo/PLIST
diff -u pkgsrc/comms/py-cleo/PLIST:1.3 pkgsrc/comms/py-cleo/PLIST:1.4
--- pkgsrc/comms/py-cleo/PLIST:1.3      Tue Nov  7 08:48:16 2023
+++ pkgsrc/comms/py-cleo/PLIST  Sun Sep 28 19:19:29 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2023/11/07 08:48:16 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:19:29 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/cleo/__init__.py
 ${PYSITELIB}/cleo/__init__.pyc
 ${PYSITELIB}/cleo/__init__.pyo



Home | Main Index | Thread Index | Old Index