Added python-MarkupSafe-0.11 build template.
This commit is contained in:
parent
1a1d51205b
commit
90c8dc1973
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python-MarkupSafe/template
Normal file
16
srcpkgs/python-MarkupSafe/template
Normal 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
|
Loading…
Reference in a new issue