git: 1aeea0798f25 - main - textproc/py-furo: Update to 2022.4.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 23:20:27 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1aeea0798f25ff2e915a5eddcd4c41916c44ed7a
commit 1aeea0798f25ff2e915a5eddcd4c41916c44ed7a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 23:12:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 23:16:12 +0000
textproc/py-furo: Update to 2022.4.7
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
---
textproc/py-furo/Makefile | 3 +--
textproc/py-furo/distinfo | 10 +++++-----
textproc/py-furo/files/setup.py | 9 +--------
3 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/textproc/py-furo/Makefile b/textproc/py-furo/Makefile
index 57ff251490b4..f7b0881e2da3 100644
--- a/textproc/py-furo/Makefile
+++ b/textproc/py-furo/Makefile
@@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= furo
-PORTVERSION= 2022.1.2
-PORTREVISION= 1
+PORTVERSION= 2022.4.7
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
LOCAL/sunpoet:static
diff --git a/textproc/py-furo/distinfo b/textproc/py-furo/distinfo
index 789926199cb3..642bac6497a1 100644
--- a/textproc/py-furo/distinfo
+++ b/textproc/py-furo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1643045828
-SHA256 (furo-2022.1.2.tar.gz) = b217f218cbcd423ffbfe69baa79389d4ecebf2d86f0d593c44ef31da7b5aed30
-SIZE (furo-2022.1.2.tar.gz) = 1659274
-SHA256 (furo-2022.1.2-static.tar.gz) = f6aa4ae25f7c4a8e91856c1312dab5c4fc4d25caea85f5c00827731aff5c0d64
-SIZE (furo-2022.1.2-static.tar.gz) = 38236
+TIMESTAMP = 1654774112
+SHA256 (furo-2022.4.7.tar.gz) = 96204ab7cd047e4b6c523996e0279c4c629a8fc31f4f109b2efd470c17f49c80
+SIZE (furo-2022.4.7.tar.gz) = 1669716
+SHA256 (furo-2022.4.7-static.tar.gz) = cb66625f9f4d3086a945844a7fd6117e3b83cf41a50d79a08784a1c9df4c80be
+SIZE (furo-2022.4.7-static.tar.gz) = 175104
diff --git a/textproc/py-furo/files/setup.py b/textproc/py-furo/files/setup.py
index def8898448c6..1b7b25890ab5 100644
--- a/textproc/py-furo/files/setup.py
+++ b/textproc/py-furo/files/setup.py
@@ -18,6 +18,7 @@ package_data = \
'assets/styles/variables/*',
'theme/*',
'theme/furo/*',
+ 'theme/furo/components/*',
'theme/furo/partials/*',
'theme/furo/sidebar/*',
'theme/furo/static/*']}
@@ -28,13 +29,6 @@ package_dir = \
install_requires = \
['beautifulsoup4', 'sphinx ~= 4.0', 'pygments ~= 2.7']
-extras_require = \
-{'doc': ['myst-parser',
- 'sphinx-copybutton',
- 'sphinx-design',
- 'sphinx-inline-tabs'],
- 'test': ['pytest', 'pytest-cov', 'pytest-xdist']}
-
entry_points = \
{'sphinx.html_themes': ['furo = furo']}
@@ -48,7 +42,6 @@ setup(name='furo',
package_data=package_data,
package_dir=package_dir,
install_requires=install_requires,
- extras_require=extras_require,
entry_points=entry_points,
python_requires='>=3.6',
)