Add textproc/py-chevron: Python implementation of the mustache templating language

PR:		266618
This commit is contained in:
Norikatsu Shigemura 2022-12-22 17:33:38 +08:00 committed by Li-Wen Hsu
parent dea424556f
commit 8c8f4936fd
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
4 changed files with 24 additions and 0 deletions

View File

@ -1296,6 +1296,7 @@
SUBDIR += py-chameleon
SUBDIR += py-chardet
SUBDIR += py-charset-normalizer
SUBDIR += py-chevron
SUBDIR += py-citeproc-py
SUBDIR += py-citeproc-py-styles
SUBDIR += py-cjkwrap

View File

@ -0,0 +1,18 @@
PORTNAME= chevron
PORTVERSION= 0.14.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nork@ninth-nine.com
COMMENT= Mustache templating language renderer
WWW= https://pypi.org/project/chevron/
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1664143575
SHA256 (chevron-0.14.0.tar.gz) = 87613aafdf6d77b6a90ff073165a61ae5086e21ad49057aa0e53681601800ebf
SIZE (chevron-0.14.0.tar.gz) = 11440

View File

@ -0,0 +1,2 @@
A python implementation of the mustache templating language
(https://mustache.github.io/).