libraries/FormEncode: Fixed dep information

This commit is contained in:
ponce 2012-08-26 09:52:59 +02:00
parent b00a2a06df
commit e4763dfd38
2 changed files with 3 additions and 6 deletions

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.4.t
MD5SUM="6bc17fb9aed8aea198975e888e2077f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nose pysetuptools sphinx"
REQUIRES="pysetuptools"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"

View file

@ -2,8 +2,5 @@ FormEncode validates and converts nested structures. It allows for a
declarative form of defining the validation, and decoupled processes
for filling and generating forms.
NOTE: To build this package, setuptools needs to be installed
(available at SlackBuilds.org as "pysetuptools"). Also, Sphinx, if
installed, is used to generate the docs.
NOTE: Running the test suite requires nose.
Optional dependencies are Sphinx, used to generate the docs, and
nose, to run the test suite.