commit:     7264d0afb4786fef1a4cefb2f414b5c5507044ec
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 18:59:53 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 19:00:07 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7264d0af

dev-python/matplotlib-venn: drop dead package

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 .../matplotlib-venn/matplotlib-venn-0.11.ebuild    | 30 --------------------
 .../matplotlib-venn/matplotlib-venn-9999.ebuild    | 32 ----------------------
 dev-python/matplotlib-venn/metadata.xml            | 11 --------
 3 files changed, 73 deletions(-)

diff --git a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild 
b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
deleted file mode 100644
index fd1949a32..000000000
--- a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5)
-
-inherit distutils-r1
-
-DESCRIPTION="Routines for plotting area-weighted two- and three-circle venn 
diagrams"
-HOMEPAGE="http://pysurfer.github.com";
-SRC_URI="mirror://pypi/m/${PN}/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-       dev-python/matplotlib[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       "
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-       py.test --verbose || die
-}

diff --git a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild 
b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
deleted file mode 100644
index 8a8aab123..000000000
--- a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Routines for plotting area-weighted two- and three-circle venn 
diagrams"
-HOMEPAGE="http://pysurfer.github.com";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/konstantint/matplotlib-venn";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND="
-       dev-python/matplotlib[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND="test? (
-               ${RDEPEND}
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-       py.test || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/matplotlib-venn/metadata.xml 
b/dev-python/matplotlib-venn/metadata.xml
deleted file mode 100644
index 6c79256de..000000000
--- a/dev-python/matplotlib-venn/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="pypi">matplotlib-venn</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to