mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-google-auth-httplib2: drop Python2 support.
This commit is contained in:
parent
a569b934c2
commit
a6d21e62f2
4 changed files with 50 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
python-google-auth-httplib2
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'python-google-auth-httplib2'
|
||||||
|
pkgname=python-google-auth-httplib2
|
||||||
|
version=0.0.3
|
||||||
|
revision=2
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="google_auth_httplib2.py"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python-google-auth python-httplib2"
|
||||||
|
short_desc="Google Authentication Library: httplib2 transport (Python2)"
|
||||||
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
|
||||||
|
distfiles="${PYPI_SITE}/g/google-auth-httplib2/google-auth-httplib2-${version}.tar.gz"
|
||||||
|
checksum=098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445
|
||||||
|
|
||||||
|
python3-google-auth-httplib2_package() {
|
||||||
|
archs=noarch
|
||||||
|
depends="python3-google-auth python3-httplib2"
|
||||||
|
pycompile_module="google_auth_httplib2.py"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
24
srcpkgs/python3-google-auth-httplib2/template
Normal file
24
srcpkgs/python3-google-auth-httplib2/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'python3-google-auth-httplib2'
|
||||||
|
pkgname=python3-google-auth-httplib2
|
||||||
|
version=0.0.3
|
||||||
|
revision=3
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools python3-setuptools"
|
||||||
|
depends="python3-google-auth python3-httplib2"
|
||||||
|
short_desc="Google Authentication Library: httplib2 transport (Python3)"
|
||||||
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python3-httplib2"
|
||||||
|
distfiles="${PYPI_SITE}/g/google-auth-httplib2/google-auth-httplib2-${version}.tar.gz"
|
||||||
|
checksum=098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445
|
||||||
|
|
||||||
|
python3-google-auth-httplib2_package() {
|
||||||
|
archs=noarch
|
||||||
|
depends="python3-google-auth python3-httplib2"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue