pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Mark as ready for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94a4b80baae0
branches:  trunk
changeset: 610016:94a4b80baae0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 16 06:48:14 2012 +0000

description:
Mark as ready for python-3.x.

diffstat:

 databases/py-sqlalchemy/Makefile |  3 ++-
 devel/py-cython/Makefile         |  3 ++-
 time/py-pytz/Makefile            |  5 ++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 7e57a34214e5 -r 94a4b80baae0 databases/py-sqlalchemy/Makefile
--- a/databases/py-sqlalchemy/Makefile  Mon Oct 15 22:48:01 2012 +0000
+++ b/databases/py-sqlalchemy/Makefile  Tue Oct 16 06:48:14 2012 +0000
@@ -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 @@
 LICENSE=       mit
 
 PYDISTUTILSPKG=                yes
+PYTHON_VERSIONS_INCLUDE_3X=    yes
 
 .include "options.mk"
 
diff -r 7e57a34214e5 -r 94a4b80baae0 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Mon Oct 15 22:48:01 2012 +0000
+++ b/devel/py-cython/Makefile  Tue Oct 16 06:48:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/07 21:28:34 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/10/16 06:48:14 wiz Exp $
 #
 
 DISTNAME=      Cython-0.17.1
@@ -15,6 +15,7 @@
 
 USE_LANGUAGES= c
 PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCLUDE_3X=    yes
 
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_VARS=    cygdb
diff -r 7e57a34214e5 -r 94a4b80baae0 time/py-pytz/Makefile
--- a/time/py-pytz/Makefile     Mon Oct 15 22:48:01 2012 +0000
+++ b/time/py-pytz/Makefile     Tue Oct 16 06:48:14 2012 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index