diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-20 09:21:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-20 09:25:34 +0200 |
commit | 2a207bd8dcd9226f98404874b5ef547728813078 (patch) | |
tree | 4b86dbc174eee9de482b525696c2b1271cf336f6 /dev-python | |
parent | dev-python/sphinx_ansible_theme: Use pypi.eclass in older version(s) (diff) | |
download | gentoo-2a207bd8dcd9226f98404874b5ef547728813078.tar.gz gentoo-2a207bd8dcd9226f98404874b5ef547728813078.tar.bz2 gentoo-2a207bd8dcd9226f98404874b5ef547728813078.zip |
dev-python/statsmodels: Use pypi.eclass in older version(s)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.13.2.ebuild | 3 |
1 files changed, 1 insertions, 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" |