dev-python/statsmodels: add missing eclass
authorJustin Lecher <jlec@gentoo.org>
Sun, 11 Nov 2018 14:07:18 +0000 (14:07 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sun, 11 Nov 2018 14:07:47 +0000 (14:07 +0000)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-python/statsmodels/metadata.xml
dev-python/statsmodels/statsmodels-0.6.1.ebuild
dev-python/statsmodels/statsmodels-0.8.0.ebuild
dev-python/statsmodels/statsmodels-0.9.0.ebuild
dev-python/statsmodels/statsmodels-9999.ebuild

index 72014447a73d882d07ee9d558722b1b6b1dde1c9..0a394bee4cfdd6c60cbb143509c71fd40f2f87b7 100644 (file)
@@ -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">
index a7e4200105827e9b4970419b6ce094c6967d8bfd..e67e1d03625091805217b9b943100aeacf9d43ed 100644 (file)
@@ -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"
index 3aedbad099a483b2d8d9fd2afbfb48ea2efb7b1d..c8250754f8eff1a7db35ff00ee308c7713da3f9e 100644 (file)
@@ -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"
index 95b3326d4d7e44c62c98c4bea41b455264cb6101..c07a8261021786fd6ed78d814229fb6de2c14a84 100644 (file)
@@ -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"
index 51855998071ec22d2805d164f67ac64e52c46b3f..888c2bcd17e84822754ef3dd81ee008b991d9c80 100644 (file)
@@ -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"