public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nbformat/
Date: Tue,  3 Jan 2017 10:33:48 +0000 (UTC)	[thread overview]
Message-ID: <1483439498.5779aefce387c28ca612f150d079755e1c136bad.marbre@gentoo> (raw)

commit:     5779aefce387c28ca612f150d079755e1c136bad
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan  3 10:31:38 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Jan  3 10:31:38 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5779aefc

dev-python/nbformat: Bump to EAPI=6, fix deps and testing

Package-Manager: portage-2.3.0

 dev-python/nbformat/nbformat-9999.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/nbformat/nbformat-9999.ebuild b/dev-python/nbformat/nbformat-9999.ebuild
index a823d00..aa36b64 100644
--- a/dev-python/nbformat/nbformat-9999.ebuild
+++ b/dev-python/nbformat/nbformat-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5} )
 PYTHON_REQ_USE='sqlite'
@@ -18,9 +18,9 @@ SLOT="0"
 IUSE="doc test"
 
 RDEPEND="
-	dev-python/jsonschema[${PYTHON_USEDEP}]
+	>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
 	dev-python/ipython_genutils[${PYTHON_USEDEP}]
-	dev-python/traitlets[${PYTHON_USEDEP}]
+	>=dev-python/traitlets-4.1[${PYTHON_USEDEP}]
 	dev-python/jupyter_core[${PYTHON_USEDEP}]
 	"
 DEPEND="${RDEPEND}
@@ -29,8 +29,9 @@ DEPEND="${RDEPEND}
 		dev-python/numpydoc[${PYTHON_USEDEP}]
 	)
 	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
+		dev-python/testpath[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytest-cov[${PYTHON_USEDEP}]
 	)
 	"
 
@@ -50,7 +51,7 @@ python_compile_all() {
 python_test() {
 	distutils_install_for_testing
 	cd "${TEST_DIR}"/lib || die
-	nosetests --with-coverage --cover-package=nbformat nbformat || die
+	py.test -v --cov nbformat nbformat || die
 }
 
 python_install_all() {


             reply	other threads:[~2017-01-03 10:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-03 10:33 Marius Brehler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-21 23:40 [gentoo-commits] proj/sci:master commit in: dev-python/nbformat/ Aisha Tammy
2017-01-03 10:30 Marius Brehler
2015-11-28 17:58 Marius Brehler
2015-10-21 13:44 Justin Lecher
2015-10-06 21:20 Marius Brehler
2015-09-23 10:19 Justin Lecher
2015-09-21 19:05 Justin Lecher
2015-09-04  5:46 Justin Lecher
2015-09-01  7:57 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=1483439498.5779aefce387c28ca612f150d079755e1c136bad.marbre@gentoo \
    --to=marbre@linux.sungazer.de \
    --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