forked from Lainports/freebsd-ports
Add py-pyjade 4.0.0
PyJade is a high performance port of Jade-lang for python, that converts any .jade source to the each Template-language (Django, Jinja2, Mako or Tornado). WWW: https://github.com/syrusakbary/pyjade
This commit is contained in:
parent
bbd3cbaf8d
commit
378cacc048
4 changed files with 35 additions and 0 deletions
|
|
@ -1371,6 +1371,7 @@
|
|||
SUBDIR += py-pygtail
|
||||
SUBDIR += py-pyhamcrest
|
||||
SUBDIR += py-pyhwp
|
||||
SUBDIR += py-pyjade
|
||||
SUBDIR += py-pylons-sphinx-themes
|
||||
SUBDIR += py-pypa-docs-theme
|
||||
SUBDIR += py-pypandoc
|
||||
|
|
|
|||
27
textproc/py-pyjade/Makefile
Normal file
27
textproc/py-pyjade/Makefile
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyjade
|
||||
PORTVERSION= 4.0.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyramid>=1.4:www/py-pyramid@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/py-pyjade/distinfo
Normal file
3
textproc/py-pyjade/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1549124288
|
||||
SHA256 (pyjade-4.0.0.tar.gz) = 8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7
|
||||
SIZE (pyjade-4.0.0.tar.gz) = 29251
|
||||
4
textproc/py-pyjade/pkg-descr
Normal file
4
textproc/py-pyjade/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
PyJade is a high performance port of Jade-lang for python, that converts any
|
||||
.jade source to the each Template-language (Django, Jinja2, Mako or Tornado).
|
||||
|
||||
WWW: https://github.com/syrusakbary/pyjade
|
||||
Loading…
Add table
Reference in a new issue