Date: Wed, 29 Sep 2021 09:00:25 GMT From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 5e019790c2b1 - 2021Q3 - text/py-sphinxcontrib-autoprogram: require python 3.7 Message-ID: <202109290900.18T90PKB024348@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e019790c2b185e80a55c3f8779cdfbb644ca66b commit 5e019790c2b185e80a55c3f8779cdfbb644ca66b 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:59:47 +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 (cherry picked from commit 9179bc3865ffe951fcce4281770de3af57b456f4) --- 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?202109290900.18T90PKB024348>