34 lines
853 B
Text
34 lines
853 B
Text
# 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"
|
|
|
|
makedepends="python-devel python-distribute openssl-devel"
|
|
|
|
python-httplib2_package() {
|
|
noarch="yes"
|
|
pycompile_module="httplib2"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|