diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 14:43:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:31 -0500 |
commit | ff166f12a920c305b0d218e43f0776024772ebec (patch) | |
tree | 80ea2d25f29da24ba3caad9ce5f96349e3bbf387 /python | |
parent | d699e032e05bc451761d48510a3e32345c6940b7 (diff) | |
download | slackbuilds-ff166f12a920c305b0d218e43f0776024772ebec.tar.gz |
python/python-simpy: Fixed dep information
Diffstat (limited to 'python')
-rw-r--r-- | python/python-simpy/README | 5 | ||||
-rw-r--r-- | python/python-simpy/python-simpy.info | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/python/python-simpy/README b/python/python-simpy/README index 6cafad6caf..795a9e832e 100644 --- a/python/python-simpy/README +++ b/python/python-simpy/README @@ -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. diff --git a/python/python-simpy/python-simpy.info b/python/python-simpy/python-simpy.info index 5b64bf8234..2fbe1218a1 100644 --- a/python/python-simpy/python-simpy.info +++ b/python/python-simpy/python-simpy.info @@ -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" |