pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rstr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  9 22:59:49 UTC 2022

Modified Files:
        pkgsrc/devel/py-rstr: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-rstr/Makefile

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-rstr/Makefile
diff -u pkgsrc/devel/py-rstr/Makefile:1.1 pkgsrc/devel/py-rstr/Makefile:1.2
--- pkgsrc/devel/py-rstr/Makefile:1.1   Wed Nov  9 22:20:47 2022
+++ pkgsrc/devel/py-rstr/Makefile       Wed Nov  9 22:59:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/09 22:20:47 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/09 22:59:49 wiz Exp $
 
 DISTNAME=      rstr-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index