diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 32e3777c0483c942db7d33c0514dde781322fe36 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /lang/py-basicproperty | |
parent | dabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff) | |
download | pkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'lang/py-basicproperty')
-rw-r--r-- | lang/py-basicproperty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index 93a023c81e7..af5dc9c178d 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/17 22:44:16 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:09 wiz Exp $ DISTNAME= basicproperty-0.6.9a PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= original-bsd USE_LANGUAGES= c REPLACE_PYTHON= basicproperty/tests/test.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 post-extract: # wrong architecture binary |