diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-16 06:48:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-16 06:48:14 +0000 |
commit | 027f703ce69322fae6cd38f89926b63f6747fb86 (patch) | |
tree | 1aedf13dac04fa293acb4d670fa6f11727463204 /time/py-pytz | |
parent | 4fc29fe7fff5312fb88a6470b94bba8f877c679c (diff) | |
download | pkgsrc-027f703ce69322fae6cd38f89926b63f6747fb86.tar.gz |
Mark as ready for python-3.x.
Diffstat (limited to 'time/py-pytz')
-rw-r--r-- | time/py-pytz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/py-pytz/Makefile b/time/py-pytz/Makefile index 26e78750363..16e1dc8423b 100644 --- a/time/py-pytz/Makefile +++ b/time/py-pytz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/08 13:04:28 asau Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/16 06:48:16 wiz Exp $ # DISTNAME= pytz-2012f @@ -14,8 +14,7 @@ LICENSE= mit USE_LANGUAGES= # none -# py-setuptools needed, but not available; package itself is ready -#PYTHON_VERSIONS_INCLUDE_3X= yes +PYTHON_VERSIONS_INCLUDE_3X= yes REPLACE_PYTHON= pytz/tzfile.py |