From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/
Date: Mon, 4 May 2020 16:25:20 +0000 (UTC) [thread overview]
Message-ID: <1588609490.6eb2c435f9a43dd936b171ab6811b341963415df.juippis@gentoo> (raw)
commit: 6eb2c435f9a43dd936b171ab6811b341963415df
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May 1 17:01:51 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 4 16:24:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb2c435
dev-python/spyder-notebook: version bump 0.2.3
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/spyder-notebook/Manifest | 1 +
.../spyder-notebook/spyder-notebook-0.2.3.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/spyder-notebook/Manifest b/dev-python/spyder-notebook/Manifest
index 27fbd8c39c7..dec9b84ea31 100644
--- a/dev-python/spyder-notebook/Manifest
+++ b/dev-python/spyder-notebook/Manifest
@@ -1 +1,2 @@
DIST spyder-notebook-0.2.2.tar.gz 3691495 BLAKE2B 255df807c553f0d1e1ed9d8e7326e23702e900d15c139467e7e236c911d1412c71a959b5756ba5c538ccb7dbef5c75bbbd744ff2d6acbe701d51d3def9ac0ee8 SHA512 3c76beff7b709b39d1a00bb2a3391f9ee7f0439bfe2a2c49834c4e373488cc7cd690360966ea9b11d2f06cb577f3a62951aa85b00419de3dd3ef276bcbd13597
+DIST spyder-notebook-0.2.3.tar.gz 3692690 BLAKE2B 74fa380233155ef411f1bc6018111d94eb03cdf4d4d3b75937b4e63047320bf2292bb2e4b058efdfe0b2ba78569872e1dbda110b9b7b29c4948a787fb9fde399 SHA512 b2a8f256ea304150477df98f5e6c16c90dbfe42c0bae7eeef9fb25a9de02433a7d8b3bf448926a94df69d6adaeb91e277ebfe7f1a5135d9ac9f9ce2dc9bfd804
diff --git a/dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild
new file mode 100644
index 00000000000..2b00297233b
--- /dev/null
+++ b/dev-python/spyder-notebook/spyder-notebook-0.2.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Jupyter notebook integration with Spyder"
+HOMEPAGE="https://github.com/spyder-ide/spyder-notebook"
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/nbformat[${PYTHON_USEDEP}]
+ dev-python/notebook[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+ dev-python/flaky[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+
+DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md" "doc/example.gif" )
+
+# Tests do not work inside virtx/emerge for some reason, core dumped
+RESTRICT="test"
+distutils_enable_tests pytest
+
+pytthon_test() {
+ virtx pytest -vv
+}
next reply other threads:[~2020-05-04 16:25 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-04 16:25 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 20:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/ Michał Górny
2025-01-23 18:59 Nowa Ammerlaan
2025-01-23 17:31 Arthur Zamarin
2025-01-02 15:20 Nowa Ammerlaan
2024-11-23 11:36 Andreas Sturmlechner
2024-09-04 10:59 Andrew Ammerlaan
2024-09-04 10:59 Andrew Ammerlaan
2024-09-04 8:13 Andrew Ammerlaan
2024-03-03 18:58 Andrew Ammerlaan
2023-12-30 18:35 Michał Górny
2023-12-29 22:43 Sam James
2023-07-29 12:17 Andrew Ammerlaan
2023-04-08 8:22 Andrew Ammerlaan
2023-04-08 7:57 Andrew Ammerlaan
2023-04-08 7:57 Andrew Ammerlaan
2023-01-12 11:13 Andrew Ammerlaan
2023-01-12 11:13 Andrew Ammerlaan
2022-11-07 21:53 Andrew Ammerlaan
2021-08-05 7:45 Andrew Ammerlaan
2021-07-08 11:08 Andrew Ammerlaan
2021-07-06 12:31 Andrew Ammerlaan
2021-04-16 9:55 Joonas Niilola
2021-04-09 12:21 Joonas Niilola
2021-03-11 7:18 Joonas Niilola
2021-03-11 7:18 Joonas Niilola
2020-11-17 14:21 Joonas Niilola
2020-11-17 14:21 Joonas Niilola
2020-09-15 8:09 Joonas Niilola
2020-08-08 9:04 Joonas Niilola
2020-08-08 9:04 Joonas Niilola
2020-05-26 20:43 Matt Turner
2020-05-04 16:25 Joonas Niilola
2020-02-26 22:02 Andreas Sturmlechner
2020-02-19 7:34 Joonas Niilola
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=1588609490.6eb2c435f9a43dd936b171ab6811b341963415df.juippis@gentoo \
--to=juippis@gentoo.org \
--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