Date: Sun, 16 May 2021 15:27:01 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d1967baff0d8 - main - textproc/py-sphinx-tabs: Update to 3.0.0 Message-ID: <202105161527.14GFR1rp066975@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1967baff0d865706f73a5c69cf9c7fd064b8175 commit d1967baff0d865706f73a5c69cf9c7fd064b8175 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-16 15:15:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-16 15:24:15 +0000 textproc/py-sphinx-tabs: Update to 3.0.0 Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md --- textproc/py-sphinx-tabs/Makefile | 7 ++++--- textproc/py-sphinx-tabs/distinfo | 6 +++--- textproc/py-sphinx-tabs/files/patch-setup.py | 11 +++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile index df5da3e70ba6..1e91a56ea734 100644 --- a/textproc/py-sphinx-tabs/Makefile +++ b/textproc/py-sphinx-tabs/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= sphinx-tabs -PORTVERSION= 2.1.0 +PORTVERSION= 3.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,9 @@ COMMENT= Tabbed views for Sphinx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=2,1<4,1:textproc/py-sphinx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.16<1:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=2,1<5,1:textproc/py-sphinx@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} diff --git a/textproc/py-sphinx-tabs/distinfo b/textproc/py-sphinx-tabs/distinfo index 364d8f782a79..bc8c0de37f85 100644 --- a/textproc/py-sphinx-tabs/distinfo +++ b/textproc/py-sphinx-tabs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320282 -SHA256 (sphinx-tabs-2.1.0.tar.gz) = 0b5a8dd71d87197a01eef3b9d1e1a70513f4dd45e8af7783d1ab74c3fb2cbc6c -SIZE (sphinx-tabs-2.1.0.tar.gz) = 11860 +TIMESTAMP = 1620928635 +SHA256 (sphinx-tabs-3.0.0.tar.gz) = 3f766762fffacc99828cb877a9e4cb8ac0ba3582f2a054ea68248e5e026e5612 +SIZE (sphinx-tabs-3.0.0.tar.gz) = 14837 diff --git a/textproc/py-sphinx-tabs/files/patch-setup.py b/textproc/py-sphinx-tabs/files/patch-setup.py new file mode 100644 index 000000000000..9de15e1c573d --- /dev/null +++ b/textproc/py-sphinx-tabs/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-05-11 20:38:43 UTC ++++ setup.py +@@ -25,7 +25,7 @@ setup( + url="https://github.com/executablebooks/sphinx-tabs", + license="MIT", + python_requires="~=3.6", +- install_requires=["sphinx>=2,<5", "pygments", "docutils~=0.16.0"], ++ install_requires=["sphinx>=2,<5", "pygments", "docutils~=0.16"], + extras_require={ + "testing": [ + "coverage",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105161527.14GFR1rp066975>