From 234affe45ff618b8840dea66955f48cc352ae21c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 11 Apr 2018 18:14:24 +0200 Subject: [PATCH] python-httplib2: update to 0.11.3 --- srcpkgs/python-httplib2/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template index 4e79f9c6d85..7d4daa01653 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -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 " 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*