git: 4ee3195e3bc5 - main - textproc/py-furo: Update to 2024.7.18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 17:23:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ee3195e3bc58621f8b24054a6d65d5496e4758c
commit 4ee3195e3bc58621f8b24054a6d65d5496e4758c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:09:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:11 +0000
textproc/py-furo: Update to 2024.7.18
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/
---
textproc/py-furo/Makefile | 2 +-
textproc/py-furo/distinfo | 10 +++++-----
.../py-furo/files/{patch-src-furo-__init__.py => patch-sphinx} | 0
textproc/py-furo/files/setup.py | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/textproc/py-furo/Makefile b/textproc/py-furo/Makefile
index 217e93f455b4..e7b618193d39 100644
--- a/textproc/py-furo/Makefile
+++ b/textproc/py-furo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= furo
-PORTVERSION= 2024.5.6
+PORTVERSION= 2024.7.18
CATEGORIES= textproc python
MASTER_SITES= PYPI \
LOCAL/sunpoet:static
diff --git a/textproc/py-furo/distinfo b/textproc/py-furo/distinfo
index 92bcca7769d4..a849889504ae 100644
--- a/textproc/py-furo/distinfo
+++ b/textproc/py-furo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1716142140
-SHA256 (furo-2024.5.6.tar.gz) = 81f205a6605ebccbb883350432b4831c0196dd3d1bc92f61e1f459045b3d2b0b
-SIZE (furo-2024.5.6.tar.gz) = 1661282
-SHA256 (furo-2024.5.6-static.tar.gz) = c2235565b66de4077b37e2e58c31f094bd6faeeda15a4fdb01803ebaa27d80d9
-SIZE (furo-2024.5.6-static.tar.gz) = 183296
+TIMESTAMP = 1722711251
+SHA256 (furo-2024.7.18.tar.gz) = 37b08c5fccc95d46d8712c8be97acd46043963895edde05b0f4f135d58325c83
+SIZE (furo-2024.7.18.tar.gz) = 1661386
+SHA256 (furo-2024.7.18-static.tar.gz) = 117c9f779897a4e462e00d0a7e66f7390af43f4e13b763cf4882bca6f757b295
+SIZE (furo-2024.7.18-static.tar.gz) = 183808
diff --git a/textproc/py-furo/files/patch-src-furo-__init__.py b/textproc/py-furo/files/patch-sphinx
similarity index 100%
rename from textproc/py-furo/files/patch-src-furo-__init__.py
rename to textproc/py-furo/files/patch-sphinx
diff --git a/textproc/py-furo/files/setup.py b/textproc/py-furo/files/setup.py
index 64b9518ddfa2..d68615086d6b 100644
--- a/textproc/py-furo/files/setup.py
+++ b/textproc/py-furo/files/setup.py
@@ -27,7 +27,7 @@ package_dir = \
{'': 'src'}
install_requires = \
-['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng', 'pygments >= 2.7']
+['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng >= 1.0.0.beta2', 'pygments >= 2.7']
entry_points = \
{'sphinx.html_themes': ['furo = furo']}