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:
parent
4a5c97cd51
commit
ca4ecbb419
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356138
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user