mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
add py-8
This commit is contained in:
23
python/py-Jinja2/Makefile
Normal file
23
python/py-Jinja2/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-Jinja2/Makefile 534966 2020-05-11 23:51:58Z dbaio $
|
||||
|
||||
PORTNAME= Jinja2
|
||||
PORTVERSION= 2.10.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX?=
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT?= Fast and easy to use stand-alone template engine
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.23:python/py-MarkupSafe@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER}
|
||||
PY2TO3_ARGS= --fix=all --no-diffs --nobackups --verbose --write
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-Jinja2/distinfo
Normal file
3
python/py-Jinja2/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1555711700
|
||||
SHA256 (Jinja2-2.10.1.tar.gz) = 065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013
|
||||
SIZE (Jinja2-2.10.1.tar.gz) = 260956
|
||||
6
python/py-Jinja2/pkg-descr
Normal file
6
python/py-Jinja2/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
Jinja is a sandboxed template engine written in pure Python licensed
|
||||
under the BSD license. It provides a Django-like non-XML syntax and
|
||||
compiles templates into executable python code. It's basically a
|
||||
combination of Django templates and python code.
|
||||
|
||||
WWW: http://jinja.pocoo.org/
|
||||
Reference in New Issue
Block a user