pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-codespell py-codespell: this requires at leas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56777589dbee
branches:  trunk
changeset: 445658:56777589dbee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 26 20:40:57 2021 +0000

description:
py-codespell: this requires at least python 3.5 nowadays

Mark as not for python 2.7.

diffstat:

 devel/py-codespell/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 0e2041495740 -r 56777589dbee devel/py-codespell/Makefile
--- a/devel/py-codespell/Makefile       Tue Jan 26 20:27:30 2021 +0000
+++ b/devel/py-codespell/Makefile       Tue Jan 26 20:40:57 2021 +0000
@@ -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 @@
 
 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