Those ports are allowed to build a 2.7 flavor, for now.
This commit is contained in:
parent
f8cab6b299
commit
878fe05959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564031
@ -11,7 +11,7 @@ COMMENT= Character encoding aliases for legacy web content
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
USES= compiler:c11 python tar:xz
|
||||
USES= compiler:c11 python:2.7+ tar:xz
|
||||
USE_PYTHON= autoplist distutils allflavors
|
||||
|
||||
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
|
||||
|
@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markupsafe>=0.23:textproc/py-markupsafe@${P
|
||||
|
||||
NO_ARCH= yes
|
||||
.if empty(PKGNAMESUFFIX)
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
.endif
|
||||
.if ${PKGNAMESUFFIX} == -doc
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Clean single-source support for Python 3 and 2
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png
|
||||
# Upstream tends to reroll distfiles before moving under /release/
|
||||
PORTSCOUT= site:http://www.renpy.org/dl/release/
|
||||
|
||||
USES= jpeg python sdl
|
||||
USES= jpeg python:2.7+ sdl
|
||||
USE_SDL= image2 mixer2 ttf2
|
||||
USE_PYTHON= autoplist distutils cython
|
||||
EXCLUDE= gen gen3 PKG-INFO '*.egg-info'
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Python Lex-Yacc
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USES+= shebangfix
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
@ -13,7 +13,7 @@ COMMENT= C parser in Python
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -14,7 +14,7 @@ COMMENT= World Timezone Definitions for Python
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -17,7 +17,7 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7+ zip
|
||||
USE_PYTHON= allflavors autoplist concurrent distutils
|
||||
|
||||
PYDISTUTILS_SETUP= ${PYSETUP}
|
||||
|
@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
|
||||
git:devel/git \
|
||||
${PY_MERCURIAL}
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -9,7 +9,7 @@ COMMENT= Python bindings for version control system
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/py3c.h:devel/py3c
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= flavors py3kplist
|
||||
|
||||
PORTREVISION_114= 0
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= gm4:devel/m4
|
||||
|
||||
USES= python shebangfix
|
||||
USES= python:2.7+ shebangfix
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -13,7 +13,7 @@ COMMENT= DNS toolkit for Python
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python zip
|
||||
USES= python:2.7+ zip
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Compiler for Writing C Extensions for the Python Language
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= compiler:c11 python
|
||||
USES= compiler:c11 python:2.7+
|
||||
USE_PYTHON= allflavors autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENCE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -15,7 +15,7 @@ COMMENT= Implements XML/HTML/XHTML Markup safe string for Python
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Syntax highlighter written in Python
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
CONFLICTS_INSTALL= py??-pygments
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Python library for parsing and creating TOML
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}webencodings>0:converters/py-webencodings@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,7 @@ LICENSE= PSFL
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
USES= compiler:c11 python tar:xz tk
|
||||
USES= compiler:c11 python:2.7+ tar:xz tk
|
||||
USE_PYTHON= distutils autoplist allflavors
|
||||
|
||||
DIST_SUBDIR= python
|
||||
|
Loading…
Reference in New Issue
Block a user