summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-tabs
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 18:06:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 18:06:38 +0000
commitc4707bfa2e8fdc806d1288876db8435cbd5452ed (patch)
treed4baa375120adee81b1a3f4e8ad1bd491b9be988 /textproc/py-sphinx-tabs
parentUpdate to 2020.11.10b15 (diff)
Update to 1.3.0
- Update WWW Changes: https://github.com/executablebooks/sphinx-tabs/releases https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=555339
Diffstat (limited to 'textproc/py-sphinx-tabs')
-rw-r--r--textproc/py-sphinx-tabs/Makefile11
-rw-r--r--textproc/py-sphinx-tabs/distinfo6
-rw-r--r--textproc/py-sphinx-tabs/files/patch-setup.py10
-rw-r--r--textproc/py-sphinx-tabs/pkg-descr2
4 files changed, 9 insertions, 20 deletions
diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile
index 7bb464e6f911..19983f4d22d5 100644
--- a/textproc/py-sphinx-tabs/Makefile
+++ b/textproc/py-sphinx-tabs/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sphinx-tabs
-PORTVERSION= 1.1.13
-PORTREVISION= 1
+PORTVERSION= 1.3.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,12 +13,12 @@ COMMENT= Tabbed views for Sphinx
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PY_SPHINX}
+RUN_DEPENDS= ${PY_PYGMENTS} \
+ ${PY_SPHINX}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/textproc/py-sphinx-tabs/distinfo b/textproc/py-sphinx-tabs/distinfo
index c059e63694a2..e33af600f3e8 100644
--- a/textproc/py-sphinx-tabs/distinfo
+++ b/textproc/py-sphinx-tabs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568290962
-SHA256 (sphinx-tabs-1.1.13.tar.gz) = 7ad881daa4d18799b254db4aa7feeb9d30256cbccf7d4f3de746d9fcc14e0196
-SIZE (sphinx-tabs-1.1.13.tar.gz) = 21332
+TIMESTAMP = 1605426479
+SHA256 (sphinx-tabs-1.3.0.tar.gz) = 54132c8a57aa19bba6e17fe26eb94ea9df531708ff3f509b119313b32d0d5aff
+SIZE (sphinx-tabs-1.3.0.tar.gz) = 23246
diff --git a/textproc/py-sphinx-tabs/files/patch-setup.py b/textproc/py-sphinx-tabs/files/patch-setup.py
deleted file mode 100644
index 89726ef8a130..000000000000
--- a/textproc/py-sphinx-tabs/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2019-09-10 15:58:49 UTC
-+++ setup.py
-@@ -14,7 +14,6 @@ setup(
- 'semantic-ui-2.4.1/*',
- ],
- },
-- data_files = [("", ["LICENSE"])],
- url = 'https://github.com/djungelorm/sphinx-tabs',
- license = 'MIT',
- description = 'Tab views for Sphinx',
diff --git a/textproc/py-sphinx-tabs/pkg-descr b/textproc/py-sphinx-tabs/pkg-descr
index f0ae9dcff70f..ca13ecaa28d6 100644
--- a/textproc/py-sphinx-tabs/pkg-descr
+++ b/textproc/py-sphinx-tabs/pkg-descr
@@ -1,3 +1,3 @@
sphinx-tabs creates tabbed content in Sphinx documentation when building HTML.
-WWW: https://github.com/djungelorm/sphinx-tabs
+WWW: https://github.com/executablebooks/sphinx-tabs