diff options
-rw-r--r-- | dev-python/gpsoauth/Manifest | 1 | ||||
-rw-r--r-- | dev-python/gpsoauth/gpsoauth-0.4.1.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/gpsoauth/Manifest b/dev-python/gpsoauth/Manifest new file mode 100644 index 0000000..5bc655f --- /dev/null +++ b/dev-python/gpsoauth/Manifest @@ -0,0 +1 @@ +DIST gpsoauth-0.4.1.tar.gz 4962 BLAKE2B 19c236d748e2475947411a74c22c9705012f70d3790f4e54bb54b6355b3d15ff52eca75b59a95a0daa88047543afb12c5ed6d3df0215f006025fcf0f56c7aeca SHA512 078e2fce45d3c799edd5ad1653983c190feb26cfb72ea6dfe8d0220826ceba7e8f6e9b73786dbcae3a5db6ead71f40b23d16e016acd1edd0642f8910a1be5c0e diff --git a/dev-python/gpsoauth/gpsoauth-0.4.1.ebuild b/dev-python/gpsoauth/gpsoauth-0.4.1.ebuild new file mode 100644 index 0000000..66161b2 --- /dev/null +++ b/dev-python/gpsoauth/gpsoauth-0.4.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="A python client library for Google Play Services OAuth." +HOMEPAGE="https://github.com/simon-weber/gpsoauth" +SRC_URI="https://github.com/simon-weber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" |