python/python-cheetah: Fixed dep information

This commit is contained in:
ponce 2012-08-23 14:29:00 +02:00 committed by Robby Workman
parent d26209ab16
commit ab9a929eff
2 changed files with 3 additions and 3 deletions

View file

@ -4,5 +4,5 @@ tools and frameworks. Web development is its principle use, but Cheetah
is very flexible and is also being used to generate C++ game code, Java,
sql, form emails and even Python code.
The pysetuptools optional dependecy (available from SlackBuilds.org)
enables outputting a markdown processed template.
pysetuptools is an optional dependency that enables outputting a
markdown processed template.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.4.tar.gz"
MD5SUM="853917116e731afbc8c8a43c37e6ddba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"
REQUIRES=""
MAINTAINER="Nikos Skalkotos"
EMAIL="skalkoto@gmail.com"