pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cookiecutter



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 15 11:56:29 UTC 2021

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

Log Message:
py-cookiecutter: not for Python 2.7 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-cookiecutter/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-cookiecutter/Makefile
diff -u pkgsrc/devel/py-cookiecutter/Makefile:1.8 pkgsrc/devel/py-cookiecutter/Makefile:1.9
--- pkgsrc/devel/py-cookiecutter/Makefile:1.8   Thu May 27 12:02:34 2021
+++ pkgsrc/devel/py-cookiecutter/Makefile       Fri Oct 15 11:56:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/05/27 12:02:34 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/15 11:56:29 adam Exp $
 
 DISTNAME=      cookiecutter-1.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,10 +27,7 @@ USE_LANGUAGES=       # none
 
 PYSETUPTESTTARGET=     pytest
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-whichcraft>=0.4.0:../../devel/py-whichcraft
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-slugify
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index