Skip to content

Commit

Permalink
textproc/py-furo: Update to 2023.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 27, 2023
1 parent a960561 commit 7668ced
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion textproc/py-furo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= furo
PORTVERSION= 2023.7.26
PORTVERSION= 2023.9.10
CATEGORIES= textproc python
MASTER_SITES= PYPI \
LOCAL/sunpoet:static
Expand Down
10 changes: 5 additions & 5 deletions textproc/py-furo/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1691070166
SHA256 (furo-2023.7.26.tar.gz) = 257f63bab97aa85213a1fa24303837a3c3f30be92901ec732fea74290800f59e
SIZE (furo-2023.7.26.tar.gz) = 1656642
SHA256 (furo-2023.7.26-static.tar.gz) = 8ca1326403b40a932d2db7aeefa9f160defe0053ca5ec7914aba395b4dafba50
SIZE (furo-2023.7.26-static.tar.gz) = 177152
TIMESTAMP = 1700759864
SHA256 (furo-2023.9.10.tar.gz) = 5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2
SIZE (furo-2023.9.10.tar.gz) = 1657257
SHA256 (furo-2023.9.10-static.tar.gz) = 3ec833b31b2c0a4304557a01aad7c11eb5d705c5c4f72366809582df157ed810
SIZE (furo-2023.9.10-static.tar.gz) = 177152
11 changes: 11 additions & 0 deletions textproc/py-furo/files/patch-src-furo-__init__.py
@@ -0,0 +1,11 @@
--- src/furo/__init__.py.orig 2023-09-10 14:57:28 UTC
+++ src/furo/__init__.py
@@ -347,7 +347,7 @@ def _overwrite_pygments_css(

def setup(app: sphinx.application.Sphinx) -> Dict[str, Any]:
"""Entry point for sphinx theming."""
- app.require_sphinx("6.0")
+ app.require_sphinx("5.0")

app.add_config_value(
"pygments_dark_style", default="native", rebuild="env", types=[str]
19 changes: 18 additions & 1 deletion textproc/py-furo/files/setup.py
Expand Up @@ -37,11 +37,28 @@
description='A clean customisable Sphinx documentation theme.',
author=None,
author_email='Pradyun Gedam <mail@pradyunsg.me>',
classifiers=[
'Framework :: Sphinx',
'Framework :: Sphinx :: Theme',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Operating System :: OS Independent',
'Topic :: Documentation',
'Topic :: Software Development :: Documentation',
],
url=None,
packages=packages,
package_data=package_data,
package_dir=package_dir,
install_requires=install_requires,
entry_points=entry_points,
python_requires='>=3.7',
python_requires='>=3.8',
)

0 comments on commit 7668ced

Please sign in to comment.