python-httplib2: remove long_desc.
This commit is contained in:
parent
fc470f6c78
commit
c32f94a286
|
@ -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 <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"
|
||||
noarch="yes"
|
||||
pycompile_module="httplib2"
|
||||
|
|
Loading…
Reference in New Issue