Drop python 2.7 support from a few ports

This commit is contained in:
Antoine Brodin 2020-12-29 13:21:37 +00:00
parent 2639322e0f
commit 10cf1697ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559581
16 changed files with 16 additions and 16 deletions

View File

@ -13,7 +13,7 @@ COMMENT= Cross-platform API to print colored terminal text from Python apps
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View File

@ -12,7 +12,7 @@ COMMENT= Python module for using fake objects to test real ones
LICENSE= MIT
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -21,7 +21,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
RUN_DEPENDS= ${PYNUMPY} \
v4l_compat>0:multimedia/v4l_compat
USES= compiler:c11 jpeg pkgconfig python sdl xorg
USES= compiler:c11 jpeg pkgconfig python:3.6+ sdl xorg
USE_SDL= sdl2 ttf2 image2 mixer2
USE_PYTHON= autoplist distutils
USE_XORG= x11

View File

@ -14,7 +14,7 @@ COMMENT= Discovery-based unittest extension
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/lgpl.txt
USES= python
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
USES= python shebangfix
USES= python:3.6+ shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= pbr/tests/testpackage/setup.py

View File

@ -14,7 +14,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR}
NO_ARCH= yes
USES= python
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -15,7 +15,7 @@ LICENSE_NAME= Repoze Public License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
USES= python
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -14,7 +14,7 @@ COMMENT= Utility libraries for development of simple WSGI programs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycryptodome-*
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
GNU_CONFIGURE= yes

View File

@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PY_SPHINX} \
${PYTHON_PKGNAMEPREFIX}sphinxcontrib-fulltoc>=1.1:textproc/py-sphinxcontrib-fulltoc@${PY_FLAVOR}
USES= python
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -14,7 +14,7 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= libxml2
USES= gettext-runtime gnome python
USES= gettext-runtime gnome python:3.6+
USE_PYTHON= autoplist distutils
CPPFLAGS+= `${PYTHON_CMD}-config --cflags`

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PY_SPHINX}
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View File

@ -11,7 +11,7 @@ COMMENT= Random assortment of WSGI servers
LICENSE= BSD2CLAUSE
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View File

@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View File

@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR}
USES= python
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -16,7 +16,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru@${PY_FLAVOR}
USES= python
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>