Skip to content
Snippets Groups Projects
Verified Commit b5ff473a authored by sunpoet's avatar sunpoet
Browse files

textproc/py-furo: Update to 2023.5.20

parent 2bfa7d0b
No related branches found
No related tags found
No related merge requests found
PORTNAME= furo
PORTVERSION= 2023.3.27
PORTVERSION= 2023.5.20
CATEGORIES= textproc python
MASTER_SITES= PYPI \
LOCAL/sunpoet:static
......@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.7:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<7.0,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<8.0,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx-basic-ng>=0:textproc/py-sphinx-basic-ng@${PY_FLAVOR}
USES= python
......
TIMESTAMP = 1683478924
SHA256 (furo-2023.3.27.tar.gz) = b99e7867a5cc833b2b34d7230631dd6558c7a29f93071fdbb5709634bb33c5a5
SIZE (furo-2023.3.27.tar.gz) = 1636618
SHA256 (furo-2023.3.27-static.tar.gz) = f0a36b485e59dc2dcdf1cc7215c3a148e94a90d292c6a1b4789fc58c0e470b1d
SIZE (furo-2023.3.27-static.tar.gz) = 178176
TIMESTAMP = 1686496778
SHA256 (furo-2023.5.20.tar.gz) = 40e09fa17c6f4b22419d122e933089226dcdb59747b5b6c79363089827dea16f
SIZE (furo-2023.5.20.tar.gz) = 1656165
SHA256 (furo-2023.5.20-static.tar.gz) = 1cb72e3424a425407bbff335ad74662910243d20886f3e61656aef2cc490eb97
SIZE (furo-2023.5.20-static.tar.gz) = 177152
......@@ -27,7 +27,7 @@ package_dir = \
{'': 'src'}
install_requires = \
['beautifulsoup4', 'sphinx >= 5.0,<7.0', 'sphinx-basic-ng', 'pygments >= 2.7']
['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng', 'pygments >= 2.7']
entry_points = \
{'sphinx.html_themes': ['furo = furo']}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment