diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:05:29 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:05:29 +0800 |
commit | 893743eeb07310cc4a65873bd8695323c7d0eaa5 (patch) | |
tree | fc71e1732f5aab3a2872c72f2037a5671ac7981e | |
parent | textproc/py-rich12: Convert to USE_PYTHON=pep517 (diff) |
textproc/py-sphinx-autobuild: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | textproc/py-sphinx-autobuild/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-sphinx-autobuild/Makefile b/textproc/py-sphinx-autobuild/Makefile index ae4f4d70a79b..ae41be442706 100644 --- a/textproc/py-sphinx-autobuild/Makefile +++ b/textproc/py-sphinx-autobuild/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinx-autobuild PORTVERSION= 2021.3.14 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,13 @@ WWW= https://github.com/executablebooks/sphinx-autobuild LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}livereload>=0:www/py-livereload@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |