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"