summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-theme-builder
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-31 06:07:00 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-31 06:21:19 +0800
commit9687b9a3b585ca5b3c8c967297bbfe6a2f0302d4 (patch)
tree6fbeb30b195c151c88413e2e756d6ce0a40e800f /textproc/py-sphinx-theme-builder
parenttextproc/py-sphinx-tabs: Update to 3.3.1 (diff)
textproc/py-sphinx-theme-builder: Update to 0.2.0a14
Changes: https://github.com/pradyunsg/sphinx-theme-builder/blob/main/docs/changelog.md
Diffstat (limited to 'textproc/py-sphinx-theme-builder')
-rw-r--r--textproc/py-sphinx-theme-builder/Makefile3
-rw-r--r--textproc/py-sphinx-theme-builder/distinfo6
-rw-r--r--textproc/py-sphinx-theme-builder/files/setup.py2
3 files changed, 5 insertions, 6 deletions
diff --git a/textproc/py-sphinx-theme-builder/Makefile b/textproc/py-sphinx-theme-builder/Makefile
index 8e8f50fdf557..f6cbe0a8c035 100644
--- a/textproc/py-sphinx-theme-builder/Makefile
+++ b/textproc/py-sphinx-theme-builder/Makefile
@@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= sphinx-theme-builder
-DISTVERSION= 0.2.0a13
-PORTREVISION= 1
+PORTVERSION= 0.2.0a14
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-sphinx-theme-builder/distinfo b/textproc/py-sphinx-theme-builder/distinfo
index 395363d5d9b0..fd45abb4000d 100644
--- a/textproc/py-sphinx-theme-builder/distinfo
+++ b/textproc/py-sphinx-theme-builder/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642102119
-SHA256 (sphinx-theme-builder-0.2.0a13.tar.gz) = d0bf4429a9c051910eee94a32942fa940db546fd033a7cef8986c8ea68f23fc5
-SIZE (sphinx-theme-builder-0.2.0a13.tar.gz) = 21363
+TIMESTAMP = 1648248990
+SHA256 (sphinx-theme-builder-0.2.0a14.tar.gz) = 58dccafd30091c5a85a075a48fc34625102883d94ab09fd307188480d813ae45
+SIZE (sphinx-theme-builder-0.2.0a14.tar.gz) = 21384
diff --git a/textproc/py-sphinx-theme-builder/files/setup.py b/textproc/py-sphinx-theme-builder/files/setup.py
index 34719f111cc4..f7e6551f3f36 100644
--- a/textproc/py-sphinx-theme-builder/files/setup.py
+++ b/textproc/py-sphinx-theme-builder/files/setup.py
@@ -35,5 +35,5 @@ setup(name='sphinx-theme-builder',
install_requires=install_requires,
extras_require=extras_require,
entry_points=entry_points,
- python_requires='~=3.7',
+ python_requires='>=3.7',
)