From owner-dev-commits-ports-all@freebsd.org Tue May 11 21:53:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD984646B61; Tue, 11 May 2021 21:53:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ffs9f0sJRz4rbl; Tue, 11 May 2021 21:53:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2F191F9FD; Tue, 11 May 2021 21:53:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14BLr9DI099988; Tue, 11 May 2021 21:53:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BLr95O099986; Tue, 11 May 2021 21:53:09 GMT (envelope-from git) Date: Tue, 11 May 2021 21:53:09 GMT Message-Id: <202105112153.14BLr95O099986@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 29ccdd692af8 - main - textproc/py-sphinx-inline-tabs: Update to 2021.4.11b9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 29ccdd692af8f7b2775d64384ea0be529df7d0ef Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 21:53:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=29ccdd692af8f7b2775d64384ea0be529df7d0ef commit 29ccdd692af8f7b2775d64384ea0be529df7d0ef Author: Po-Chuan Hsieh AuthorDate: 2021-05-11 21:17:56 +0000 Commit: Po-Chuan Hsieh 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 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', + )