From ec078f5470e09a4fad2aff98c1b2084585020a4e Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 11 Nov 2025 20:00:34 +0100 Subject: [PATCH] dev-python/google-play-scraper: update SRC_URI, fix pkgcheck --- .../google-play-scraper-0.1.2.ebuild | 12 +++++------- .../google-play-scraper-0.2.1.ebuild | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/dev-python/google-play-scraper/google-play-scraper-0.1.2.ebuild b/dev-python/google-play-scraper/google-play-scraper-0.1.2.ebuild index 4736d1a4d..8fc578385 100644 --- a/dev-python/google-play-scraper/google-play-scraper-0.1.2.ebuild +++ b/dev-python/google-play-scraper/google-play-scraper-0.1.2.ebuild @@ -1,22 +1,20 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..14} ) -inherit distutils-r1 +inherit distutils-r1 pypi 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="MIT" SLOT="0" KEYWORDS="amd64 arm64 x86" -IUSE="test" -RDEPEND="" -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# need network +RESTRICT="test" diff --git a/dev-python/google-play-scraper/google-play-scraper-0.2.1.ebuild b/dev-python/google-play-scraper/google-play-scraper-0.2.1.ebuild index 4736d1a4d..8fc578385 100644 --- a/dev-python/google-play-scraper/google-play-scraper-0.2.1.ebuild +++ b/dev-python/google-play-scraper/google-play-scraper-0.2.1.ebuild @@ -1,22 +1,20 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..14} ) -inherit distutils-r1 +inherit distutils-r1 pypi 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="MIT" SLOT="0" KEYWORDS="amd64 arm64 x86" -IUSE="test" -RDEPEND="" -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# need network +RESTRICT="test"