pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/pysolfc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 12:53:12 UTC 2023

Modified Files:
        pkgsrc/games/pysolfc: Makefile

Log Message:
pysolfc: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/games/pysolfc/Makefile

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

Modified files:

Index: pkgsrc/games/pysolfc/Makefile
diff -u pkgsrc/games/pysolfc/Makefile:1.39 pkgsrc/games/pysolfc/Makefile:1.40
--- pkgsrc/games/pysolfc/Makefile:1.39  Thu Jun 30 11:18:25 2022
+++ pkgsrc/games/pysolfc/Makefile       Sun Apr 30 12:53:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/06/30 11:18:25 nia Exp $
+# $NetBSD: Makefile,v 1.40 2023/04/30 12:53:12 wiz Exp $
 
 DISTNAME=      PySolFC-2.14.1
 PKGNAME=       ${DISTNAME:tl}
@@ -26,6 +26,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pycotap-[0
 # not listed in setup.py, but needed
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_TOOLS+=    pax
 
 SUBST_CLASSES+=                datadir



Home | Main Index | Thread Index | Old Index