Date: Sun, 5 Feb 2023 18:14:59 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 379953c17e1b - 2023Q1 - textproc/py-pydata-sphinx-theme: Unbreak this port after a7a3ac5596fdb27fb974c7993002b63994fe001e Message-ID: <202302051814.315IExkB047856@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=379953c17e1b1ebbd5405aa30f2a33efcbc36156 commit 379953c17e1b1ebbd5405aa30f2a33efcbc36156 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:19:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 18:08:46 +0000 textproc/py-pydata-sphinx-theme: Unbreak this port after a7a3ac5596fdb27fb974c7993002b63994fe001e - Allow build with py-sphinx 5.x - Bump PORTREVISION for package change Reference: https://github.com/pydata/pydata-sphinx-theme/commit/b806673afbcc5e13a68d2a28b1dde92c8729cbd7 (cherry picked from commit 5447e2ed1663a31566e0ff311755cdc0bb47ba93) --- textproc/py-pydata-sphinx-theme/Makefile | 2 +- textproc/py-pydata-sphinx-theme/files/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-pydata-sphinx-theme/Makefile b/textproc/py-pydata-sphinx-theme/Makefile index da190326d1b8..562e9ad17312 100644 --- a/textproc/py-pydata-sphinx-theme/Makefile +++ b/textproc/py-pydata-sphinx-theme/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.17.1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=3.5.4,1<5,1:textproc/py-sphinx@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1<6,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/textproc/py-pydata-sphinx-theme/files/setup.py b/textproc/py-pydata-sphinx-theme/files/setup.py index 9dbfc96da9b3..b17d21e95978 100644 --- a/textproc/py-pydata-sphinx-theme/files/setup.py +++ b/textproc/py-pydata-sphinx-theme/files/setup.py @@ -11,7 +11,7 @@ setup( package_dir = {'': 'src'}, package_data = {'': ['*']}, install_requires = [ - 'sphinx>=3.5.4,<5', + 'sphinx>=4,<6', 'beautifulsoup4', 'docutils!=0.17.0', 'packaging',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051814.315IExkB047856>