diff options
author | maya <maya@pkgsrc.org> | 2019-04-26 14:12:31 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-04-26 14:12:31 +0000 |
commit | 2572a6bbce773d1b21b3d23dc4b09816ca6da9fe (patch) | |
tree | 2603bc22b68e17003163e8966109e724288b8eb0 /lang/py-pyrex | |
parent | 537e1607288b9c9711923e39f591c1cee33918a2 (diff) | |
download | pkgsrc-2572a6bbce773d1b21b3d23dc4b09816ca6da9fe.tar.gz |
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
Diffstat (limited to 'lang/py-pyrex')
-rw-r--r-- | lang/py-pyrex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index 6c3f2ff38e7..e2626b3eb23 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/04/26 13:14:03 maya Exp $ +# $NetBSD: Makefile,v 1.32 2019/04/26 14:12:41 maya Exp $ DISTNAME= Pyrex-0.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} @@ -11,10 +11,10 @@ HOMEPAGE= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ COMMENT= Language for Writing Python Extension Modules LICENSE= apache-2.0 -USE_TOOLS+= pax +USE_TOOLS+= pax PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.9 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |