diff options
-rw-r--r-- | textproc/py-sphinx-gallery/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-sphinx-gallery/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/py-sphinx-gallery/Makefile b/textproc/py-sphinx-gallery/Makefile index 9d32738ad856..32a689ac4ffa 100644 --- a/textproc/py-sphinx-gallery/Makefile +++ b/textproc/py-sphinx-gallery/Makefile @@ -1,9 +1,9 @@ PORTNAME= sphinx-gallery -PORTVERSION= 0.15.0 -PORTREVISION= 1 +PORTVERSION= 0.17.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= sphinx_gallery-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sphinx extension that builds an HTML gallery of examples from any set of Python scripts @@ -14,9 +14,10 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1:textproc/py-sphinx@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sphinx>=5,1:textproc/py-sphinx@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/textproc/py-sphinx-gallery/distinfo b/textproc/py-sphinx-gallery/distinfo index a934f3e61180..483e0a459848 100644 --- a/textproc/py-sphinx-gallery/distinfo +++ b/textproc/py-sphinx-gallery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700759870 -SHA256 (sphinx-gallery-0.15.0.tar.gz) = 7217fe98f8c4cce248db798c48f34183e4cdb277d2381e188182f92a14ec26b7 -SIZE (sphinx-gallery-0.15.0.tar.gz) = 422363 +TIMESTAMP = 1727314592 +SHA256 (sphinx_gallery-0.17.1.tar.gz) = c9969abcc5ca8c24496014da8260833b8c3ccdb32c17716b5ba66f2e0a3cc183 +SIZE (sphinx_gallery-0.17.1.tar.gz) = 464013 |