python/python-simpy: Fixed dep information

This commit is contained in:
ponce 2012-08-23 14:43:05 +02:00 committed by Robby Workman
parent d699e032e0
commit ff166f12a9
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,6 @@
SimPy
=====
To build documentation, pass DOCS=yes to the slackbuild. Requires Sphinx.
SimPy is a process-based discrete-event simulation language based on standard
Python and released under the GNU LGPL.
@ -15,3 +13,6 @@ capabilities.
The distribution contains in-depth documentation, tutorials, and a large number
of simulation models.
To build documentation, pass DOCS=yes to the slackbuild. Requires the optional
dependency sphinx.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/simpy/simpy/SimPy-2.2/SimPy-2
MD5SUM="62f973cc3160d7b5865ab6537add1cd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="sphinx"
REQUIRES=""
MAINTAINER="John Tyree"
EMAIL="johntyree+sbo@gmail.com"