public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
Date: Tue, 22 Sep 2020 19:00:19 +0000 (UTC)	[thread overview]
Message-ID: <1600801207.7264d0afb4786fef1a4cefb2f414b5c5507044ec.epsilon-0@gentoo> (raw)

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>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="pypi">matplotlib-venn</remote-id>
-	</upstream>
-</pkgmetadata>


             reply	other threads:[~2020-09-22 19:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22 19:00 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-23  9:48 [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/ Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-10-21 13:44 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600801207.7264d0afb4786fef1a4cefb2f414b5c5507044ec.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox