mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-httplib2: update to 0.11.3
This commit is contained in:
parent
24104a324b
commit
234affe45f
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-httplib2'
|
# Template file for 'python-httplib2'
|
||||||
pkgname=python-httplib2
|
pkgname=python-httplib2
|
||||||
version=0.11.1
|
version=0.11.3
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="httplib2-${version}"
|
wrksrc="httplib2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="httplib2"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python ca-certificates"
|
depends="python ca-certificates"
|
||||||
pycompile_module="httplib2"
|
|
||||||
short_desc="Comprehensive HTTP client library (Python2)"
|
short_desc="Comprehensive HTTP client library (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/httplib2/httplib2"
|
homepage="https://github.com/httplib2/httplib2"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz"
|
||||||
checksum=f2176149e1e1c59e0520db62c925715018b787b2ae901358803bae5d816fda0b
|
checksum=e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# use system ca certificates
|
# use system ca certificates
|
||||||
|
@ -25,8 +25,8 @@ post_install() {
|
||||||
|
|
||||||
python3-httplib2_package() {
|
python3-httplib2_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3 ca-certificates"
|
|
||||||
pycompile_module="httplib2"
|
pycompile_module="httplib2"
|
||||||
|
depends="python3 ca-certificates"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue