aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-28 23:02:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-28 23:02:12 +0000
commitaa7a6c429ea62d972467d6755fa7a6f52256b452 (patch)
tree3c451883d3bd4d2ffe401b2b6aee58825505d145 /x11
parentc3b3e6a10d663bc2672cdd4bf46943046d03ecba (diff)
downloadports-aa7a6c429ea62d972467d6755fa7a6f52256b452.tar.gz
ports-aa7a6c429ea62d972467d6755fa7a6f52256b452.zip
Drop python 2.7 support from a few ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=559531
Diffstat (limited to 'x11')
-rw-r--r--x11/py-pyscreenshot/Makefile2
-rw-r--r--x11/py-pyvirtualdisplay/Makefile2
-rw-r--r--x11/py-xcffib/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-pyscreenshot/Makefile b/x11/py-pyscreenshot/Makefile
index a601ba4b4a4c..2a1308d74f6c 100644
--- a/x11/py-pyscreenshot/Makefile
+++ b/x11/py-pyscreenshot/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAV
${PY_PILLOW} \
import:graphics/ImageMagick6
-USES= python
+USES= python:3.6+
NO_ARCH= yes
USE_PYTHON= autoplist distutils
diff --git a/x11/py-pyvirtualdisplay/Makefile b/x11/py-pyvirtualdisplay/Makefile
index 55341ed5588f..6f64540995e4 100644
--- a/x11/py-pyvirtualdisplay/Makefile
+++ b/x11/py-pyvirtualdisplay/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \
${PY_PILLOW} \
xauth>0:x11/xauth
-USES= python
+USES= python:3.6+
USE_PYTHON= autoplist distutils
OPTIONS_SINGLE= BACKEND
diff --git a/x11/py-xcffib/Makefile b/x11/py-xcffib/Makefile
index 39a22edf1597..6e91f538b157 100644
--- a/x11/py-xcffib/Makefile
+++ b/x11/py-xcffib/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
LIB_DEPENDS= libxcb.so:x11/libxcb
RUN_DEPENDS= ${BUILD_DEPENDS}
-USES= python
+USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes