diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-18 17:39:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-18 17:40:04 +0200 |
commit | f788a2a56958e4e9191ada394bcf773582253ab4 (patch) | |
tree | dc30a30449100bb061df598abddf9eb91e85b81d /dev-python/seaborn | |
parent | dev-python/scipy: Remove old (diff) | |
download | gentoo-f788a2a56958e4e9191ada394bcf773582253ab4.tar.gz gentoo-f788a2a56958e4e9191ada394bcf773582253ab4.tar.bz2 gentoo-f788a2a56958e4e9191ada394bcf773582253ab4.zip |
dev-python/seaborn: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/seaborn')
-rw-r--r-- | dev-python/seaborn/Manifest | 1 | ||||
-rw-r--r-- | dev-python/seaborn/seaborn-0.10.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest index 484b7e818d76..d46d1a6f131a 100644 --- a/dev-python/seaborn/Manifest +++ b/dev-python/seaborn/Manifest @@ -1,2 +1 @@ -DIST seaborn-0.10.0.tar.gz 194113 BLAKE2B 7e5d6efd7a8446172a3f102c2c7815483f5e24cd2698f52e70186395468a782e45e1cc8fa7eacf7e2956b66e2a6cda76525973b2fecdc43a784af85319c9f5fa SHA512 1f6288931cb63d3109663b5aedc7c11b6b97a6afd8cf9b9e94a9a1f4e18c45456ae7bb055c5be0fb0c34dbb3fdf992d7a88bc1cb88506bebf9ddf9bf685aa3ea DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00 SHA512 167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f diff --git a/dev-python/seaborn/seaborn-0.10.0.ebuild b/dev-python/seaborn/seaborn-0.10.0.ebuild deleted file mode 100644 index 73f07500f393..000000000000 --- a/dev-python/seaborn/seaborn-0.10.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Statistical data visualization" -HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/matplotlib-2.1.2[${PYTHON_USEDEP}] - >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] - >=dev-python/pandas-0.22.0[${PYTHON_USEDEP}] - dev-python/patsy[${PYTHON_USEDEP}] - dev-python/statsmodels[${PYTHON_USEDEP}] - >=dev-python/scipy-1.0.1[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - ) -" - -python_test() { - cat > matplotlibrc <<- EOF || die - backend : Agg - EOF - virtx nosetests --verbosity=3 -} |