1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's
just a handy little templating language for when your project
outgrows string.Template or % substitution. It's small, it
embeds Python in strings, and it doesn't do much else.

WWW:	http://pythonpaste.org/tempita/

Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-02-27 15:33:28 +00:00
parent c492d6cb01
commit 07e4c39639
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229181
5 changed files with 32 additions and 0 deletions

View File

@ -851,6 +851,7 @@
SUBDIR += py-4suite
SUBDIR += py-4suite-xml
SUBDIR += py-HyperText
SUBDIR += py-Tempita
SUBDIR += py-asv
SUBDIR += py-chardet
SUBDIR += py-csv

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: Tempita
# Date created: 24 Feb, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Tempita
PORTVERSION= 0.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= A very small text templating language
USE_PYTHON= 2.5
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Tempita-0.3.tar.gz) = 81cbb5f38cf22f2b5c7e367986645561
SHA256 (Tempita-0.3.tar.gz) = 789e4ff947b27cc2ab1148b14ee36c8034a69be491e51747ac390058ef44e8dd
SIZE (Tempita-0.3.tar.gz) = 21280

View File

@ -0,0 +1,7 @@
Tempita is a small templating language for text substitution.
This isn't meant to be the Next Big Thing in templating; it's
just a handy little templating language for when your project
outgrows string.Template or % substitution. It's small, it
embeds Python in strings, and it doesn't do much else.
WWW: http://pythonpaste.org/tempita/

View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%