development/spyder: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 17:38:37 -05:00
parent d87889b583
commit 2181ac9918
2 changed files with 3 additions and 3 deletions

View file

@ -2,5 +2,5 @@ Spyder (previously known as Pydee) is a powerful interactive development
environment for the Python language with advanced editing, interactive testing,
debugging and introspection features.
Spyder requires Sphinx. Optional dependencies for spyder are ipython, rope,
matplotlib, numpy, pyflakes, pep8, pylint and scipy.
Optional dependencies for spyder are ipython, rope, matplotlib, numpy,
pyflakes, pep8, pylint, and scipy.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://spyderlib.googlecode.com/files/spyder-2.1.10.zip"
MD5SUM="bec278d765e93bcb88fda2828d01120c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython matplotlib numpy pep8 pyflakes pylint rope scipy sphinx"
REQUIRES="Sphinx"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"