From c5f1c2de6c67beb8fb9252029a21eccf705e1d5e Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sun, 15 Aug 2021 03:52:28 -0400 Subject: [PATCH] text/py-sphinxcontrib-autoprogram: require python 3.7 - Requires python 3.7 [1] [1] https://github.com/sphinx-contrib/autoprogram/issues/47 --- 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 94a4df3aa4..5455a18f06 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 -- 2.32.0