git: a70e74edc964 - main - devel/bpython: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:53:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a70e74edc964a1b12bef1240805e8dde2de5e247
commit a70e74edc964a1b12bef1240805e8dde2de5e247
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:12:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:58 +0000
devel/bpython: Update USES=python
devel/py-cwcwidth requires Python 3.7+
---
devel/bpython/Makefile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile
index 849932c38872..caf1ecdd670d 100644
--- a/devel/bpython/Makefile
+++ b/devel/bpython/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curtsies>=0.3.5:devel/py-curtsies@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
@@ -34,10 +34,6 @@ NLS_USES= gettext
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.cached-property>=0:devel/py-backports.cached-property@${PY_FLAVOR}
.endif