pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-sure



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 14 09:38:07 UTC 2022

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

Log Message:
py-sure: restrict to 3+ because of build issues


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-sure/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-sure/Makefile
diff -u pkgsrc/devel/py-sure/Makefile:1.7 pkgsrc/devel/py-sure/Makefile:1.8
--- pkgsrc/devel/py-sure/Makefile:1.7   Mon Jan 10 16:30:33 2022
+++ pkgsrc/devel/py-sure/Makefile       Fri Jan 14 09:38:06 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/10 16:30:33 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/14 09:38:06 wiz Exp $
 
 DISTNAME=      sure-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 
 post-install:



Home | Main Index | Thread Index | Old Index