pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-anyascii



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 16 07:36:06 UTC 2023

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

Log Message:
py-anyascii: python 3.x only


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-anyascii/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-anyascii/Makefile
diff -u pkgsrc/textproc/py-anyascii/Makefile:1.1 pkgsrc/textproc/py-anyascii/Makefile:1.2
--- pkgsrc/textproc/py-anyascii/Makefile:1.1    Wed Apr 12 11:24:57 2023
+++ pkgsrc/textproc/py-anyascii/Makefile        Sun Apr 16 07:36:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/04/12 11:24:57 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/16 07:36:06 wiz Exp $
 
 DISTNAME=      anyascii-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,5 +10,7 @@ HOMEPAGE=     https://github.com/anyascii/an
 COMMENT=       Intelligent Unicode to ASCII conversion
 LICENSE=       isc
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index