summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 16:25:35 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 16:26:06 +0200
commit1b7c9596c9e09e6ddd7cc01de8ddd03bc97b54e5 (patch)
treeb1afd30578bd752fc3aa658027a8b3a3f6c6176d /dev-python
parentdev-python/dogpile-core: Remove last-rited pkg (diff)
downloadgentoo-1b7c9596c9e09e6ddd7cc01de8ddd03bc97b54e5.tar.gz
gentoo-1b7c9596c9e09e6ddd7cc01de8ddd03bc97b54e5.tar.bz2
gentoo-1b7c9596c9e09e6ddd7cc01de8ddd03bc97b54e5.zip
dev-python/corner: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718900 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/corner/Manifest1
-rw-r--r--dev-python/corner/corner-2.0.1.ebuild24
-rw-r--r--dev-python/corner/metadata.xml21
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/corner/Manifest b/dev-python/corner/Manifest
deleted file mode 100644
index 7d999d96d6c1..000000000000
--- a/dev-python/corner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST corner-2.0.1.tar.gz 10534 BLAKE2B 7ea10bce4c45385aca7083d7276415168e4f2fc900020df5f67a81e86ddcc4f9df5e5aa76270fee72c41395c7cc549bb9630c3b3eb24e0640f10c387adb1c976 SHA512 ebd625ab1e4591b4c21d25ec706c35d37f560b727e1e0d6a79948c4a112ee6f21d3ca30162901a27715074e1345f3bdee1a0345c63e5fec24113e495fb094127
diff --git a/dev-python/corner/corner-2.0.1.ebuild b/dev-python/corner/corner-2.0.1.ebuild
deleted file mode 100644
index 93cbfcfa1942..000000000000
--- a/dev-python/corner/corner-2.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Make scatter matrix corner plots"
-HOMEPAGE="https://corner.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# missing expected test images in tar ball (2.0.1)
-RESTRICT=test
diff --git a/dev-python/corner/metadata.xml b/dev-python/corner/metadata.xml
deleted file mode 100644
index b8f3109ff572..000000000000
--- a/dev-python/corner/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- This Python module uses matplotlib to visualize multidimensional
- samples using a scatterplot matrix. In these visualizations, each
- one- and two-dimensional projection of the sample is plotted to
- reveal covariances. corner was originally conceived to display the
- results of Markov Chain Monte Carlo simulations and the defaults
- are chosen with this application in mind but it can be used for
- displaying many qualitatively different samples.
- </longdescription>
- <upstream>
- <remote-id type="pypi">corner</remote-id>
- <remote-id type="github">dfm/corner.py</remote-id>
- </upstream>
-</pkgmetadata>