pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-country



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

Modified Files:
        pkgsrc/geography/py-country: Makefile PLIST

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/py-country/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/py-country/PLIST

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

Modified files:

Index: pkgsrc/geography/py-country/Makefile
diff -u pkgsrc/geography/py-country/Makefile:1.11 pkgsrc/geography/py-country/Makefile:1.12
--- pkgsrc/geography/py-country/Makefile:1.11   Fri Oct 11 13:43:48 2024
+++ pkgsrc/geography/py-country/Makefile        Sun Sep 28 19:42:20 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2024/10/11 13:43:48 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/09/28 19:42:20 wiz Exp $
 
 DISTNAME=      pycountry-24.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycountry/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/pycountry/p
 COMMENT=       ISO country, subdivision, language, currency and script
 LICENSE=       gnu-lgpl-v2.1
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none

Index: pkgsrc/geography/py-country/PLIST
diff -u pkgsrc/geography/py-country/PLIST:1.8 pkgsrc/geography/py-country/PLIST:1.9
--- pkgsrc/geography/py-country/PLIST:1.8       Fri Jun 14 18:54:20 2024
+++ pkgsrc/geography/py-country/PLIST   Sun Sep 28 19:42:20 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2024/06/14 18:54:20 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.9 2025/09/28 19:42:20 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/pycountry/COPYRIGHT.txt
 ${PYSITELIB}/pycountry/__init__.py
 ${PYSITELIB}/pycountry/__init__.pyc



Home | Main Index | Thread Index | Old Index