diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 2019fddeb4a03f35d05240122f8adaba399b2031 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /lang/py-pyrex | |
parent | 576e28830879dd1e62f4d61c31a43700bc131bc7 (diff) | |
download | pkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'lang/py-pyrex')
-rw-r--r-- | lang/py-pyrex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index f07f5d6c6f3..92db3579428 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:09 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:47 adam Exp $ DISTNAME= Pyrex-0.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} @@ -14,7 +14,7 @@ LICENSE= apache-2.0 USE_TOOLS+= pax PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.9 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |