diff --git a/app-misc/gplaycli/Manifest b/app-misc/gplaycli/Manifest index 6e9cdb92a..2298ea982 100644 --- a/app-misc/gplaycli/Manifest +++ b/app-misc/gplaycli/Manifest @@ -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 diff --git a/app-misc/gplaycli/gplaycli-3.27.ebuild b/app-misc/gplaycli/gplaycli-3.27.ebuild new file mode 100644 index 000000000..ee4b08237 --- /dev/null +++ b/app-misc/gplaycli/gplaycli-3.27.ebuild @@ -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 +} diff --git a/dev-python/gpapi/Manifest b/dev-python/gpapi/Manifest index d12d2c7c2..0ea0b74a0 100644 --- a/dev-python/gpapi/Manifest +++ b/dev-python/gpapi/Manifest @@ -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 diff --git a/dev-python/gpapi/gpapi-0.4.3.ebuild b/dev-python/gpapi/gpapi-0.4.3.ebuild deleted file mode 100644 index ba4f9d463..000000000 --- a/dev-python/gpapi/gpapi-0.4.3.ebuild +++ /dev/null @@ -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}]" diff --git a/dev-python/gpapi/gpapi-0.4.4.ebuild b/dev-python/gpapi/gpapi-0.4.4-r1.ebuild similarity index 67% rename from dev-python/gpapi/gpapi-0.4.4.ebuild rename to dev-python/gpapi/gpapi-0.4.4-r1.ebuild index 71739fa1e..21aebb928 100644 --- a/dev-python/gpapi/gpapi-0.4.4.ebuild +++ b/dev-python/gpapi/gpapi-0.4.4-r1.ebuild @@ -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}]"