Added python-MarkupSafe-0.11 build template.

This commit is contained in:
Juan RP 2010-11-27 23:50:22 +01:00
parent 1a1d51205b
commit 90c8dc1973

View file

@ -0,0 +1,16 @@
# Template file for 'python-MarkupSafe'
pkgname=python-MarkupSafe
version=0.11
wrksrc="MarkupSafe-${version}"
distfiles="http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
build_style=python-module
short_desc="Implements a XML/HTML/XHTML Markup safe string for Python"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f19442168c44db14b7093d1f93444233b05271dd76b4bb96ff8007ef83ac8855
long_desc="
MarkupSafe implements a unicode subclass that supports HTML strings
for Python."
Add_dependency run glibc
Add_dependency full python
Add_dependency build python-distribute