Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 20:19:20 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: 9235632183e6 - main - devel/py-jaraco.context: Update to 5.2.0
Message-ID:  <202404082019.438KJKlC018973@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=9235632183e6cfbdc9d219469e5ae272f711a4e2

commit 9235632183e6cfbdc9d219469e5ae272f711a4e2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 20:14:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 20:17:03 +0000

    devel/py-jaraco.context: Update to 5.2.0
    
    Changes:        https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst
---
 devel/py-jaraco.context/Makefile | 10 ++++++++--
 devel/py-jaraco.context/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/devel/py-jaraco.context/Makefile b/devel/py-jaraco.context/Makefile
index a97d6b20df6c..a9df669c325b 100644
--- a/devel/py-jaraco.context/Makefile
+++ b/devel/py-jaraco.context/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jaraco.context
-PORTVERSION=	5.1.0
+PORTVERSION=	5.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,4 +25,10 @@ USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31200
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.tarfile>=0:devel/py-backports.tarfile@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-jaraco.context/distinfo b/devel/py-jaraco.context/distinfo
index 859f7208395e..2ac4207aa215 100644
--- a/devel/py-jaraco.context/distinfo
+++ b/devel/py-jaraco.context/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712427934
-SHA256 (jaraco.context-5.1.0.tar.gz) = 24ec1f739aec2c5766c68027ccc70d91d7b0cb931699442f5c7ed93515b955e7
-SIZE (jaraco.context-5.1.0.tar.gz) = 11626
+TIMESTAMP = 1712580510
+SHA256 (jaraco.context-5.2.0.tar.gz) = a37dfae72c77976b4403f36c6ffc21d3e084a95889008c615336ecbbb444a36a
+SIZE (jaraco.context-5.2.0.tar.gz) = 13227



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