diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-04 13:45:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-04 13:45:27 +0000 |
commit | 9d19bb36e2f0b526520c7d47e0ddbd298c176e53 (patch) | |
tree | 17006ac2f25f0cc2b4f0945cca07fb9c1ddd4a13 /www/py-twill | |
parent | 6e37473e1501818e80765bf3784e220966938481 (diff) | |
download | pkgsrc-9d19bb36e2f0b526520c7d47e0ddbd298c176e53.tar.gz |
Mark as not for python-3.3.
Diffstat (limited to 'www/py-twill')
-rw-r--r-- | www/py-twill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index e542ebdb5ef..74d03e03e7b 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/05/03 01:56:29 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/04 13:45:27 wiz Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,7 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # setup fails for 1.8.0 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/twill-fork \ |