mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
google-play-scraper: 0.0.1.8 bump, https://github.com/JoMingyu/google-play-scraper/issues/35
This commit is contained in:
parent
9af4711536
commit
8671055841
2 changed files with 22 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
DIST google-play-scraper-0.0.1.6.tar.gz 28183 BLAKE2B e15d3944d6c061a34a4e67fefdcba93c8db6b0723e402fa707f2d6e742081289cf2051fc8e14b5e800d001fe45a18737444df41683f8b1e64958d07c9a3cafc8 SHA512 cb348e88ac0774d8cf5f34c7b7a9602cfe2253196214ded5c70b516ef5ebf6c935d8d7917737c6c77104158396c17bfd9a191739dbe550272010d2c111dc235a
|
||||
DIST google-play-scraper-0.0.1.8.tar.gz 28605 BLAKE2B 0cb7de75032b27dcce2bbf49e65cc4700efaa00631687a47f186fca59c02c9a18d961eba798db69270213a5eb3006e700de1ca8d1a75e7ed541d1005bdac320f SHA512 3746b821312aaddb46fdf56ca4fc396600f9749f47d457b770aa4c9041d27ff7388835f593e41dae68e2509218a5f705eb174d1bd2733cbf352e0c18c9e0672a
|
||||
|
|
|
|||
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="APIs to easily crawl the Google Play Store for Python"
|
||||
HOMEPAGE="https://github.com/JoMingyu/google-play-scraper"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue