From 2a207bd8dcd9226f98404874b5ef547728813078 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 20 May 2023 09:21:46 +0200 Subject: dev-python/statsmodels: Use pypi.eclass in older version(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/statsmodels/statsmodels-0.13.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/statsmodels/statsmodels-0.13.2.ebuild b/dev-python/statsmodels/statsmodels-0.13.2.ebuild index e547b685e3af..95a03c640665 100644 --- a/dev-python/statsmodels/statsmodels-0.13.2.ebuild +++ b/dev-python/statsmodels/statsmodels-0.13.2.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 multiprocessing optfeature +inherit distutils-r1 multiprocessing optfeature pypi DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad