Add textproc/py-chevron: Python implementation of the mustache templating language
PR: 266618
This commit is contained in:
parent
dea424556f
commit
8c8f4936fd
@ -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
|
||||
|
18
textproc/py-chevron/Makefile
Normal file
18
textproc/py-chevron/Makefile
Normal 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>
|
3
textproc/py-chevron/distinfo
Normal file
3
textproc/py-chevron/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1664143575
|
||||
SHA256 (chevron-0.14.0.tar.gz) = 87613aafdf6d77b6a90ff073165a61ae5086e21ad49057aa0e53681601800ebf
|
||||
SIZE (chevron-0.14.0.tar.gz) = 11440
|
2
textproc/py-chevron/pkg-descr
Normal file
2
textproc/py-chevron/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
A python implementation of the mustache templating language
|
||||
(https://mustache.github.io/).
|
Loading…
Reference in New Issue
Block a user