diff options
author | Adis Nezirović <adis@linux.org.ba> | 2014-01-04 05:19:58 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:14:00 -0600 |
commit | 5bf85cc0e027bb8d0456fe68c8bb14cd70f73362 (patch) | |
tree | 805577a72e95af4ef6030390872423ac96c7eacc /libraries/gevent/gevent.info | |
parent | 707fe5f4aaa40c7332d9996c4b0b85d0bed723f9 (diff) |
libraries/gevent: Added (A coroutine-based network library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gevent/gevent.info')
-rw-r--r-- | libraries/gevent/gevent.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/gevent/gevent.info b/libraries/gevent/gevent.info new file mode 100644 index 000000000000..2cc678319dad --- /dev/null +++ b/libraries/gevent/gevent.info @@ -0,0 +1,10 @@ +PRGNAM="gevent" +VERSION="1.0" +HOMEPAGE="http://www.gevent.org/" +DOWNLOAD="https://pypi.python.org/packages/source/g/gevent/gevent-1.0.tar.gz" +MD5SUM="33aef51a06268f5903fea378e1388e4d" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="greenlet" +MAINTAINER="Adis Nezirović" +EMAIL="adis_at_linux.org.ba" |