mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-sphinx-book-theme: Update to 1.1.4
Changes: https://github.com/executablebooks/sphinx-book-theme/releases
This commit is contained in:
parent
3df8d208bb
commit
33bb2955f5
3 changed files with 21 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= sphinx-book-theme
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI \
|
||||
LOCAL/sunpoet:static
|
||||
|
@ -17,8 +16,8 @@ LICENSE= BSD3CLAUSE
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.9.0:devel/py-flit-core@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.15.2:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>=5,1:textproc/py-sphinx@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.15.4:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>=5.3,1:textproc/py-sphinx@${PY_FLAVOR} \
|
||||
|
||||
USES= python:3.9+
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1722711255
|
||||
SHA256 (sphinx_book_theme-1.1.3.tar.gz) = 1f25483b1846cb3d353a6bc61b3b45b031f4acf845665d7da90e01ae0aef5b4d
|
||||
SIZE (sphinx_book_theme-1.1.3.tar.gz) = 434230
|
||||
SHA256 (sphinx_book_theme-1.1.3-static.tar.gz) = 05991ed630ef3de91f6fdcbfb174a982f9bb3d8af196a47aaae15bf5aff36714
|
||||
SIZE (sphinx_book_theme-1.1.3-static.tar.gz) = 502272
|
||||
TIMESTAMP = 1740836184
|
||||
SHA256 (sphinx_book_theme-1.1.4.tar.gz) = 73efe28af871d0a89bd05856d300e61edce0d5b2fbb7984e84454be0fedfe9ed
|
||||
SIZE (sphinx_book_theme-1.1.4.tar.gz) = 439188
|
||||
SHA256 (sphinx_book_theme-1.1.4-static.tar.gz) = b4ddbbd8d356ff870c3101b15ae5c29fc195ea97cf4abc58a2294a3fe91b4ec9
|
||||
SIZE (sphinx_book_theme-1.1.4-static.tar.gz) = 505344
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- pyproject.toml.orig 2024-06-12 14:08:03 UTC
|
||||
--- pyproject.toml.orig 2025-02-20 16:31:55 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -1,6 +1,6 @@
|
||||
[build-system]
|
||||
|
@ -8,4 +8,15 @@
|
|||
+build-backend = "flit_core.buildapi"
|
||||
|
||||
[tool.sphinx-theme-builder]
|
||||
node-version = "16.13.2"
|
||||
node-version = "20.9.0"
|
||||
@@ -36,8 +36,8 @@ dependencies = [
|
||||
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
- "sphinx>=6.1",
|
||||
- "pydata-sphinx-theme==0.15.4"
|
||||
+ "sphinx>=5.3",
|
||||
+ "pydata-sphinx-theme>=0.15.4"
|
||||
]
|
||||
|
||||
license = { file = "LICENSE" }
|
||||
|
|
Loading…
Add table
Reference in a new issue