mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
python-httplib2: fix botched permissions, update url
This commit is contained in:
parent
41eb2f89de
commit
d5cc00c07f
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-httplib2'
|
# Template file for 'python-httplib2'
|
||||||
pkgname=python-httplib2
|
pkgname=python-httplib2
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="httplib2-${version}"
|
wrksrc="httplib2-${version}"
|
||||||
|
@ -12,11 +12,15 @@ depends="python ca-certificates"
|
||||||
pycompile_module="httplib2"
|
pycompile_module="httplib2"
|
||||||
short_desc="A comprehensive HTTP client library (Python2)"
|
short_desc="A comprehensive HTTP client library (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/jcgregorio/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=c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988
|
checksum=c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
chmod -R a+rX .
|
||||||
|
}
|
||||||
|
|
||||||
python3.4-httplib2_package() {
|
python3.4-httplib2_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue