diff options
Diffstat (limited to 'textproc/py-sphinxcontrib-seqdiag/Makefile')
-rw-r--r-- | textproc/py-sphinxcontrib-seqdiag/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/py-sphinxcontrib-seqdiag/Makefile b/textproc/py-sphinxcontrib-seqdiag/Makefile index 862b546fabb5..2fd70083db5f 100644 --- a/textproc/py-sphinxcontrib-seqdiag/Makefile +++ b/textproc/py-sphinxcontrib-seqdiag/Makefile @@ -1,6 +1,6 @@ PORTNAME= sphinxcontrib-seqdiag PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,14 @@ WWW= https://github.com/blockdiag/${PORTNAME} LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}seqdiag>=0.9.3:graphics/py-seqdiag@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}seqdiag>=0.9.3:graphics/py-seqdiag@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=2.0:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes |