From dfb0701bb98d331e313a1a99c388e86fee23e412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 18 Feb 2020 18:55:35 +0700 Subject: [PATCH] python3-google-auth: remove unused files Cleaning up for #17663 --- .../python-google-auth-httplib2/template | 26 ------------------- .../python-google-auth/template | 26 ------------------- 2 files changed, 52 deletions(-) delete mode 100644 srcpkgs/python3-google-auth-httplib2/python-google-auth-httplib2/template delete mode 100644 srcpkgs/python3-google-auth/python-google-auth/template diff --git a/srcpkgs/python3-google-auth-httplib2/python-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/python-google-auth-httplib2/template deleted file mode 100644 index 9a7fd093ce5..00000000000 --- a/srcpkgs/python3-google-auth-httplib2/python-google-auth-httplib2/template +++ /dev/null @@ -1,26 +0,0 @@ -# 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 " -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* - } -} diff --git a/srcpkgs/python3-google-auth/python-google-auth/template b/srcpkgs/python3-google-auth/python-google-auth/template deleted file mode 100644 index 938aa95669f..00000000000 --- a/srcpkgs/python3-google-auth/python-google-auth/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-google-auth' -pkgname=python-google-auth -version=1.7.0 -revision=1 -archs=noarch -wrksrc="${pkgname#*-}-${version}" -build_style=python-module -pycompile_module="google" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-pyasn1-modules python-rsa python-six python-cachetools" -short_desc="Google Authentication Library (Python2)" -maintainer="Peter Bui " -license="Apache-2.0" -homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python" -distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz" -checksum=8b67e34a07055b9785948ff9d3e044f93be9019f4f69711b04450087ae150817 - -python3-google-auth_package() { - archs=noarch - depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools" - pycompile_module="google" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -}