Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2025 17:28:31 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7531b434665 - main - textproc/py-jupyter_sphinx: upgrade to v0.5.3
Message-ID:  <202501041728.504HSVnJ044750@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7531b434665165e1848c5557611841e44310d1c

commit b7531b434665165e1848c5557611841e44310d1c
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-01-04 15:52:15 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-01-04 17:27:48 +0000

    textproc/py-jupyter_sphinx: upgrade to v0.5.3
    
    Releases notes at https://github.com/jupyter/jupyter-sphinx/releases
---
 textproc/py-jupyter_sphinx/Makefile  | 10 ++++++----
 textproc/py-jupyter_sphinx/distinfo  |  6 +++---
 textproc/py-jupyter_sphinx/pkg-plist |  4 ++++
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/textproc/py-jupyter_sphinx/Makefile b/textproc/py-jupyter_sphinx/Makefile
index d77ab071409c..d97fd2b06296 100644
--- a/textproc/py-jupyter_sphinx/Makefile
+++ b/textproc/py-jupyter_sphinx/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	jupyter-sphinx
-PORTVERSION=	0.3.2
-PORTREVISION=	1
+PORTVERSION=	0.5.3
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,16 +12,19 @@ WWW=		https://jupyter-sphinx.readthedocs.io/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nbformat>0:devel/py-nbformat@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nbconvert>0:devel/py-nbconvert@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipykernel>0:devel/py-ipykernel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils
+USE_PYTHON=	pep517
 
+PLIST_SUB=	VER=${PORTVERSION}
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/textproc/py-jupyter_sphinx/distinfo b/textproc/py-jupyter_sphinx/distinfo
index 2da61d3cebc3..a7500465ecba 100644
--- a/textproc/py-jupyter_sphinx/distinfo
+++ b/textproc/py-jupyter_sphinx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683479753
-SHA256 (jupyter_sphinx-0.3.2.tar.gz) = 37fc9408385c45326ac79ca0452fbd7ae2bf0e97842d626d2844d4830e30aaf2
-SIZE (jupyter_sphinx-0.3.2.tar.gz) = 16880
+TIMESTAMP = 1735900351
+SHA256 (jupyter_sphinx-0.5.3.tar.gz) = 2e23699a3a1cf5db31b10981da5aa32606ee730f6b73a844d1e76d800756af56
+SIZE (jupyter_sphinx-0.5.3.tar.gz) = 17532
diff --git a/textproc/py-jupyter_sphinx/pkg-plist b/textproc/py-jupyter_sphinx/pkg-plist
index 1812ca5a78f8..6d9228071ec3 100644
--- a/textproc/py-jupyter_sphinx/pkg-plist
+++ b/textproc/py-jupyter_sphinx/pkg-plist
@@ -1,3 +1,7 @@
+%%PYTHON_SITELIBDIR%%/jupyter_sphinx-%%VER%%.dist-info/licenses/LICENSE
+%%PYTHON_SITELIBDIR%%/jupyter_sphinx-%%VER%%.dist-info/METADATA
+%%PYTHON_SITELIBDIR%%/jupyter_sphinx-%%VER%%.dist-info/RECORD
+%%PYTHON_SITELIBDIR%%/jupyter_sphinx-%%VER%%.dist-info/WHEEL
 %%PYTHON_SITELIBDIR%%/jupyter_sphinx/__init__.py
 %%PYTHON_SITELIBDIR%%/jupyter_sphinx/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/jupyter_sphinx/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501041728.504HSVnJ044750>