From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5C7D7138BED for ; Wed, 21 Oct 2015 13:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62F5321C016; Wed, 21 Oct 2015 13:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAC3621C014 for ; Wed, 21 Oct 2015 13:45:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCBA03408EA for ; Wed, 21 Oct 2015 13:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486101547 for ; Wed, 21 Oct 2015 13:44:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444220642.e2b34a5ab4a3e309a07bf25ad59696ee9fe8c57e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib-venn/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/matplotlib-venn/ChangeLog dev-python/matplotlib-venn/matplotlib-venn-0.11.ebuild dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild X-VCS-Directories: dev-python/matplotlib-venn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e2b34a5ab4a3e309a07bf25ad59696ee9fe8c57e X-VCS-Branch: master Date: Wed, 21 Oct 2015 13:44:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 32aebba0-5b33-47fa-a4eb-02acaf42b0f4 X-Archives-Hash: 5826c32477bf70462d6658ef568ddb03 commit: e2b34a5ab4a3e309a07bf25ad59696ee9fe8c57e Author: Horea Christian mail ru> AuthorDate: Tue Oct 6 19:24:31 2015 +0000 Commit: Justin Lecher gentoo 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 +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 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}" }