Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 06:08:42 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: 33478197f957 - main - textproc/py-chameleon: Update to 4.3.0
Message-ID:  <202312140608.3BE68g5X005923@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=33478197f95742a4826ff159cd9e53361edeb34d

commit 33478197f95742a4826ff159cd9e53361edeb34d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 05:40:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 05:48:58 +0000

    textproc/py-chameleon: Update to 4.3.0
    
    Changes:        https://github.com/malthe/chameleon/releases
---
 textproc/py-chameleon/Makefile | 14 ++++++++++++--
 textproc/py-chameleon/distinfo |  6 +++---
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/textproc/py-chameleon/Makefile b/textproc/py-chameleon/Makefile
index 0927d35596b2..b48e7e851474 100644
--- a/textproc/py-chameleon/Makefile
+++ b/textproc/py-chameleon/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	chameleon
-PORTVERSION=	4.2.0
+PORTVERSION=	4.3.0
 CATEGORIES=	textproc www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,4 +18,14 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30900
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR}
+.endif
+
+.if ${PYTHON_REL} < 31000
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/py-chameleon/distinfo b/textproc/py-chameleon/distinfo
index 114b4c3e953d..3b8ef93f4721 100644
--- a/textproc/py-chameleon/distinfo
+++ b/textproc/py-chameleon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696002172
-SHA256 (Chameleon-4.2.0.tar.gz) = 2a7bda67ba9f8fa31d1e17b8d1cefdae8687741293ffe0938e831e71843b4751
-SIZE (Chameleon-4.2.0.tar.gz) = 176515
+TIMESTAMP = 1702028322
+SHA256 (Chameleon-4.3.0.tar.gz) = 5105991bc4f69f4f4061af5318528a6953c0427a30d7cde4cb9d94405f1aac23
+SIZE (Chameleon-4.3.0.tar.gz) = 178781



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