pentoo-overlay/dev-python/matlink-gpapi/matlink-gpapi-0.4.4.5.ebuild
2023-11-30 11:14:42 +08:00

22 lines
581 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
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}/${PN}-${PV}.tar.gz"
LICENSE="MIT"
KEYWORDS="amd64 ~arm64 x86"
SLOT="0"
IUSE=""
RDEPEND="!dev-python/gpapi
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.5.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"