View | Details | Raw Unified | Return to bug 257872 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/py-sphinxcontrib-autoprogram/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	sphinxcontrib-autoprogram
1
PORTNAME=	sphinxcontrib-autoprogram
2
PORTVERSION=	0.1.7
2
PORTVERSION=	0.1.7
3
PORTREVISION=	1
3
CATEGORIES=	textproc
4
CATEGORIES=	textproc
4
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 LICENSE= BSD2CLAUSE Link Here
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
13
		${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR}
14
		${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR}
14
15
15
USES=		python
16
USES=		python:3.7+
16
USE_PYTHON=	autoplist concurrent distutils
17
USE_PYTHON=	autoplist concurrent distutils
17
18
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
- 

Return to bug 257872