mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
gplaycli: 3.26 bump
This commit is contained in:
parent
4d194832b4
commit
c8ab1b0202
4 changed files with 7 additions and 69 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST gplaycli-3.23.tar.gz 2990154 BLAKE2B 7ad0d3f50a24542ec5a361471b1248a7a19358de4d48f5081360fd967dc68e7d0b02b306b665548638258049187549dbe9813562113683ef309dae753864e3fa SHA512 b64c7faf44418136c2186b310670b63c814720f738ec70a2b031f33753e8fc398692495dcca2e2c5016778386ae02dee132ca71ab2a9d09dfb439965e9871989
|
||||
DIST gplaycli-3.24.tar.gz 2990637 BLAKE2B 67f90e2871cf9f57c49c694f8d7f8ca34e0f1f72fb98a0ad084f455da1954c4acaf771076d1ae251c082b73b6ba752759d14363b3eb7f1eaeec7d54efd383d8d SHA512 d7bb2c3c4db58e8d11b82f102031e806bb7ae2fb08b31c0be750735cce0287342f6bd219bf39b8a929418f6d0889857907d4acc81710443a39f2062da8d6cae8
|
||||
DIST gplaycli-3.25.tar.gz 2991066 BLAKE2B e03ab224b1f4f783daa7dcce3c0bbe32bac8f87be1991608606550a43b74946ff850b00426201c369a496e1feba7059af3219036f3568d64122e34545d17166f SHA512 118f7866eacf201c26d3d5afff48cf0872e23ee1965731cdee2589cfa8c990aad5e728d9d49cc7087c79282c0af23c5db4f573bc92896640210d56009f5728b5
|
||||
DIST gplaycli-3.26.tar.gz 2990849 BLAKE2B 1616e51676cee8931157de39b0d53cdf18d99e4d4fd61f5ff4e246735516ceffb6daf54575c2c59ad721a8bc4284ba87fdc8d8e4be43d8ea52922151ced3ea04 SHA512 6b2ff2f42515c4585f5041352a0328b4b704cb055091cb9635f0330cba92d91a2dea370592e38e368ae838d272e295e343be71bce977daa8c2b932b3c486454f
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
# 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
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# 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.3[${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
|
||||
}
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Google Play Downloader via Command line"
|
||||
|
|
@ -15,13 +16,8 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/gpapi-0.4.3[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
dev-python/pyaxmlparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
#python_prepare_all() {
|
||||
# sed -i -e "s|os.path.expanduser('~')+'/.config/|'/etc/|" setup.py || die
|
||||
# distutils-r1_python_prepare_all
|
||||
#}
|
||||
Loading…
Reference in a new issue