pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyobjc



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 19 05:36:44 UTC 2019

Modified Files:
        pkgsrc/devel/py-pyobjc: Makefile.common

Log Message:
py-pyobjc: Python 2.7 is not supported


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pyobjc/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/devel/py-pyobjc/Makefile.common
diff -u pkgsrc/devel/py-pyobjc/Makefile.common:1.8 pkgsrc/devel/py-pyobjc/Makefile.common:1.9
--- pkgsrc/devel/py-pyobjc/Makefile.common:1.8  Mon Nov 18 17:03:08 2019
+++ pkgsrc/devel/py-pyobjc/Makefile.common      Tue Nov 19 05:36:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2019/11/18 17:03:08 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2019/11/19 05:36:44 adam Exp $
 # used by devel/py-pyobjc-core/Makefile
 # used by devel/py-pyobjc-framework-AVFoundation/Makefile
 # used by devel/py-pyobjc-framework-AVKit/Makefile
@@ -87,6 +87,8 @@ LICENSE=      mit
 
 ONLY_FOR_PLATFORM=     Darwin-*-*
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 SUBST_CLASSES+=                pysetup
 SUBST_STAGE.pysetup=   pre-configure
 SUBST_MESSAGE.pysetup= Avoiding hacks in pyobjc_setup.py.



Home | Main Index | Thread Index | Old Index