diff options
author | joerg <joerg@pkgsrc.org> | 2012-02-24 20:04:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-02-24 20:04:14 +0000 |
commit | 809fad4edfda647d9be479336d81bbbc03ea862a (patch) | |
tree | e5c54e69d15079789c2c7363895beafaeb0d6059 /devel/py-argparse | |
parent | 57cb6a49a268d4b52813864c9ebaf9163d3c74e3 (diff) | |
download | pkgsrc-809fad4edfda647d9be479336d81bbbc03ea862a.tar.gz |
Comment out obviously untested Python 3.x support.
Diffstat (limited to 'devel/py-argparse')
-rw-r--r-- | devel/py-argparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index 7187af13d73..45b9ff669f2 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/02/16 22:11:38 gls Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/24 20:04:14 joerg Exp $ # VERSION= 1.2.1 @@ -14,7 +14,7 @@ COMMENT= Easy, declarative interface for creating command line tools LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_INCLUDE_3X= yes +#PYTHON_VERSIONS_INCLUDE_3X= yes USE_LANGUAGES= # none |