gpapi: drop deprecated API 0.4.1 and 0.4.2

This commit is contained in:
Yury Martynov 2019-09-10 10:18:02 +03:00
parent c8ab1b0202
commit ca980a3a7a
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 0 additions and 48 deletions

View file

@ -1,3 +1 @@
DIST gpapi-0.4.1.tar.gz 81302 BLAKE2B 06b2e4162ea77f61975f691a7e90629e7ec73b386b2532ba806f55b0b6eb599d1c7f9951adfd69d89c4c7d30193166eaea41402c583ada5107babc5159519f98 SHA512 5319478f9466a8d55d8d86a6814f18a06f14db109b9ac010e84af0405208a2047ecd3b4c490bcf0aeeedd376ec8b83e4225fc4dca264229e22bfdc043f74f1bf
DIST gpapi-0.4.2.tar.gz 81865 BLAKE2B 48b6776fb88428ee79f07617c9927fd7771448611e1dad8e330b977ecfedbfd17d5ed29ab64cf64295689317ae906e7f86610c6441156a9b3fbd00ccc0a88c51 SHA512 809b7af601c8081a52f78b46dc87e03634c4c3d26749fbbc19cfcde0602c67bd97a20a52fe04f2a57e1a01f7db7a2d76afd4f6b7adf500b036de739d59ad5d82
DIST gpapi-0.4.3.tar.gz 87367 BLAKE2B 0564de83a0d075a73f907fa720c8e53b96e4f632dce1cbc76433ed856a29b6f4dfc39990b3011301f6712498eb69a117d72448882c303e321f5ec2343f2ce907 SHA512 b629ba84b407b3e1e6cbcdafcafdee065c6318bdae1ff28780eb10e3bcdce1707f76dd4134402e3822e302004366bc022fc3dc617ef241fe23d56a49c0aeb157

View file

@ -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}]"

View file

@ -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}]"