Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:13:29 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: 2304d62dd07e - main - devel/py-tempora: Update to 5.5.1
Message-ID:  <202403091413.429EDTaM016752@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=2304d62dd07eed7c2a32356e580d815aaae04aae

commit 2304d62dd07eed7c2a32356e580d815aaae04aae
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:48:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:07 +0000

    devel/py-tempora: Update to 5.5.1
    
    - Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS
    
    Changes:        https://github.com/jaraco/tempora/blob/main/NEWS.rst
---
 devel/py-tempora/Makefile | 4 ++--
 devel/py-tempora/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile
index ffc0e4d36486..03172ff2d90d 100644
--- a/devel/py-tempora/Makefile
+++ b/devel/py-tempora/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tempora
-PORTVERSION=	5.5.0
+PORTVERSION=	5.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://github.com/jaraco/tempora
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \
diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo
index 8843232c668b..d251761e888c 100644
--- a/devel/py-tempora/distinfo
+++ b/devel/py-tempora/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166276
-SHA256 (tempora-5.5.0.tar.gz) = 13e4fcc997d0509c3306d6841f03e9381b7e5e46b2bebfae9151af90085f0c26
-SIZE (tempora-5.5.0.tar.gz) = 20877
+TIMESTAMP = 1709390666
+SHA256 (tempora-5.5.1.tar.gz) = a2bb51e2121976d931347b3e433917c364b83fdd5f64ef27336c865bf1fb0f75
+SIZE (tempora-5.5.1.tar.gz) = 21145



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