- Update to 3.0

- Reassign to the Python team
- Port is neutral
- Adjust WWW entry

Changelog: https://github.com/malthe/chameleon/blob/3.0/CHANGES.rst#30-2016-12-07
This commit is contained in:
Olivier Duchateau 2016-12-14 17:49:20 +00:00
parent a1ef171543
commit aa91b6a7cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428577
3 changed files with 7 additions and 6 deletions

View File

@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= Chameleon
PORTVERSION= 2.25
PORTVERSION= 3.0
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= python@FreeBSD.org
COMMENT= Fast HTML/XML Template Compiler
LICENSE= BSD4CLAUSE
@ -15,5 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1474945965
SHA256 (Chameleon-2.25.tar.gz) = 6b2740e077626306c10a659bb9fe80d2eb8b6ceb89b521dfbed2f1432b2b496d
SIZE (Chameleon-2.25.tar.gz) = 193965
TIMESTAMP = 1481737394
SHA256 (Chameleon-3.0.tar.gz) = b830b9c44578635caa73ae91f511013df7576304f6f1375f99a27bce5e2099d9
SIZE (Chameleon-3.0.tar.gz) = 158668

View File

@ -6,4 +6,4 @@ HTML markup or XML. The language used is page templates, originally a Zope
invention, but available here as a standalone library that you can use in any
script or application running Python.
WWW: http://www.pagetemplates.org/
WWW: https://github.com/malthe/chameleon