python-oauth2client: drop package
This commit is contained in:
parent
6577abf04c
commit
f35c49fde0
4 changed files with 15 additions and 28 deletions
|
@ -1,27 +0,0 @@
|
|||
# Template file for 'python-oauth2client'
|
||||
pkgname=python-oauth2client
|
||||
version=4.1.3
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="oauth2client"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-httplib2 python-pyasn1 python-pyasn1-modules python-rsa python-six"
|
||||
short_desc="Python2 OAuth 2.0 client library"
|
||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/oauth2client/"
|
||||
distfiles="${PYPI_SITE}/o/oauth2client/oauth2client-${version}.tar.gz"
|
||||
checksum=d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6
|
||||
|
||||
python3-oauth2client_package() {
|
||||
archs=noarch
|
||||
depends="python3-httplib2 python3-pyasn1 python3-pyasn1-modules
|
||||
python3-rsa python3-six"
|
||||
pycompile_module="oauth2client"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-oauth2client
|
15
srcpkgs/python3-oauth2client/template
Normal file
15
srcpkgs/python3-oauth2client/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-oauth2client'
|
||||
pkgname=python3-oauth2client
|
||||
version=4.1.3
|
||||
revision=3
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-httplib2 python3-pyasn1 python3-pyasn1-modules
|
||||
python3-rsa python3-six"
|
||||
short_desc="Python3 OAuth 2.0 client library"
|
||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/oauth2client/"
|
||||
distfiles="${PYPI_SITE}/o/oauth2client/oauth2client-${version}.tar.gz"
|
||||
checksum=d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6
|
Loading…
Reference in a new issue