mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
gpapi: v0.3.2 bump
This commit is contained in:
parent
a06bb2bddf
commit
bc6a9eae38
3 changed files with 31 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
||||||
DIST gpapi-0.3.1.tar.gz 80325 SHA256 0fac8101c5f9f3041249c5c1b8f2338ce36c9df6b49c34cb2348811438c0bb23 SHA512 cf231d4fd4ee97ae30a08ae52495e2d6f223154f946ba4f907a08a10d225d9f61214ecf4a9f6d621648d1f7029921e8e42fe496e883bba0ccb5683640403c548 WHIRLPOOL c0789a6155d86b634e22d3ec26697dffd239f0e5a524a4f17bee482ee7a7b60f58bf062a45500a8c440974fd80a6beaf864a706ff1ba3ca32a84a2db7ede27f8
|
DIST gpapi-0.3.1.tar.gz 80325 SHA256 0fac8101c5f9f3041249c5c1b8f2338ce36c9df6b49c34cb2348811438c0bb23 SHA512 cf231d4fd4ee97ae30a08ae52495e2d6f223154f946ba4f907a08a10d225d9f61214ecf4a9f6d621648d1f7029921e8e42fe496e883bba0ccb5683640403c548 WHIRLPOOL c0789a6155d86b634e22d3ec26697dffd239f0e5a524a4f17bee482ee7a7b60f58bf062a45500a8c440974fd80a6beaf864a706ff1ba3ca32a84a2db7ede27f8
|
||||||
|
DIST gpapi-0.3.2.tar.gz 81344 SHA256 adeeadcfd497a3c5e29d69e04b13e5343bdef84973baacbe1a2b3e2a90ae768b SHA512 431bb08926913a676cb60b7dbf0d3ea44e9337e6da6c2e89116386f5dbd7f77166c646d04ad49a83c4e4707a31834251c37f1b28a2238195b86aaf0d59902fc8 WHIRLPOOL 415eab7e28447c4fc4caa9a45b330160ceb6b4d4e1993c750df99117d0d4d254fcc48982e2a12d2038c5e1d70333adb1d4beca43dfb9747be1fb4d8c9e3fe75e
|
||||||
|
|
|
||||||
29
dev-python/gpapi/gpapi-0.3.2.ebuild
Normal file
29
dev-python/gpapi/gpapi-0.3.2.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Copyright 1999-2017 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[${PYTHON_USEDEP}]
|
||||||
|
|| ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||||
|
|
||||||
|
python_prepare_all() {
|
||||||
|
# disarm pycryptodome dep to allow || ( pycryptodome pycrypto )
|
||||||
|
sed -i -e "s|'pycryptodome',||" setup.py || die
|
||||||
|
distutils-r1_python_prepare_all
|
||||||
|
}
|
||||||
|
|
@ -198,7 +198,7 @@ dev-python/pyDes
|
||||||
#required by gplaycli
|
#required by gplaycli
|
||||||
~dev-python/clint-0.5.1
|
~dev-python/clint-0.5.1
|
||||||
~dev-python/args-0.1.0
|
~dev-python/args-0.1.0
|
||||||
~dev-python/gpapi-0.3.1
|
=dev-python/gpapi-0.3*
|
||||||
~dev-python/pyaxmlparser-0.3.7
|
~dev-python/pyaxmlparser-0.3.7
|
||||||
|
|
||||||
#Tiredful-API
|
#Tiredful-API
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue