diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:13 +0200 |
commit | 74ecea01c3bf646af427ef738c36dc82d69338f9 (patch) | |
tree | 72c79428b2cf44d47a99cc89b774c689fbf17c92 | |
parent | dev-python/sqlalchemy: Inherit optfeature.eclass (diff) | |
download | gentoo-74ecea01c3bf646af427ef738c36dc82d69338f9.tar.gz gentoo-74ecea01c3bf646af427ef738c36dc82d69338f9.tar.bz2 gentoo-74ecea01c3bf646af427ef738c36dc82d69338f9.zip |
dev-python/statsmodels: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.12.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.11.1.ebuild b/dev-python/statsmodels/statsmodels-0.11.1.ebuild index f7a12631400a..4abed0cfcb29 100644 --- a/dev-python/statsmodels/statsmodels-0.11.1.ebuild +++ b/dev-python/statsmodels/statsmodels-0.11.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -inherit distutils-r1 eutils +inherit distutils-r1 optfeature DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" diff --git a/dev-python/statsmodels/statsmodels-0.12.0.ebuild b/dev-python/statsmodels/statsmodels-0.12.0.ebuild index dfa23119e7a4..c1acf54013fe 100644 --- a/dev-python/statsmodels/statsmodels-0.12.0.ebuild +++ b/dev-python/statsmodels/statsmodels-0.12.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -inherit distutils-r1 eutils +inherit distutils-r1 optfeature DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" diff --git a/dev-python/statsmodels/statsmodels-9999.ebuild b/dev-python/statsmodels/statsmodels-9999.ebuild index a5784025a635..37a2fc6336eb 100644 --- a/dev-python/statsmodels/statsmodels-9999.ebuild +++ b/dev-python/statsmodels/statsmodels-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 eutils git-r3 virtualx +inherit distutils-r1 git-r3 optfeature virtualx DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" |