mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
gplaycli: 3.29 fixed
This commit is contained in:
parent
0e21cbec7d
commit
0f0999e5c1
5 changed files with 7 additions and 31 deletions
|
|
@ -14,12 +14,12 @@ SRC_URI="https://github.com/matlink/gplaycli/archive/${PV}.tar.gz -> ${P}.tar.gz
|
|||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
#https://github.com/NoMore201/googleplay-api/issues/120
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/gpapi-0.4.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/matlink-gpapi-0.4.4.5[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
dev-python/pyaxmlparser[${PYTHON_USEDEP}]"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
DIST gpapi-0.4.4.tar.gz 91734 BLAKE2B 1e968a80d1b28a76b9c56819e418e672d2e43ba7073cfb78f5c3c883a50b8589bc28a0d3f371b9ca04c4f46a46b0092d6ea6447e32d42291a7c3ca26b6731636 SHA512 502b71af3fd5afa99bb58a310c1f4ceff9e80b04c3d790a58144d6aa2fafd293e6209364f7aae28d85ecdbd21ff2fed23beae6e64f2b434c0d5a05c3a5fd108c
|
||||
DIST matlink-gpapi-0.4.4.4.tar.gz 48608 BLAKE2B 6a740a25e6d01f8c39916bfeaf72fe6394acd383632b58f360a28894ed23f5459688c2d19fa1b4fe97aa182533bf901eac213fc43be9ce44facad4a6c7beea02 SHA512 17e4f25b410f104feb008d97675c57a031df9a67ea62f458d92fe292128347ec79a67684ebd29e32f4746fe02d7b43698c3c96b38724a6c47a2a00a73fb3ee37
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DIST matlink-gpapi-0.4.4.4.tar.gz 48608 BLAKE2B 6a740a25e6d01f8c39916bfeaf72fe6394acd383632b58f360a28894ed23f5459688c2d19fa1b4fe97aa182533bf901eac213fc43be9ce44facad4a6c7beea02 SHA512 17e4f25b410f104feb008d97675c57a031df9a67ea62f458d92fe292128347ec79a67684ebd29e32f4746fe02d7b43698c3c96b38724a6c47a2a00a73fb3ee37
|
||||
DIST matlink-gpapi-0.4.4.5.tar.gz 90792 BLAKE2B 9384332e3522e4d8658ba731f7e75f107fc68f674070882bd6f6bb8fef3e14eb92f483b18f761ad5251f103ff2f8b60d40e039f9f760583c7c907fa895145ff6 SHA512 17d1a8f39278caaa4284d05c4390afdfaa6dc8ba2186bc5e8fa64b5b28ecabe06159b5b270077bf99143c5074bcc15646550e66f65b99b65ccbf6983f8dcf6f2
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
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/cryptography[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-3.5.2[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -8,17 +8,16 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="Unofficial python api for google play"
|
||||
HOMEPAGE="https://github.com/NoMore201/googleplay-api"
|
||||
SRC_URI="mirror://pypi/matlink-${PN:0:1}/matlink-${PN}/matlink-${PN}-${PV}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
RDEPEND="!dev-python/gpapi
|
||||
dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-3.5.1[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/matlink-${PN}-${PV}"
|
||||
Loading…
Reference in a new issue