Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:12:52 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: 2bd820a938c8 - main - textproc/py-sphinxcontrib-towncrier: Update to 0.3.2a0
Message-ID:  <202212300912.2BU9CqWF019373@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=2bd820a938c82cf644e4c9c28059e9c1459ae761

commit 2bd820a938c82cf644e4c9c28059e9c1459ae761
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:45:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:09 +0000

    textproc/py-sphinxcontrib-towncrier: Update to 0.3.2a0
    
    - Clean up Makefile
      - Remove unneeded PYTHON_VER check
      - Update version requirement of RUN_DEPENDS
    
    Changes:        https://github.com/sphinx-contrib/sphinxcontrib-towncrier/releases
                    https://github.com/sphinx-contrib/sphinxcontrib-towncrier/commits/master
---
 textproc/py-sphinxcontrib-towncrier/Makefile | 6 +++---
 textproc/py-sphinxcontrib-towncrier/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/textproc/py-sphinxcontrib-towncrier/Makefile b/textproc/py-sphinxcontrib-towncrier/Makefile
index a869c03b912f..94c24509bb1b 100644
--- a/textproc/py-sphinxcontrib-towncrier/Makefile
+++ b/textproc/py-sphinxcontrib-towncrier/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sphinxcontrib-towncrier
-PORTVERSION=	0.3.1a3
+PORTVERSION=	0.3.2a0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,8 +21,8 @@ NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
-.if defined(PYTHON_VER) && ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.1:devel/py-importlib-metadata@${PY_FLAVOR}
+.if ${PYTHON_REL} < 30800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4:devel/py-importlib-metadata@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/textproc/py-sphinxcontrib-towncrier/distinfo b/textproc/py-sphinxcontrib-towncrier/distinfo
index c003630e8924..2030b67b9dc6 100644
--- a/textproc/py-sphinxcontrib-towncrier/distinfo
+++ b/textproc/py-sphinxcontrib-towncrier/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669041956
-SHA256 (sphinxcontrib-towncrier-0.3.1a3.tar.gz) = 7d521a435c06b39d519ce0c9c1495a9e5f0e7db7fd243674ee4a16ac1ce1812e
-SIZE (sphinxcontrib-towncrier-0.3.1a3.tar.gz) = 45865
+TIMESTAMP = 1671874840
+SHA256 (sphinxcontrib-towncrier-0.3.2a0.tar.gz) = 7cf18ac9c13533fffdb794dab278c6ad845f8c85bfa56942eba077d543885fa6
+SIZE (sphinxcontrib-towncrier-0.3.2a0.tar.gz) = 46802



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