diff options
author | Justin Lecher <jlec@gentoo.org> | 2018-11-11 14:07:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2018-11-11 14:07:47 +0000 |
commit | 50eabff14a251b2ddcabe9dd497f388b19d49664 (patch) | |
tree | a5cf7f945de4ad62ca716e7a81597abb0c78b2c0 /dev-python/statsmodels | |
parent | app-portage/eix: Drop old (diff) | |
download | gentoo-50eabff14a251b2ddcabe9dd497f388b19d49664.tar.gz gentoo-50eabff14a251b2ddcabe9dd497f388b19d49664.tar.bz2 gentoo-50eabff14a251b2ddcabe9dd497f388b19d49664.zip |
dev-python/statsmodels: add missing eclass
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.9.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-9999.ebuild | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/dev-python/statsmodels/metadata.xml b/dev-python/statsmodels/metadata.xml index 72014447a73d..0a394bee4cfd 100644 --- a/dev-python/statsmodels/metadata.xml +++ b/dev-python/statsmodels/metadata.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> diff --git a/dev-python/statsmodels/statsmodels-0.6.1.ebuild b/dev-python/statsmodels/statsmodels-0.6.1.ebuild index a7e420010582..e67e1d036250 100644 --- a/dev-python/statsmodels/statsmodels-0.6.1.ebuild +++ b/dev-python/statsmodels/statsmodels-0.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 virtualx +inherit distutils-r1 eutils virtualx 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.8.0.ebuild b/dev-python/statsmodels/statsmodels-0.8.0.ebuild index 3aedbad099a4..c8250754f8ef 100644 --- a/dev-python/statsmodels/statsmodels-0.8.0.ebuild +++ b/dev-python/statsmodels/statsmodels-0.8.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 virtualx +inherit distutils-r1 eutils virtualx 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.9.0.ebuild b/dev-python/statsmodels/statsmodels-0.9.0.ebuild index 95b3326d4d7e..c07a82610217 100644 --- a/dev-python/statsmodels/statsmodels-0.9.0.ebuild +++ b/dev-python/statsmodels/statsmodels-0.9.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6} ) -inherit distutils-r1 +inherit distutils-r1 eutils 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 51855998071e..888c2bcd17e8 100644 --- a/dev-python/statsmodels/statsmodels-9999.ebuild +++ b/dev-python/statsmodels/statsmodels-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6} ) -inherit distutils-r1 git-r3 virtualx +inherit distutils-r1 eutils git-r3 virtualx DESCRIPTION="Statistical computations and models for use with SciPy" HOMEPAGE="https://www.statsmodels.org/stable/index.html" |