textproc/py-pystache: update to 0.6.0.

ChangeLog: https://github.com/sarnold/pystache/releases/tag/0.6.0
This commit is contained in:
Vanilla I. Shu 2021-12-12 14:42:13 +08:00
parent cc5d00c3b8
commit 59d7786f21
3 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
PORTNAME= pystache
PORTVERSION= 0.5.4
PORTREVISION= 1
PORTVERSION= 0.6.0
PORTREVISION= 0
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,2 +1,3 @@
SHA256 (pystache-0.5.4.tar.gz) = f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a
SIZE (pystache-0.5.4.tar.gz) = 75131
TIMESTAMP = 1639291223
SHA256 (pystache-0.6.0.tar.gz) = 93bf92b2149a4c4b58d12142e2c4c6dd5c08d89e4c95afccd4b6efe2ee1d470d
SIZE (pystache-0.6.0.tar.gz) = 78240

View file

@ -2,4 +2,4 @@ Pystache is a Python implementation of Mustache.
Inspired by ctemplate and et, Mustache is a framework-agnostic
way to render logic-free views.
WWW: https://github.com/defunkt/pystache
WWW: https://github.com/sarnold/pystache