This commit is contained in:
blshkv 2020-02-13 19:29:10 +08:00
parent c3f0b0299d
commit bd47fd5f97
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
5 changed files with 35 additions and 29 deletions

View file

@ -1 +1,2 @@
DIST gplaycli-3.26.tar.gz 2990849 BLAKE2B 1616e51676cee8931157de39b0d53cdf18d99e4d4fd61f5ff4e246735516ceffb6daf54575c2c59ad721a8bc4284ba87fdc8d8e4be43d8ea52922151ced3ea04 SHA512 6b2ff2f42515c4585f5041352a0328b4b704cb055091cb9635f0330cba92d91a2dea370592e38e368ae838d272e295e343be71bce977daa8c2b932b3c486454f
DIST gplaycli-3.27.tar.gz 2990234 BLAKE2B 2d53fb9e102a37e7f5bea4e8c3040fbf5fe652b5eed7250e68e46de396ccc01710cc09c8769322235cfcc493cf26a1a7ec904ed28aae364704910ce37a0b59c2 SHA512 44c68f4c9109a0e9144821d1df12659468bbfe59a3ea0ddba06bd82ecefa3fcdd231a54f40fef56d896c959dc850d3ac6b15eb950343e5c2a88f10ce2caf9f1c

View file

@ -0,0 +1,29 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Google Play Downloader via Command line"
HOMEPAGE="https://github.com/matlink/gplaycli"
SRC_URI="https://github.com/matlink/gplaycli/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
##https://github.com/matlink/gplaycli/issues/241
#KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
>=dev-python/gpapi-0.4.4[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/pyaxmlparser[${PYTHON_USEDEP}]"
src_prepare(){
sed -i "s|os.path.expanduser('~')+'/.config|'/etc|g" setup.py
eapply_user
}

View file

@ -1,2 +1 @@
DIST gpapi-0.4.3.tar.gz 87367 BLAKE2B 0564de83a0d075a73f907fa720c8e53b96e4f632dce1cbc76433ed856a29b6f4dfc39990b3011301f6712498eb69a117d72448882c303e321f5ec2343f2ce907 SHA512 b629ba84b407b3e1e6cbcdafcafdee065c6318bdae1ff28780eb10e3bcdce1707f76dd4134402e3822e302004366bc022fc3dc617ef241fe23d56a49c0aeb157
DIST gpapi-0.4.4.tar.gz 91734 BLAKE2B 1e968a80d1b28a76b9c56819e418e672d2e43ba7073cfb78f5c3c883a50b8589bc28a0d3f371b9ca04c4f46a46b0092d6ea6447e32d42291a7c3ca26b6731636 SHA512 502b71af3fd5afa99bb58a310c1f4ceff9e80b04c3d790a58144d6aa2fafd293e6209364f7aae28d85ecdbd21ff2fed23beae6e64f2b434c0d5a05c3a5fd108c

View file

@ -1,23 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Unofficial python api for google play"
HOMEPAGE="https://github.com/NoMore201/googleplay-api"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/clint[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.5.1[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{4,5,6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Unofficial python api for google play"
@ -15,9 +15,9 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/clint[${PYTHON_USEDEP}]
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.5.1[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]"
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"