diff options
author | wiz <wiz@pkgsrc.org> | 2021-12-16 13:02:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-12-16 13:02:40 +0000 |
commit | c7443104c1743ce6c23a5a02497131029e1ee45d (patch) | |
tree | 7c0d3ee1a1c4fbeb6205f5f33cfa4b485d285d75 /textproc | |
parent | 599b1c3538f58c41d538a8cf38a54312fb2a9fb4 (diff) | |
download | pkgsrc-c7443104c1743ce6c23a5a02497131029e1ee45d.tar.gz |
py-aenum: mark as incompatible with python 2.7
Also mark all packages using it.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/csvkit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/csvkit/Makefile b/textproc/csvkit/Makefile index 2bc5b59ff8f..d9c7ff39985 100644 --- a/textproc/csvkit/Makefile +++ b/textproc/csvkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2021/11/24 10:22:32 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2021/12/16 13:02:40 wiz Exp $ DISTNAME= csvkit-0.9.0 PKGREVISION= 4 @@ -22,5 +22,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.5.1:../../devel/py-coverage USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-aenum via py-dbf + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |