pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-codespell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 26 20:40:57 UTC 2021

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

Log Message:
py-codespell: this requires at least python 3.5 nowadays

Mark as not for python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-codespell/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-codespell/Makefile
diff -u pkgsrc/devel/py-codespell/Makefile:1.4 pkgsrc/devel/py-codespell/Makefile:1.5
--- pkgsrc/devel/py-codespell/Makefile:1.4      Tue Jan 26 20:27:30 2021
+++ pkgsrc/devel/py-codespell/Makefile  Tue Jan 26 20:40:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/01/26 20:27:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/26 20:40:57 wiz Exp $
 
 DISTNAME=      codespell-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,8 @@ LICENSE=     gnu-gpl-v2
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/pyversion.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.if ${PYPKGPREFIX} == "py27"
-DEPENDS+=      ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser
-.endif
 PYTHON_VERSIONED_DEPENDENCIES+=        test:test
 
 post-install:



Home | Main Index | Thread Index | Old Index