diff --git a/srcpkgs/python-oauth2client/template b/srcpkgs/python-oauth2client/template deleted file mode 100644 index 2398adba276..00000000000 --- a/srcpkgs/python-oauth2client/template +++ /dev/null @@ -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 " -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* - } -} diff --git a/srcpkgs/python3-oauth2client b/srcpkgs/python3-oauth2client deleted file mode 120000 index 7a8acac8397..00000000000 --- a/srcpkgs/python3-oauth2client +++ /dev/null @@ -1 +0,0 @@ -python-oauth2client \ No newline at end of file diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template new file mode 100644 index 00000000000..c0b36a0c10d --- /dev/null +++ b/srcpkgs/python3-oauth2client/template @@ -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 " +license="Apache-2.0" +homepage="https://github.com/google/oauth2client/" +distfiles="${PYPI_SITE}/o/oauth2client/oauth2client-${version}.tar.gz" +checksum=d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6 diff --git a/srcpkgs/python-oauth2client/update b/srcpkgs/python3-oauth2client/update similarity index 100% rename from srcpkgs/python-oauth2client/update rename to srcpkgs/python3-oauth2client/update