pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-phonenumbers



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan 31 10:48:09 UTC 2024

Modified Files:
        pkgsrc/textproc/py-phonenumbers: Makefile

Log Message:
py-phonenumbers: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/py-phonenumbers/Makefile

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-phonenumbers/Makefile
diff -u pkgsrc/textproc/py-phonenumbers/Makefile:1.29 pkgsrc/textproc/py-phonenumbers/Makefile:1.30
--- pkgsrc/textproc/py-phonenumbers/Makefile:1.29       Sun Jan 28 17:39:34 2024
+++ pkgsrc/textproc/py-phonenumbers/Makefile    Wed Jan 31 10:48:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2024/01/28 17:39:34 adam Exp $
+# $NetBSD: Makefile,v 1.30 2024/01/31 10:48:09 jperkin Exp $
 
 DISTNAME=      phonenumbers-8.13.29
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON+=       phonenumbers/util.py
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index