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 /databases | |
parent | 4fc29fe7fff5312fb88a6470b94bba8f877c679c (diff) | |
download | pkgsrc-027f703ce69322fae6cd38f89926b63f6747fb86.tar.gz |
Mark as ready for python-3.x.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlalchemy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index 0e6470e2b82..b73637d0bf0 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/02 21:25:50 asau Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/16 06:48:15 wiz Exp $ SQLALCHEMYVERS= 0.6.9 DISTNAME= SQLAlchemy-${SQLALCHEMYVERS} @@ -13,6 +13,7 @@ COMMENT= Python SQL toolkit and Object Relational Mapper LICENSE= mit PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCLUDE_3X= yes .include "options.mk" |