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 | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /x11/py-Pmw2 | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'x11/py-Pmw2')
-rw-r--r-- | x11/py-Pmw2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-Pmw2/Makefile b/x11/py-Pmw2/Makefile index 8a853152ddd..50177220c3c 100644 --- a/x11/py-Pmw2/Makefile +++ b/x11/py-Pmw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/18 21:26:30 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2015/04/13 23:12:44 rodent Exp $ DISTNAME= Pmw_2_0_0-rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/:S/_/./g:S/-rc/rc/} @@ -22,7 +22,7 @@ REPLACE_PYTHON= Pmw/Pmw_2_0_0/bin/bundlepmw.py REPLACE_PYTHON+= Pmw/Pmw_2_0_0/demos/All.py REPLACE_PYTHON+= Pmw/Pmw_2_0_0/tests/All.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" |