diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-11-16 13:47:25 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-11-16 13:47:25 +0000 |
commit | 316e0ad17a70c7066e57346bda13b051da80c460 (patch) | |
tree | abe323a2daf09f89b35644fbfedcac06758d8a5e /lang/python33 | |
parent | 913e6313d67f5ebd7ec807b867e50881ee98d487 (diff) | |
download | pkgsrc-316e0ad17a70c7066e57346bda13b051da80c460.tar.gz |
Add python2/python3 wrappers to respective lang/python?? packages.
Bump PKGREVISION for python27, python33 and python34.
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/ALTERNATIVES | 1 | ||||
-rw-r--r-- | lang/python33/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/python33/ALTERNATIVES b/lang/python33/ALTERNATIVES index 69a08e8256a..707e1b0b446 100644 --- a/lang/python33/ALTERNATIVES +++ b/lang/python33/ALTERNATIVES @@ -1,3 +1,4 @@ bin/2to3 @PREFIX@/bin/2to3-3.3 bin/pydoc3 @PREFIX@/bin/pydoc3.3 bin/python @PREFIX@/bin/python3.3 +bin/python3 @PREFIX@/bin/python3.3 diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 703bd30b44e..d178997f334 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2015/09/07 12:02:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.32 2015/11/16 13:47:26 fhajny Exp $ .include "dist.mk" PKGNAME= python33-${PY_DISTVERSION} +PKGREVISION= 1 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org |