Skip to content

Commit

Permalink
textproc/py-furo: Update to 2023.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 30, 2023
1 parent 2bfa7d0 commit b5ff473
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions textproc/py-furo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= furo
PORTVERSION= 2023.3.27
PORTVERSION= 2023.5.20
CATEGORIES= textproc python
MASTER_SITES= PYPI \
LOCAL/sunpoet:static
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions textproc/py-furo/distinfo
@@ -1,5 +1,5 @@
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
2 changes: 1 addition & 1 deletion textproc/py-furo/files/setup.py
Expand Up @@ -27,7 +27,7 @@
{'': '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']}
Expand Down

0 comments on commit b5ff473

Please sign in to comment.