pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/stone-soup



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 17 19:40:58 UTC 2023

Modified Files:
        pkgsrc/games/stone-soup: Makefile.common

Log Message:
stone-soup: not for Python 2.7 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/stone-soup/Makefile.common

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

Modified files:

Index: pkgsrc/games/stone-soup/Makefile.common
diff -u pkgsrc/games/stone-soup/Makefile.common:1.11 pkgsrc/games/stone-soup/Makefile.common:1.12
--- pkgsrc/games/stone-soup/Makefile.common:1.11        Thu Dec 15 12:25:31 2022
+++ pkgsrc/games/stone-soup/Makefile.common     Mon Apr 17 19:40:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2022/12/15 12:25:31 nia Exp $
+# $NetBSD: Makefile.common,v 1.12 2023/04/17 19:40:58 adam Exp $
 # used by games/stone-soup/Makefile
 # used by games/stone-soup-sdl/Makefile
 
@@ -41,6 +41,8 @@ REPLACE_PERL+=        source/util/good-depfile
 
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-yaml
+
 REPLACE_PYTHON+=       sources/util/species-gen.py
 REPLACE_PYTHON+=       sources/util/txc
 REPLACE_PYTHON+=       sources/webserver/server.py



Home | Main Index | Thread Index | Old Index