pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cppy



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 20 11:31:57 UTC 2023

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

Log Message:
py-cppy: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-cppy/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-cppy/Makefile
diff -u pkgsrc/devel/py-cppy/Makefile:1.3 pkgsrc/devel/py-cppy/Makefile:1.4
--- pkgsrc/devel/py-cppy/Makefile:1.3   Fri Jun 16 21:24:59 2023
+++ pkgsrc/devel/py-cppy/Makefile       Tue Jun 20 11:31:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/06/16 21:24:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/20 11:31:57 adam Exp $
 
 DISTNAME=      cppy-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,11 @@ HOMEPAGE=    https://github.com/nucleic/cpp
 COMMENT=       C++ headers for C extension development
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index