Skip to content

Commit

Permalink
text/py-sphinxcontrib-autoprogram: require python 3.7
Browse files Browse the repository at this point in the history
- Requires python 3.7 [1]

[1] sphinx-contrib/autoprogram#47

PR:		257872
MFH:		2021Q3
  • Loading branch information
derekschrock authored and metalefty committed Sep 29, 2021
1 parent 6a1c422 commit 9179bc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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}
Expand All @@ -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
Expand Down

0 comments on commit 9179bc3

Please sign in to comment.