diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | 477a56d7a723940fc81f2f2cd078790d89c24e00 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /textproc/py-X | |
parent | 1b63f7ac4a34c10ac1f238429b7881fb9ef321bf (diff) | |
download | pkgsrc-477a56d7a723940fc81f2f2cd078790d89c24e00.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'textproc/py-X')
-rw-r--r-- | textproc/py-X/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile index 1e86883d3f6..e09b78d2e6c 100644 --- a/textproc/py-X/Makefile +++ b/textproc/py-X/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/01/20 12:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/04/13 23:12:43 rodent Exp $ DISTNAME= PyX-0.13 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} @@ -21,7 +21,7 @@ CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \ ${PKG_SYSCONFDIR}/pyxrc PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/distutils.mk" |