From b58a3fc6595bd4c3cda463c29d1547338f1d3076 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Dec 2012 11:15:55 +0100 Subject: [PATCH] New package: python-httplib2-0.7.7. --- srcpkgs/python-httplib2/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/python-httplib2/template diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template new file mode 100644 index 00000000000..5f7b68e8b66 --- /dev/null +++ b/srcpkgs/python-httplib2/template @@ -0,0 +1,28 @@ +# Template file for 'python-httplib2' +pkgname=python-httplib2 +version=0.7.7 +revision=1 +wrksrc="httplib2-${version}" +build_style=python-module +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" + +noarch=yes +pycompile_module="httplib2" +makedepends="python-devel python-distribute openssl-devel"