diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-01 00:38:39 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-01 00:42:04 +0800 |
commit | aec79a480f0cde3ac96adb266dee6bb7c660d392 (patch) | |
tree | 849626698386122395022f8cb09545335cb96356 /textproc/py-chameleon | |
parent | net/py-urllib3: Remove unneeded USES=pycryptography:build (diff) |
textproc/py-chameleon: Update to 4.0.1
- Update WWW
Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst
Diffstat (limited to 'textproc/py-chameleon')
-rw-r--r-- | textproc/py-chameleon/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-chameleon/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-chameleon/Makefile b/textproc/py-chameleon/Makefile index a6f2536eff99..fc8c3a593849 100644 --- a/textproc/py-chameleon/Makefile +++ b/textproc/py-chameleon/Makefile @@ -1,5 +1,5 @@ PORTNAME= chameleon -PORTVERSION= 3.10.2 +PORTVERSION= 4.0.1 CATEGORIES= textproc www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= Chameleon-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Fast HTML/XML Template Compiler -WWW= https://github.com/malthe/chameleon +WWW= https://chameleon.readthedocs.io/en/latest/ \ + https://github.com/malthe/chameleon LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/textproc/py-chameleon/distinfo b/textproc/py-chameleon/distinfo index e439b0b80805..f6a102d4b63a 100644 --- a/textproc/py-chameleon/distinfo +++ b/textproc/py-chameleon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674590828 -SHA256 (Chameleon-3.10.2.tar.gz) = ad0ea57e1a7774b78d8c3e86f44a63a53adcfca1f2ba85911506550aedccd0fd -SIZE (Chameleon-3.10.2.tar.gz) = 93180 +TIMESTAMP = 1689399657 +SHA256 (Chameleon-4.0.1.tar.gz) = 513713ed6275fd1b4de718a0449e57c8553766d7df39fd60c7a038e5b9dab29d +SIZE (Chameleon-4.0.1.tar.gz) = 173650 |