Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:24:23 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: 9687b9a3b585 - main - textproc/py-sphinx-theme-builder: Update to 0.2.0a14
Message-ID:  <202203302224.22UMONTB065344@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=9687b9a3b585ca5b3c8c967297bbfe6a2f0302d4

commit 9687b9a3b585ca5b3c8c967297bbfe6a2f0302d4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:07:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:21:19 +0000

    textproc/py-sphinx-theme-builder: Update to 0.2.0a14
    
    Changes:        https://github.com/pradyunsg/sphinx-theme-builder/blob/main/docs/changelog.md
---
 textproc/py-sphinx-theme-builder/Makefile       | 3 +--
 textproc/py-sphinx-theme-builder/distinfo       | 6 +++---
 textproc/py-sphinx-theme-builder/files/setup.py | 2 +-
 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',
      )



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