New package: python-httplib2-0.7.7.
This commit is contained in:
parent
b63ed36cf0
commit
b58a3fc659
1 changed files with 28 additions and 0 deletions
28
srcpkgs/python-httplib2/template
Normal file
28
srcpkgs/python-httplib2/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
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"
|
Loading…
Reference in a new issue