diff --git a/textproc/py-pystache/Makefile b/textproc/py-pystache/Makefile index 8120bcdae9a5..81ed93ae4f41 100644 --- a/textproc/py-pystache/Makefile +++ b/textproc/py-pystache/Makefile @@ -1,20 +1,20 @@ # Created by: Grzegorz Blach PORTNAME= pystache -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.6.0 +PORTREVISION= 0 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Logic-less templates for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include diff --git a/textproc/py-pystache/distinfo b/textproc/py-pystache/distinfo index e9e63e6810cb..0c85cc34653b 100644 --- a/textproc/py-pystache/distinfo +++ b/textproc/py-pystache/distinfo @@ -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 diff --git a/textproc/py-pystache/pkg-descr b/textproc/py-pystache/pkg-descr index 6fb5813459b7..48761cfc65cd 100644 --- a/textproc/py-pystache/pkg-descr +++ b/textproc/py-pystache/pkg-descr @@ -1,5 +1,5 @@ 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