git: 9179bc3865ff - main - text/py-sphinxcontrib-autoprogram: require python 3.7

Koichiro Iwao meta at FreeBSD.org
Wed Sep 29 08:58:01 UTC 2021


The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9179bc3865ffe951fcce4281770de3af57b456f4

commit 9179bc3865ffe951fcce4281770de3af57b456f4
Author:     Derek Schrock <dereks at lifeofadishwasher.com>
AuthorDate: 2021-08-15 07:52:28 +0000
Commit:     Koichiro Iwao <meta at 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


More information about the dev-commits-ports-main mailing list