python-httplib2: update to 0.11.3
This commit is contained in:
parent
24104a324b
commit
234affe45f
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-httplib2'
|
||||
pkgname=python-httplib2
|
||||
version=0.11.1
|
||||
version=0.11.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="httplib2-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="httplib2"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python ca-certificates"
|
||||
pycompile_module="httplib2"
|
||||
short_desc="Comprehensive HTTP client library (Python2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/httplib2/httplib2"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz"
|
||||
checksum=f2176149e1e1c59e0520db62c925715018b787b2ae901358803bae5d816fda0b
|
||||
noarch=yes
|
||||
checksum=e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf
|
||||
|
||||
post_install() {
|
||||
# use system ca certificates
|
||||
|
@ -25,8 +25,8 @@ post_install() {
|
|||
|
||||
python3-httplib2_package() {
|
||||
noarch=yes
|
||||
depends="python3 ca-certificates"
|
||||
pycompile_module="httplib2"
|
||||
depends="python3 ca-certificates"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Reference in New Issue