Date: Wed, 29 Sep 2021 08:58:01 GMT From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9179bc3865ff - main - text/py-sphinxcontrib-autoprogram: require python 3.7 Message-ID: <202109290858.18T8w18A015016@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=9179bc3865ffe951fcce4281770de3af57b456f4 commit 9179bc3865ffe951fcce4281770de3af57b456f4 Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2021-08-15 07:52:28 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2021-09-29 08:55:21 +0000 text/py-sphinxcontrib-autoprogram: require python 3.7 - Requires python 3.7 [1] [1] https://github.com/sphinx-contrib/autoprogram/issues/47 PR: 257872 MFH: 2021Q3 --- textproc/py-sphinxcontrib-autoprogram/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-sphinxcontrib-autoprogram/Makefile b/textproc/py-sphinxcontrib-autoprogram/Makefile index 94a4df3aa446..5455a18f06f7 100644 --- a/textproc/py-sphinxcontrib-autoprogram/Makefile +++ b/textproc/py-sphinxcontrib-autoprogram/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinxcontrib-autoprogram PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109290858.18T8w18A015016>