mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
gplaycli: v3.23 bump
This commit is contained in:
parent
ac6bf4f4eb
commit
ff23900c35
2 changed files with 29 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST gplaycli-3.21.tar.gz 4848493 BLAKE2B 555c5ab2018f89770a2f158b4581ad293f635adbd971d44b4a5552929353e3892293742d874fcc5b70698be9f5703f2d13d67e910f04045e09ced3a1143cebb7 SHA512 897b3d07a91f3b4ad5e4b5985f203874796c1205026be7485e79a0e32c57c81fd375c50d00277e60cc83660fb8644fee0ee9a179d2bcd04a91f1c67cc3fb02ee
|
||||
DIST gplaycli-3.22.tar.gz 4847622 BLAKE2B 3c2fd36f081aaa04a2ceee136d094a7b222daa404d7e6a593445f997fcf7e21207276f6dbca6fa2c1d68b549944101a45c3756070664a295e9fa0e3ee6c94b2c SHA512 7b65d214c3fe2c7684c0a793add1cf62c5a19ca2ccc8d446f67d57783321e6da50aa08a6de1caa87655b672cdfb41bbb39b12366ae249fe61bacc5bbb9eb2b8b
|
||||
DIST gplaycli-3.23.tar.gz 2990154 BLAKE2B 7ad0d3f50a24542ec5a361471b1248a7a19358de4d48f5081360fd967dc68e7d0b02b306b665548638258049187549dbe9813562113683ef309dae753864e3fa SHA512 b64c7faf44418136c2186b310670b63c814720f738ec70a2b031f33753e8fc398692495dcca2e2c5016778386ae02dee132ca71ab2a9d09dfb439965e9871989
|
||||
|
|
|
|||
28
app-misc/gplaycli/gplaycli-3.23.ebuild
Normal file
28
app-misc/gplaycli/gplaycli-3.23.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
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"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
>=dev-python/gpapi-0.4.2[${PYTHON_USEDEP}]
|
||||
dev-python/pyaxmlparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_prepare_all() {
|
||||
# disarm pycrypto dep to allow || ( pycryptodome pycrypto )
|
||||
sed -i -e "s|os.path.expanduser('~')+'/.config/|'/etc/|" setup.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
Loading…
Reference in a new issue