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:
parent
c492d6cb01
commit
07e4c39639
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229181
@ -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
|
||||
|
20
textproc/py-Tempita/Makefile
Normal file
20
textproc/py-Tempita/Makefile
Normal 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>
|
3
textproc/py-Tempita/distinfo
Normal file
3
textproc/py-Tempita/distinfo
Normal 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
|
7
textproc/py-Tempita/pkg-descr
Normal file
7
textproc/py-Tempita/pkg-descr
Normal 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/
|
1
textproc/py-Tempita/pkg-plist
Normal file
1
textproc/py-Tempita/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in New Issue
Block a user