diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template index fc4a7f699d5..3425cd12512 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -1,28 +1,16 @@ # Template file for 'python-httplib2' pkgname=python-httplib2 version=0.7.7 -revision=1 +revision=2 wrksrc="httplib2-${version}" build_style=python-module +hostmakedepends="python-setuptools" +makedepends="python-devel openssl-devel" +noarch="yes" +pycompile_module="httplib2" short_desc="A comprehensive HTTP client library in Python" maintainer="Juan RP " license="MIT" homepage="http://code.google.com/p/httplib2/" distfiles="http://httplib2.googlecode.com/files/httplib2-${version}.tar.gz" checksum=2e2ce18092c32d1ec54f8a447e14e33585e30f240b883bfeeca65f12b3bcfaf6 -long_desc=" - httplib2.py supports many features left out of other HTTP libraries. - - * HTTP and HTTPS - * Keep-Alive - * Authentication - * Caching - * All Methods - * Redirects - * Compression - * Lost update support - * Unit Tested" - -makedepends="python-devel python-distribute openssl-devel" -noarch="yes" -pycompile_module="httplib2"