* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 94c99572f263cd4f59fe0e45daea1a82cf05524c
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Sat Oct 17 03:46:18 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 03:46:18 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=94c99572
dev-python/matplotlib-venn: added uild-time dep
Package-Manager: portage-2.2.23
dev-python/matplotlib-venn/ChangeLog | 3 +++
dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog
index 07baf21..5187976 100644
--- a/dev-python/matplotlib-venn/ChangeLog
+++ b/dev-python/matplotlib-venn/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 17 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
+ dev-python/matplotlib-venn: added uild-time dep
+
07 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-9999.ebuild:
dev-python/matplotlib-venn: no longer installing for test phase
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
index 47d251e..bdb4ed2 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
@@ -21,4 +21,4 @@ RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 4f59766f9ce06985ede8c511a417802e7a04cea9
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 17:59:10 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 12:24:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f59766f
dev-python/matplotlib-venn: removed useless blank line
Package-Manager: portage-2.2.22
dev-python/matplotlib-venn/ChangeLog | 3 +++
dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog
index 4994a96..869ff30 100644
--- a/dev-python/matplotlib-venn/ChangeLog
+++ b/dev-python/matplotlib-venn/ChangeLog
@@ -3,6 +3,9 @@
# $Id$
06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
+ dev-python/matplotlib-venn: removed useless blank line
+
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
dev-python/matplotlib-venn:
06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
index ed27bac..ddca55c 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
@@ -31,4 +31,3 @@ python_test() {
cd "${TEST_DIR}"/lib || die
py.test -v || die "Tests fail with ${EPYTHON}"
}
-
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 7be99de5d01e07cd27cdae1a6cf6af4a45c649fb
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Oct 7 12:58:22 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 12:58:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7be99de5
dev-python/matplotlib-venn: no longer installing for test phase
Package-Manager: portage-2.2.22
dev-python/matplotlib-venn/ChangeLog | 3 +++
dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild | 4 ----
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog
index be03bfe..07baf21 100644
--- a/dev-python/matplotlib-venn/ChangeLog
+++ b/dev-python/matplotlib-venn/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 07 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-9999.ebuild:
+ dev-python/matplotlib-venn: no longer installing for test phase
+
06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
dev-python/matplotlib-venn: removed test IUSE
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
index 7dfd47c..6e406af 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
@@ -28,9 +28,5 @@ DEPEND="test? (
)"
python_test() {
- distutils_install_for_testing
- cd "${TEST_DIR}"/lib || die
- cp "${S}"/setup.py "${TEST_DIR}"/lib/ || die
- cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
py.test || die "Tests fail with ${EPYTHON}"
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: e2b34a5ab4a3e309a07bf25ad59696ee9fe8c57e
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 19:24:31 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 12:24:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2b34a5a
dev-python/matplotlib-venn: removed test phase (upstream archive does not provide test scripts)
Package-Manager: portage-2.2.22
dev-python/matplotlib-venn/ChangeLog | 7 +++++++
dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild | 13 ++-----------
...plotlib-venn-0.11.ebuild => matplotlib-venn-9999.ebuild} | 9 ++++++---
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog
index 869ff30..64c867c 100644
--- a/dev-python/matplotlib-venn/ChangeLog
+++ b/dev-python/matplotlib-venn/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+*matplotlib-venn-9999 (06 Oct 2015)
+
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> +matplotlib-venn-9999.ebuild,
+ matplotlib-venn-0.11.ebuild:
+ dev-python/matplotlib-venn: removed test phase (upstream archive does not
+ provide test scripts)
+
06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
dev-python/matplotlib-venn: removed useless blank line
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
index ddca55c..23db2ec 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
@@ -10,7 +10,7 @@ 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"
+SRC_URI="mirror://pypi/m/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
@@ -21,13 +21,4 @@ RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND="test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- distutils_install_for_testing
- cd "${TEST_DIR}"/lib || die
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
+DEPEND=""
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
similarity index 76%
copy from dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
copy to dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
index ddca55c..608c13a 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
@@ -6,11 +6,12 @@ EAPI="5"
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
+inherit distutils-r1 git-r3
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"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/konstantint/matplotlib-venn"
LICENSE="MIT"
SLOT="0"
@@ -29,5 +30,7 @@ DEPEND="test? (
python_test() {
distutils_install_for_testing
cd "${TEST_DIR}"/lib || die
- py.test -v || die "Tests fail with ${EPYTHON}"
+ cp "${S}"/setup.py "${TEST_DIR}"/lib/ || die
+ cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
+ py.test || die "Tests fail with ${EPYTHON}"
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: ebd3df80a1c91bbbc311014fae018785ba482ef5
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 19:30:20 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 12:24:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ebd3df80
dev-python/matplotlib-venn: removed keywords from live ebuild
Package-Manager: portage-2.2.22
dev-python/matplotlib-venn/ChangeLog | 3 +++
dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog
index 64c867c..079adee 100644
--- a/dev-python/matplotlib-venn/ChangeLog
+++ b/dev-python/matplotlib-venn/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-9999.ebuild:
+ dev-python/matplotlib-venn: removed keywords from live ebuild
+
*matplotlib-venn-9999 (06 Oct 2015)
06 Oct 2015; Horea Christian <h.chr@mail.ru> +matplotlib-venn-9999.ebuild,
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
index 608c13a..7dfd47c 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/konstantint/matplotlib-venn"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 90f51bedc3135968c2eb0735419bd3155caba33c
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Sun Oct 18 15:48:00 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 15:48:00 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90f51bed
dev-python/matplotlib-venn: added build-time dep
Package-Manager: portage-2.2.23
dev-python/matplotlib-venn/ChangeLog | 3 +++
dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog
index 5187976..c3d61d4 100644
--- a/dev-python/matplotlib-venn/ChangeLog
+++ b/dev-python/matplotlib-venn/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 18 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-9999.ebuild:
+ dev-python/matplotlib-venn: added build-time dep
+
17 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
dev-python/matplotlib-venn: added uild-time dep
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
index 6e406af..49ef4c2 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
DEPEND="test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
- )"
+ )
+ dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
py.test || die "Tests fail with ${EPYTHON}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 3201118050740f6432a7c7b20e7e77b396af4dd3
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Oct 6 19:30:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 12:24:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=32011180
dev-python/matplotlib-venn: removed test IUSE
Package-Manager: portage-2.2.22
dev-python/matplotlib-venn/ChangeLog | 3 +++
dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog
index 079adee..be03bfe 100644
--- a/dev-python/matplotlib-venn/ChangeLog
+++ b/dev-python/matplotlib-venn/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-0.11.ebuild:
+ dev-python/matplotlib-venn: removed test IUSE
+
06 Oct 2015; Horea Christian <h.chr@mail.ru> matplotlib-venn-9999.ebuild:
dev-python/matplotlib-venn: removed keywords from live ebuild
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
index 23db2ec..47d251e 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/m/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
+IUSE=""
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2016-12-23 9:48 Justin Lecher
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2016-12-23 9:48 UTC (permalink / raw
To: gentoo-commits
commit: 27cf8577e55d9b235071de97070ea60db12c5a28
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Dec 22 10:41:05 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:41:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=27cf8577
dev-python/matplotlib-venn: enabled test phase (#710)
Package-Manager: portage-2.3.3
.../matplotlib-venn/matplotlib-venn-0.11.ebuild | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
index bdb4ed2..272e5d2 100644
--- a/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
+++ b/dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5)
inherit distutils-r1
@@ -15,10 +15,17 @@ SRC_URI="mirror://pypi/m/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/
@ 2020-09-22 19:00 Aisha Tammy
0 siblings, 0 replies; 9+ messages in thread
From: Aisha Tammy @ 2020-09-22 19:00 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-09-22 19:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 13:44 [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 19:00 Aisha Tammy
2016-12-23 9:48 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox