From aa7a6c429ea62d972467d6755fa7a6f52256b452 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 28 Dec 2020 23:02:12 +0000 Subject: Drop python 2.7 support from a few ports With hat: portmgr --- irc/py-irc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/py-irc') diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index 9d98e915f171..9c24c7fd1864 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:devel/py-hgtools@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python shebangfix +USES= python:3.6+ shebangfix USE_PYTHON= distutils autoplist NO_ARCH= yes SHEBANG_FILES= irc/*.py scripts/*.py -- cgit v1.2.3