Date: Tue, 11 May 2021 21:53:09 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: 29ccdd692af8 - main - textproc/py-sphinx-inline-tabs: Update to 2021.4.11b9 Message-ID: <202105112153.14BLr95O099986@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=29ccdd692af8f7b2775d64384ea0be529df7d0ef commit 29ccdd692af8f7b2775d64384ea0be529df7d0ef Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-11 21:17:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-11 21:47:20 +0000 textproc/py-sphinx-inline-tabs: Update to 2021.4.11b9 Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main --- textproc/py-sphinx-inline-tabs/Makefile | 2 +- textproc/py-sphinx-inline-tabs/distinfo | 6 +++--- textproc/py-sphinx-inline-tabs/files/patch-setup.py | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/textproc/py-sphinx-inline-tabs/Makefile b/textproc/py-sphinx-inline-tabs/Makefile index 0eca508824b5..3b34d7575f03 100644 --- a/textproc/py-sphinx-inline-tabs/Makefile +++ b/textproc/py-sphinx-inline-tabs/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= sphinx-inline-tabs -PORTVERSION= 2021.3.28b7 +PORTVERSION= 2021.4.11b9 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-sphinx-inline-tabs/distinfo b/textproc/py-sphinx-inline-tabs/distinfo index 76149df5340f..92ccfe2eb6a5 100644 --- a/textproc/py-sphinx-inline-tabs/distinfo +++ b/textproc/py-sphinx-inline-tabs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320280 -SHA256 (sphinx_inline_tabs-2021.3.28b7.tar.gz) = e21b7439a4af86fc738a1b74fead87af59640b6e782efe83ef6c3936fc3924ab -SIZE (sphinx_inline_tabs-2021.3.28b7.tar.gz) = 41791 +TIMESTAMP = 1620405455 +SHA256 (sphinx_inline_tabs-2021.4.11b9.tar.gz) = 09267b9980b405bada41e63f9912769a394731e0e015068cda7feab1a13f8fe5 +SIZE (sphinx_inline_tabs-2021.4.11b9.tar.gz) = 42257 diff --git a/textproc/py-sphinx-inline-tabs/files/patch-setup.py b/textproc/py-sphinx-inline-tabs/files/patch-setup.py new file mode 100644 index 000000000000..0b3ef6c1f484 --- /dev/null +++ b/textproc/py-sphinx-inline-tabs/files/patch-setup.py @@ -0,0 +1,9 @@ +--- setup.py.orig 1970-01-01 00:00:00 UTC ++++ setup.py +@@ -30,5 +30,5 @@ setup(name='sphinx_inline_tabs', + package_dir=package_dir, + install_requires=install_requires, + extras_require=extras_require, +- python_requires='>=3.8', ++ python_requires='>=3.6', + )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112153.14BLr95O099986>