1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update consumers of lang/python31 or higher to use Python version 3.X

and consumers of lang/python31 or lower to use Python 2.X

This is in preparation of removing lang/python31 which expired on 2014-06-01

While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line

Approved by:	python (mva)
This commit is contained in:
Rene Ladan 2014-06-01 15:28:44 +00:00
parent 4a5c97cd51
commit ca4ecbb419
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356138
5 changed files with 6 additions and 7 deletions

View File

@ -12,7 +12,7 @@ COMMENT= Backport of the concurrent.futures package from Python 3.2
LICENSE= BSD2CLAUSE
USE_PYTHON= -3.1
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes

View File

@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}
.endif
.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON= 3.1-
USE_PYTHON= 2
USE_PERL5+= build
.endif

View File

@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Backport of ssl.match_hostname() function
USE_PYTHON= -3.1
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes

View File

@ -15,7 +15,7 @@ COMMENT= Video DVD backup tool
LICENSE= GPLv3
USE_PYTHON= 3.1+
USE_PYTHON= 3
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFO= python_dvdvideo-0.${PORTVERSION}-py${PYTHON_VER}.egg-info

View File

@ -13,9 +13,8 @@ COMMENT= Source code spelling checker
LICENSE= GPLv2
USE_PYTHON= 3.1+
USE_PYTHON_RUN= yes
USE_XZ= yes
USE_PYTHON= 3
USES= tar:xz
OPTIONS_DEFINE= DOCS EXAMPLES