Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=579e71b532a7909bc4b027709490197ced025f09
commit 579e71b532a7909bc4b027709490197ced025f09 Author: Slown <[email protected]> Date: Fri Jun 8 09:56:55 2012 +0100 python-grequests-0.1.0-1-i686 * new package diff --git a/source/lib-extra/python-grequests/FrugalBuild b/source/lib-extra/python-grequests/FrugalBuild new file mode 100644 index 0000000..940552f --- /dev/null +++ b/source/lib-extra/python-grequests/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0 SBU +# Maintainer: Slown <[email protected]> + +pkgname=python-grequests +_F_archive_name=${pkgname/python-/} +pkgver=0.1.0 +pkgrel=1 +pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP Requests easily" +depends=('python-requests' 'python-gevent') +makedepends=('python-distribute') +groups=('lib-extra') +archs=('i686' 'x86_64') +_F_pypi_name=${pkgname/python-/} +Finclude pypi +sha1sums=('a1bffaa7e6187ad1910fc1a38e648c84a9585eba') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
