Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2022 12:52:39 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: 9c7ef501b42a - main - textproc/py-sphinx-inline-tabs: Update to 2022.1.2b11
Message-ID:  <202202281252.21SCqd4s065765@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=9c7ef501b42ab99ef5dcc2733e94742701f8ed64

commit 9c7ef501b42ab99ef5dcc2733e94742701f8ed64
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:37:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:25 +0000

    textproc/py-sphinx-inline-tabs: Update to 2022.1.2b11
    
    Changes:        https://github.com/pradyunsg/sphinx-inline-tabs/commits/main
---
 textproc/py-sphinx-inline-tabs/Makefile            |  7 +++--
 textproc/py-sphinx-inline-tabs/distinfo            |  6 ++--
 .../py-sphinx-inline-tabs/files/patch-setup.py     |  9 ------
 textproc/py-sphinx-inline-tabs/files/setup.py      | 34 ++++++++++++++++++++++
 4 files changed, 42 insertions(+), 14 deletions(-)

diff --git a/textproc/py-sphinx-inline-tabs/Makefile b/textproc/py-sphinx-inline-tabs/Makefile
index 7c39d8aa41b8..e33ab14f71eb 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.8.17b10
+PORTVERSION=	2022.1.2b11
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=3,1:textproc/py-sphinx@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
@@ -26,4 +26,7 @@ NO_ARCH=	yes
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 .endif
 
+post-patch:
+	@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
+
 .include <bsd.port.post.mk>
diff --git a/textproc/py-sphinx-inline-tabs/distinfo b/textproc/py-sphinx-inline-tabs/distinfo
index 9b54a851f1bb..0f4be8368297 100644
--- a/textproc/py-sphinx-inline-tabs/distinfo
+++ b/textproc/py-sphinx-inline-tabs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632664376
-SHA256 (sphinx_inline_tabs-2021.8.17b10.tar.gz) = 6e37b4aa5f2baa8d946d7da95b87775f70023d8d0719c77c414fc168ff22c636
-SIZE (sphinx_inline_tabs-2021.8.17b10.tar.gz) = 42848
+TIMESTAMP = 1643971134
+SHA256 (sphinx_inline_tabs-2022.1.2b11.tar.gz) = afb9142772ec05ccb07f05d8181b518188fc55631b26ee803c694e812b3fdd73
+SIZE (sphinx_inline_tabs-2022.1.2b11.tar.gz) = 42520
diff --git a/textproc/py-sphinx-inline-tabs/files/patch-setup.py b/textproc/py-sphinx-inline-tabs/files/patch-setup.py
deleted file mode 100644
index 0b3ef6c1f484..000000000000
--- a/textproc/py-sphinx-inline-tabs/files/patch-setup.py
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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',
-      )
diff --git a/textproc/py-sphinx-inline-tabs/files/setup.py b/textproc/py-sphinx-inline-tabs/files/setup.py
new file mode 100644
index 000000000000..395ea6b275e9
--- /dev/null
+++ b/textproc/py-sphinx-inline-tabs/files/setup.py
@@ -0,0 +1,34 @@
+#!/usr/bin/env python
+# setup.py generated by flit for tools that don't yet use PEP 517
+
+from distutils.core import setup
+
+packages = \
+['sphinx_inline_tabs']
+
+package_data = \
+{'': ['*'], 'sphinx_inline_tabs': ['static/*']}
+
+package_dir = \
+{'': 'src'}
+
+install_requires = \
+['sphinx >= 3']
+
+extras_require = \
+{'doc': ['myst-parser', 'furo'],
+ 'test': ['pytest', 'pytest-cov', 'pytest-xdist']}
+
+setup(name='sphinx_inline_tabs',
+      version='%%PORTVERSION%%',
+      description='Add inline tabbed content to your Sphinx documentation.',
+      author='Pradyun Gedam',
+      author_email='mail@pradyunsg.me',
+      url='https://github.com/pradyunsg/sphinx-inline-tabs',
+      packages=packages,
+      package_data=package_data,
+      package_dir=package_dir,
+      install_requires=install_requires,
+      extras_require=extras_require,
+      python_requires='>=3.7',
+     )



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