public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/
Date: Wed, 28 Jun 2017 04:02:53 +0000 (UTC)	[thread overview]
Message-ID: <1498622412.f0b33a60fa078c04c5d3c1c9e9c8c519d5a05d8b.bicatali@gentoo> (raw)

commit:     f0b33a60fa078c04c5d3c1c9e9c8c519d5a05d8b
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 05:24:02 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 04:00:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b33a60

dev-python/nbsphinx: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/nbsphinx/Manifest               |  1 +
 dev-python/nbsphinx/metadata.xml           |  2 +-
 dev-python/nbsphinx/nbsphinx-0.2.14.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 9185f4bf512..df4c53fc8d7 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1,3 @@
 DIST nbsphinx-0.2.13.tar.gz 96841 SHA256 20f4bca5f45ffe65fff4d616c2caf365375e8f8768a73d63905bd5d0664176bd SHA512 c6489ce696094efbb88e7d6689b8c67fa5fd0c71bfdb8c044f1eab0bf5f722668acd1e839488244578cb50def58c9ba6b88334c5d977cc07692b8747e6f502c5 WHIRLPOOL 65d71566013ba29ac9fa6c8a2863ff21b7a41e6c7bf591aca46e50b89aafbbedaf11468b9fd35236ff0d1f91e4819c1dbe321ca51daf5af2534716d5a195bc38
+DIST nbsphinx-0.2.14.tar.gz 98368 SHA256 d6a35b62be88eadaec8b9e5d61916012b9e26b16f4895ab0bbc5ee1e99fbbee0 SHA512 263aaf8b466d83215251f6115fa6210bca69537d041336ec23d9caaad06653fe848914c2e01981461fbabb8f5e4881ca11a4a01aaccb07909de6b79e695602d6 WHIRLPOOL a23bd92dcecd721db42a1eb22a4e18aee9fb519d6fe27d06e247fc8c5db9bb5bc10ebb2e045e29b1fc6c72ddf38c13432f2c148997b50b7f78c4ed9644d83f9e
 DIST nbsphinx-0.2.8.tar.gz 89524 SHA256 81d3905df0d8627f2e1762036fa761c3ed90ebd61c74ebce8ef07778800ec9a4 SHA512 fe73cdab2b6ac67aff48380137d07b8938bdc764a786c66ee4f0ff658aa3db207630a79900555c70b2232afcf3b5332c78495281518a97ca944550d13cb01b04 WHIRLPOOL e4fcf6e87ab37692ad310a3258ab13a8850ed7f3d1de78b9965552df28274736fc63b34724a1f7be3ecf5c6037c0bb06d8f55e2062ca1cc2f9661ce8e3b1c416

diff --git a/dev-python/nbsphinx/metadata.xml b/dev-python/nbsphinx/metadata.xml
index f0192b5c7a9..a586fea8a7a 100644
--- a/dev-python/nbsphinx/metadata.xml
+++ b/dev-python/nbsphinx/metadata.xml
@@ -14,7 +14,7 @@
     Sphinx build process.
   </longdescription>
   <upstream>
-    <remote-id type="pypi">nbformat</remote-id>
+    <remote-id type="pypi">nbsphinx</remote-id>
     <remote-id type="github">spatialaudio/nbsphinx</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
new file mode 100644
index 00000000000..fae13d2e2b8
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="https://github.com/spatialaudio/nbsphinx/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-python/docutils[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]
+	dev-python/nbconvert[${PYTHON_USEDEP}]
+	dev-python/nbformat[${PYTHON_USEDEP}]
+	>=dev-python/sphinx-1.3.2[${PYTHON_USEDEP}]
+	dev-python/traitlets[${PYTHON_USEDEP}]
+	"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2017-06-28  4:03 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-28  4:02 Sebastien Fabbro [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/nbsphinx/ Michał Górny
2025-01-11 11:48 Michał Górny
2025-01-11 11:25 Sam James
2025-01-02 11:02 Nowa Ammerlaan
2024-12-25  7:45 Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  8:33 Arthur Zamarin
2024-08-14  6:05 Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-22  9:05 Michał Górny
2024-05-07  1:57 Michał Górny
2024-02-03 10:41 Michał Górny
2023-11-10 13:20 Andrew Ammerlaan
2023-09-30  6:49 Michał Górny
2023-09-30  6:05 Arthur Zamarin
2023-08-28  5:13 Michał Górny
2023-06-27 11:54 Michał Górny
2023-06-27  5:19 Jakov Smolić
2023-05-25  2:55 Michał Górny
2023-04-22 16:24 Michał Górny
2023-04-22 12:46 Sam James
2023-04-14 22:30 Sam James
2023-04-14 21:02 Sam James
2023-04-14 20:43 Sam James
2023-04-14 20:25 Sam James
2023-04-14 20:07 Sam James
2023-03-15  6:52 Michał Górny
2023-03-13  5:12 Michał Górny
2023-03-11  6:37 Yixun Lan
2023-02-17  6:21 Michał Górny
2023-02-16 22:49 Sam James
2023-01-20  4:50 Michał Górny
2022-12-30  7:08 Michał Górny
2022-12-17  7:08 Michał Górny
2022-12-16 21:10 Arthur Zamarin
2022-11-13 18:57 Michał Górny
2022-10-27 10:23 Andrew Ammerlaan
2022-07-10 19:06 Michał Górny
2022-07-10 16:58 Sam James
2022-06-05  9:14 Michał Górny
2022-03-31 19:18 Michał Górny
2022-03-31 17:36 Jakov Smolić
2022-02-26 12:17 Michał Górny
2022-02-04  8:40 Michał Górny
2022-02-04  7:28 Agostino Sarubbo
2022-01-01  1:29 Michał Górny
2021-09-12  7:39 Michał Górny
2021-09-12  7:09 Agostino Sarubbo
2021-08-11  7:06 Michał Górny
2021-07-23 14:08 Andrew Ammerlaan
2021-07-12 22:53 Michał Górny
2021-07-12 21:50 Sam James
2021-06-15  5:40 Michał Górny
2021-06-15  5:25 Sam James
2021-06-03 10:30 Michał Górny
2021-05-19 18:21 Michał Górny
2021-05-19 17:22 Sam James
2021-05-13  8:56 Michał Górny
2021-04-29 19:56 Michał Górny
2021-04-10  8:04 Michał Górny
2021-04-07  8:06 Michał Górny
2021-04-07  6:22 Sam James
2021-02-28 18:20 Michał Górny
2020-09-18 15:30 Michał Górny
2020-09-05 15:25 Sam James
2020-09-02  9:12 Michał Górny
2020-08-05 15:10 Michał Górny
2020-07-09 12:40 Michał Górny
2020-07-09 12:40 Michał Górny
2020-06-17  6:56 Michał Górny
2020-06-10  6:42 Michał Górny
2018-12-25 13:57 Benda XU
2018-06-30 19:30 Mart Raudsepp
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-04-22  1:35 Thomas Deutschmann
2017-06-27 11:22 Alexis Ballier
2017-03-16 19:13 David Seifert
2017-03-12 12:31 Zac Medico
2016-05-29 14:54 David Seifert
2016-05-29 14:54 David Seifert
2016-05-29 14:54 David Seifert

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=1498622412.f0b33a60fa078c04c5d3c1c9e9c8c519d5a05d8b.bicatali@gentoo \
    --to=bicatali@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