[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2024-05-22 Thread Michał Górny
commit: 22057145d4ef0d4a2da06bef55c740e596261ecd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 22 09:08:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 22 09:10:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22057145

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.9.3.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 3345f43faaf5..f1f69e03532c 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.9.3.tar.gz 171956 BLAKE2B 
404e1692259b963f5ad9ad1ad370da1ff21ad93ac6b1081256d18cd66e2057eba8b4fec5e6ea987f73c3dea2a197108de6388e26b22eef46a8dd29800db4554d
 SHA512 
a1dd3f96b1a7ad38cbe860eab620dda859fdad3bc22d07ddd4fc1bb9a3c7e9f66d24412370cb7701182d31870153e6388381574359356a1f0a0055111b404a7a
 DIST nbsphinx-0.9.4.tar.gz 179315 BLAKE2B 
727e2d6e70bec199159940afdfc92409124d940e4a1bcfd0288e779c5ac9be41802e5f347d486df0ec54a641cc82b6e5cfecbdcf4dc3dbacf74d0a8c884b3018
 SHA512 
b643d749eef8ec8ac63594f75d38d13c7b623203f7a46d7190b5da2cc3a7882623a8cf54f240678488db1cf5e37091473002510079f7294a0bc5780982661c86

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
deleted file mode 100644
index 3edc4aa72309..
--- a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2024-05-22 Thread Michał Górny
commit: 5d77d7210743f39e836ac3fefeaade4a134852ce
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 22 09:05:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 22 09:05:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d77d721

dev-python/nbsphinx: Stabilize 0.9.4 ALLARCHES, #932410

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild
index bb191b4769e1..31c5a6eb5d22 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/docutils-0.18.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2024-05-06 Thread Michał Górny
commit: 6474f1c3587337d59e992ca282fe24ef5e1e031c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  7 01:49:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  7 01:49:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6474f1c3

dev-python/nbsphinx: Bump to 0.9.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.9.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 5303aeb0d518..3345f43faaf5 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.9.3.tar.gz 171956 BLAKE2B 
404e1692259b963f5ad9ad1ad370da1ff21ad93ac6b1081256d18cd66e2057eba8b4fec5e6ea987f73c3dea2a197108de6388e26b22eef46a8dd29800db4554d
 SHA512 
a1dd3f96b1a7ad38cbe860eab620dda859fdad3bc22d07ddd4fc1bb9a3c7e9f66d24412370cb7701182d31870153e6388381574359356a1f0a0055111b404a7a
+DIST nbsphinx-0.9.4.tar.gz 179315 BLAKE2B 
727e2d6e70bec199159940afdfc92409124d940e4a1bcfd0288e779c5ac9be41802e5f347d486df0ec54a641cc82b6e5cfecbdcf4dc3dbacf74d0a8c884b3018
 SHA512 
b643d749eef8ec8ac63594f75d38d13c7b623203f7a46d7190b5da2cc3a7882623a8cf54f240678488db1cf5e37091473002510079f7294a0bc5780982661c86

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild
new file mode 100644
index ..bb191b4769e1
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-5.5[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2024-02-03 Thread Michał Górny
commit: d9e712bb78146801871014631c9c01f817e83f92
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 10:38:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 10:41:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e712bb

dev-python/nbsphinx: Remove WD40 keywords

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
index 32f363b43d66..3edc4aa72309 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-11-10 Thread Andrew Ammerlaan
commit: 43fc09ca9a0aa1ee9a609b1078f3a38fda8fa23c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Nov 10 13:19:26 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Nov 10 13:20:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fc09ca

dev-python/nbsphinx: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
index 891f3016b21b..32f363b43d66 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-09-30 Thread Michał Górny
commit: ddfd5a616f99984ccae3394b588523c3a6678a71
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 06:47:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 06:49:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfd5a61

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.9.2.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 20c7e0c40643..5303aeb0d518 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.9.2.tar.gz 171754 BLAKE2B 
6bb73034b7f24c39c2d79e9beab623c46c07d9dd583a71920b83a6561e7f2899474db3edbb7b64386f4f41e1fb7960e942ea8327387ef2e0f1d3745627a3ade4
 SHA512 
b5e371e3177f03e72d87059d0c06cb4787afe255926e9f2440ea0c753f5457974535f42c98bd5bb289752151400612f28de98e1b36e6865b26790e56d1f78b80
 DIST nbsphinx-0.9.3.tar.gz 171956 BLAKE2B 
404e1692259b963f5ad9ad1ad370da1ff21ad93ac6b1081256d18cd66e2057eba8b4fec5e6ea987f73c3dea2a197108de6388e26b22eef46a8dd29800db4554d
 SHA512 
a1dd3f96b1a7ad38cbe860eab620dda859fdad3bc22d07ddd4fc1bb9a3c7e9f66d24412370cb7701182d31870153e6388381574359356a1f0a0055111b404a7a

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
deleted file mode 100644
index 891f3016b21b..
--- a/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-09-30 Thread Arthur Zamarin
commit: 396991d3886cec3c5c75e8e76ad5524ac7568723
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 30 06:05:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 30 06:05:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396991d3

dev-python/nbsphinx: Stabilize 0.9.3 ALLARCHES, #914937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
index a29963c7e93e..891f3016b21b 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-08-27 Thread Michał Górny
commit: 92324f7359fede140223fb5041bfaa9e61c6bc7f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 28 05:02:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 28 05:13:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92324f73

dev-python/nbsphinx: Bump to 0.9.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.9.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 0c327a4f6a42..20c7e0c40643 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.9.2.tar.gz 171754 BLAKE2B 
6bb73034b7f24c39c2d79e9beab623c46c07d9dd583a71920b83a6561e7f2899474db3edbb7b64386f4f41e1fb7960e942ea8327387ef2e0f1d3745627a3ade4
 SHA512 
b5e371e3177f03e72d87059d0c06cb4787afe255926e9f2440ea0c753f5457974535f42c98bd5bb289752151400612f28de98e1b36e6865b26790e56d1f78b80
+DIST nbsphinx-0.9.3.tar.gz 171956 BLAKE2B 
404e1692259b963f5ad9ad1ad370da1ff21ad93ac6b1081256d18cd66e2057eba8b4fec5e6ea987f73c3dea2a197108de6388e26b22eef46a8dd29800db4554d
 SHA512 
a1dd3f96b1a7ad38cbe860eab620dda859fdad3bc22d07ddd4fc1bb9a3c7e9f66d24412370cb7701182d31870153e6388381574359356a1f0a0055111b404a7a

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
new file mode 100644
index ..a29963c7e93e
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-06-27 Thread Michał Górny
commit: 43b0cbf8afeb3044b430da435c3f3cdc11fea95c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 27 11:54:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 27 11:54:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b0cbf8

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 00e0536bc8ac..0c327a4f6a42 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.9.1.tar.gz 171587 BLAKE2B 
38796379102f7488b58e0a4ca720b6800edc11477935c782dbd9124d96fb8587f5cd51b01f95f60f1372bafc5177e68a61a61c9d20261078a8421001e6936196
 SHA512 
d18c3da6b202c22dfdbb9ddfbb5b61af97200aaf75712f0e6a0221089c155faac9bca61cb0d552c231456e095f3303c59a9f23a99405dacf4b99117b929e6196
 DIST nbsphinx-0.9.2.tar.gz 171754 BLAKE2B 
6bb73034b7f24c39c2d79e9beab623c46c07d9dd583a71920b83a6561e7f2899474db3edbb7b64386f4f41e1fb7960e942ea8327387ef2e0f1d3745627a3ade4
 SHA512 
b5e371e3177f03e72d87059d0c06cb4787afe255926e9f2440ea0c753f5457974535f42c98bd5bb289752151400612f28de98e1b36e6865b26790e56d1f78b80

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
deleted file mode 100644
index 3c58326b0cda..
--- a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-06-26 Thread Jakov Smolić
commit: 74b746a60d16a0ab37821719cdb38860093ca921
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jun 27 05:18:43 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jun 27 05:18:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b746a6

dev-python/nbsphinx: Stabilize 0.9.2 ALLARCHES, #909238

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
index a29963c7e93e..891f3016b21b 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-05-24 Thread Michał Górny
commit: 3b8c61afecb4601a41699934a69cfc65a83dccfd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:42:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 02:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8c61af

dev-python/nbsphinx: Bump to 0.9.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.9.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 45d773e451b1..00e0536bc8ac 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.9.1.tar.gz 171587 BLAKE2B 
38796379102f7488b58e0a4ca720b6800edc11477935c782dbd9124d96fb8587f5cd51b01f95f60f1372bafc5177e68a61a61c9d20261078a8421001e6936196
 SHA512 
d18c3da6b202c22dfdbb9ddfbb5b61af97200aaf75712f0e6a0221089c155faac9bca61cb0d552c231456e095f3303c59a9f23a99405dacf4b99117b929e6196
+DIST nbsphinx-0.9.2.tar.gz 171754 BLAKE2B 
6bb73034b7f24c39c2d79e9beab623c46c07d9dd583a71920b83a6561e7f2899474db3edbb7b64386f4f41e1fb7960e942ea8327387ef2e0f1d3745627a3ade4
 SHA512 
b5e371e3177f03e72d87059d0c06cb4787afe255926e9f2440ea0c753f5457974535f42c98bd5bb289752151400612f28de98e1b36e6865b26790e56d1f78b80

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
new file mode 100644
index ..a29963c7e93e
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-04-22 Thread Michał Górny
commit: 86217cbd24ebeb0de971cb19fa32a3ecae688ce5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 16:23:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 22 16:24:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86217cbd

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest   |  2 --
 dev-python/nbsphinx/nbsphinx-0.8.12.ebuild | 29 -
 dev-python/nbsphinx/nbsphinx-0.9.0.ebuild  | 28 
 3 files changed, 59 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index b77193adf450..45d773e451b1 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,3 +1 @@
-DIST nbsphinx-0.8.12.tar.gz 178986 BLAKE2B 
5f79e20be5ceb3c9458530c19f453599cff8c278d5ad56faec952cc191336469cee3ecc130bbca8cae5d14447abf544a6b127251f3ee2a26e63c94a1326b707c
 SHA512 
fd18cde3b7034bbd0f0f5ec7addd8925e867dbe0cfe810310240e5748014f2cc6bf275ff24d070d0c8748e7d144bf3dc2e9a26ede3a50e880f3db27d1a0d0575
-DIST nbsphinx-0.9.0.tar.gz 171588 BLAKE2B 
e5273c9fa04b05335703a1a9c80b77c1d282aa7515379b5c3faa3f561996441a78202b8671b114fc858e064716bb167b6e19e5184167eea2fcac0c44c31c8f04
 SHA512 
a6a2a15190edb04ec1c953b8c9ad43c289c42896627d7eaeeb8711593ef33e164c1a6083009a91d663e5a2a150a3471e554117dee94c01d91742b8516a324759
 DIST nbsphinx-0.9.1.tar.gz 171587 BLAKE2B 
38796379102f7488b58e0a4ca720b6800edc11477935c782dbd9124d96fb8587f5cd51b01f95f60f1372bafc5177e68a61a61c9d20261078a8421001e6936196
 SHA512 
d18c3da6b202c22dfdbb9ddfbb5b61af97200aaf75712f0e6a0221089c155faac9bca61cb0d552c231456e095f3303c59a9f23a99405dacf4b99117b929e6196

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
deleted file mode 100644
index eec19ef6ed60..
--- a/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild
deleted file mode 100644
index a8ca5203141c..
--- a/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-04-22 Thread Sam James
commit: 3d081e3b18f6ef7ba9f5d4786e10dabe4e0c701d
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 22 12:46:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 22 12:46:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d081e3b

dev-python/nbsphinx: Stabilize 0.9.1 ALLARCHES, #904809

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
index 376a36ee6e4f..3c58326b0cda 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-04-14 Thread Sam James
commit: e8bbb512f368197067551d24507d0fbc73663dc6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 22:29:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 22:29:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bbb512

dev-python/nbsphinx: Keyword 0.9.1 hppa, #904298

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
index 1c1576b547de..376a36ee6e4f 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-04-14 Thread Sam James
commit: 7c51accbb8798f24279482f088598ddc49326053
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 21:01:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 21:01:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c51accb

dev-python/nbsphinx: Keyword 0.9.1 sparc, #904298

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
index 560de62119ce..1c1576b547de 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-04-14 Thread Sam James
commit: 037ec9d30db3a67de4057cafcc325895f28cda62
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 20:42:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 20:43:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037ec9d3

dev-python/nbsphinx: Keyword 0.9.1 s390, #904298

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
index 30bca4b40057..560de62119ce 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-04-14 Thread Sam James
commit: 4ebed39961604840a8dc9b353aeb087278237d2e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 20:24:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 20:24:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebed399

dev-python/nbsphinx: Keyword 0.9.1 ppc, #904298

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
index cd74d9a69913..30bca4b40057 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-04-14 Thread Sam James
commit: b35e488bfacc60ff724447503a32e8f753ad079f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 20:06:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 20:06:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35e488b

dev-python/nbsphinx: Keyword 0.9.1 arm, #900178

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
index c337131652e4..cd74d9a69913 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-03-15 Thread Michał Górny
commit: 779861170c29c6c6ef4258bfb8d8c166284b11ec
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 06:26:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 06:52:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77986117

dev-python/nbsphinx: Bump to 0.9.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.9.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 3fe774ab5455..b77193adf450 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1,3 @@
 DIST nbsphinx-0.8.12.tar.gz 178986 BLAKE2B 
5f79e20be5ceb3c9458530c19f453599cff8c278d5ad56faec952cc191336469cee3ecc130bbca8cae5d14447abf544a6b127251f3ee2a26e63c94a1326b707c
 SHA512 
fd18cde3b7034bbd0f0f5ec7addd8925e867dbe0cfe810310240e5748014f2cc6bf275ff24d070d0c8748e7d144bf3dc2e9a26ede3a50e880f3db27d1a0d0575
 DIST nbsphinx-0.9.0.tar.gz 171588 BLAKE2B 
e5273c9fa04b05335703a1a9c80b77c1d282aa7515379b5c3faa3f561996441a78202b8671b114fc858e064716bb167b6e19e5184167eea2fcac0c44c31c8f04
 SHA512 
a6a2a15190edb04ec1c953b8c9ad43c289c42896627d7eaeeb8711593ef33e164c1a6083009a91d663e5a2a150a3471e554117dee94c01d91742b8516a324759
+DIST nbsphinx-0.9.1.tar.gz 171587 BLAKE2B 
38796379102f7488b58e0a4ca720b6800edc11477935c782dbd9124d96fb8587f5cd51b01f95f60f1372bafc5177e68a61a61c9d20261078a8421001e6936196
 SHA512 
d18c3da6b202c22dfdbb9ddfbb5b61af97200aaf75712f0e6a0221089c155faac9bca61cb0d552c231456e095f3303c59a9f23a99405dacf4b99117b929e6196

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
new file mode 100644
index ..a8ca5203141c
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-03-12 Thread Michał Górny
commit: a1797b2a1a3f1bdf04ed9e046a4a6f575b4feb4a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 13 04:45:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 13 05:11:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1797b2a

dev-python/nbsphinx: Bump to 0.9.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.9.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 9bd2a7ec46dc..3fe774ab5455 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.8.12.tar.gz 178986 BLAKE2B 
5f79e20be5ceb3c9458530c19f453599cff8c278d5ad56faec952cc191336469cee3ecc130bbca8cae5d14447abf544a6b127251f3ee2a26e63c94a1326b707c
 SHA512 
fd18cde3b7034bbd0f0f5ec7addd8925e867dbe0cfe810310240e5748014f2cc6bf275ff24d070d0c8748e7d144bf3dc2e9a26ede3a50e880f3db27d1a0d0575
+DIST nbsphinx-0.9.0.tar.gz 171588 BLAKE2B 
e5273c9fa04b05335703a1a9c80b77c1d282aa7515379b5c3faa3f561996441a78202b8671b114fc858e064716bb167b6e19e5184167eea2fcac0c44c31c8f04
 SHA512 
a6a2a15190edb04ec1c953b8c9ad43c289c42896627d7eaeeb8711593ef33e164c1a6083009a91d663e5a2a150a3471e554117dee94c01d91742b8516a324759

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild
new file mode 100644
index ..a8ca5203141c
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-03-10 Thread Yixun Lan
commit: 9c8d548c8d86a602de6d5a1234c3463a70cb0cb1
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Mar 11 06:36:17 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Mar 11 06:36:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8d548c

dev-python/nbsphinx: Keyword 0.8.12 riscv, #900178

Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
index 40a1e044fb6f..eec19ef6ed60 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-02-16 Thread Michał Górny
commit: 2f5b309118e912aed845f0862cd866591aabd617
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 05:54:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:21:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5b3091

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest   |  2 --
 dev-python/nbsphinx/nbsphinx-0.8.10.ebuild | 29 -
 dev-python/nbsphinx/nbsphinx-0.8.11.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 7e33eccd00ea..9bd2a7ec46dc 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,3 +1 @@
-DIST nbsphinx-0.8.10.tar.gz 177352 BLAKE2B 
e9fce12b59afe4b364be36ecfe4abc98e9444feafd52fa647ca2832622d875f78389928961d2c53235f466c55e9e1aee8ecf9db6751dfe7d0db8d40502876459
 SHA512 
a010ceff90d59d3cbff7953c1c807b9ff23661e1fb2255d5af151f6a1b4a2441f7a836a4fbea5ed11eda42ca8a0eae091ffe7d87c09940480d5f4e3311bb177b
-DIST nbsphinx-0.8.11.tar.gz 177598 BLAKE2B 
5a8db76cdc39b19ec883f1ee58331248cc952786ffbe1a5ac75261a8258a9f36370366bf7654c6eecfdae17b324dab6ff2981c791dcdfb15cabeb0eea3b3f9ba
 SHA512 
fb3e6d8074b639adc810ec0970e22d7f50bcadc072cacb0601bd9da3eece16c8af052360ecdd5c66b61ce4146deae10e44c3acd431073bd6086cc524b6861002
 DIST nbsphinx-0.8.12.tar.gz 178986 BLAKE2B 
5f79e20be5ceb3c9458530c19f453599cff8c278d5ad56faec952cc191336469cee3ecc130bbca8cae5d14447abf544a6b127251f3ee2a26e63c94a1326b707c
 SHA512 
fd18cde3b7034bbd0f0f5ec7addd8925e867dbe0cfe810310240e5748014f2cc6bf275ff24d070d0c8748e7d144bf3dc2e9a26ede3a50e880f3db27d1a0d0575

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild
deleted file mode 100644
index 40a1e044fb6f..
--- a/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.11.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.11.ebuild
deleted file mode 100644
index 1633ce2dde8a..
--- a/dev-python/nbsphinx/nbsphinx-0.8.11.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-02-16 Thread Sam James
commit: 2e62132da84264f22d10afa90b53791fa53186b9
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:48:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:48:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e62132d

dev-python/nbsphinx: Stabilize 0.8.12 ALLARCHES, #894868

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
index 1633ce2dde8a..40a1e044fb6f 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2023-01-19 Thread Michał Górny
commit: ac25127ca4149d161c9e4e3c97e59bbb4f48cde1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 04:15:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 04:49:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac25127c

dev-python/nbsphinx: Bump to 0.8.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest   |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.12.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index ae0cc953f668..7e33eccd00ea 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1,3 @@
 DIST nbsphinx-0.8.10.tar.gz 177352 BLAKE2B 
e9fce12b59afe4b364be36ecfe4abc98e9444feafd52fa647ca2832622d875f78389928961d2c53235f466c55e9e1aee8ecf9db6751dfe7d0db8d40502876459
 SHA512 
a010ceff90d59d3cbff7953c1c807b9ff23661e1fb2255d5af151f6a1b4a2441f7a836a4fbea5ed11eda42ca8a0eae091ffe7d87c09940480d5f4e3311bb177b
 DIST nbsphinx-0.8.11.tar.gz 177598 BLAKE2B 
5a8db76cdc39b19ec883f1ee58331248cc952786ffbe1a5ac75261a8258a9f36370366bf7654c6eecfdae17b324dab6ff2981c791dcdfb15cabeb0eea3b3f9ba
 SHA512 
fb3e6d8074b639adc810ec0970e22d7f50bcadc072cacb0601bd9da3eece16c8af052360ecdd5c66b61ce4146deae10e44c3acd431073bd6086cc524b6861002
+DIST nbsphinx-0.8.12.tar.gz 178986 BLAKE2B 
5f79e20be5ceb3c9458530c19f453599cff8c278d5ad56faec952cc191336469cee3ecc130bbca8cae5d14447abf544a6b127251f3ee2a26e63c94a1326b707c
 SHA512 
fd18cde3b7034bbd0f0f5ec7addd8925e867dbe0cfe810310240e5748014f2cc6bf275ff24d070d0c8748e7d144bf3dc2e9a26ede3a50e880f3db27d1a0d0575

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
new file mode 100644
index ..1633ce2dde8a
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-12-29 Thread Michał Górny
commit: 3b6ac50cc80de755a481b475e10a54305c1056a6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 30 06:32:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 30 07:08:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6ac50c

dev-python/nbsphinx: Bump to 0.8.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest   |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.11.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 7c66dff4c457..ae0cc953f668 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.8.10.tar.gz 177352 BLAKE2B 
e9fce12b59afe4b364be36ecfe4abc98e9444feafd52fa647ca2832622d875f78389928961d2c53235f466c55e9e1aee8ecf9db6751dfe7d0db8d40502876459
 SHA512 
a010ceff90d59d3cbff7953c1c807b9ff23661e1fb2255d5af151f6a1b4a2441f7a836a4fbea5ed11eda42ca8a0eae091ffe7d87c09940480d5f4e3311bb177b
+DIST nbsphinx-0.8.11.tar.gz 177598 BLAKE2B 
5a8db76cdc39b19ec883f1ee58331248cc952786ffbe1a5ac75261a8258a9f36370366bf7654c6eecfdae17b324dab6ff2981c791dcdfb15cabeb0eea3b3f9ba
 SHA512 
fb3e6d8074b639adc810ec0970e22d7f50bcadc072cacb0601bd9da3eece16c8af052360ecdd5c66b61ce4146deae10e44c3acd431073bd6086cc524b6861002

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.11.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.11.ebuild
new file mode 100644
index ..c39328378976
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-12-16 Thread Michał Górny
commit: 27a7da6f617395c7ac8ab4a9a6022e2e93142f50
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 17 07:04:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 17 07:04:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a7da6f

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.8.9.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index b676a7a65228..7c66dff4c457 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
 DIST nbsphinx-0.8.10.tar.gz 177352 BLAKE2B 
e9fce12b59afe4b364be36ecfe4abc98e9444feafd52fa647ca2832622d875f78389928961d2c53235f466c55e9e1aee8ecf9db6751dfe7d0db8d40502876459
 SHA512 
a010ceff90d59d3cbff7953c1c807b9ff23661e1fb2255d5af151f6a1b4a2441f7a836a4fbea5ed11eda42ca8a0eae091ffe7d87c09940480d5f4e3311bb177b
-DIST nbsphinx-0.8.9.tar.gz 177348 BLAKE2B 
9571813137832a81bc5eeb0882711df0a37ee492de1c8c65aab755636d614239e9cf961d57baf0eec05b8070a915213beae5ae94cd21d1f0e1bb57726698951e
 SHA512 
10240ea849929579d2f76a0fdf5045cc9fca7d31c05b3a4073bb7aae67446c7be807a2d1afde60396926499bd42f1a9b514f5594c457eb5070d32126e5340309

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
deleted file mode 100644
index d9a64b2e62eb..
--- a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="
-   https://github.com/spatialaudio/nbsphinx/
-   https://pypi.org/project/nbsphinx/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-12-16 Thread Arthur Zamarin
commit: 185e3641bc69c18f416b601ac9c8a1c2dc268559
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 21:10:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 21:10:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185e3641

dev-python/nbsphinx: Stabilize 0.8.10 ALLARCHES, #886399

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild
index c39328378976..d9a64b2e62eb 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-11-13 Thread Michał Górny
commit: 02a782426751505b38f3715f8e40f291dda42ed7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 13 18:45:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 13 18:45:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a78242

dev-python/nbsphinx: Bump to 0.8.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest   |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.10.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 13970bb75d3a..b676a7a65228 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
+DIST nbsphinx-0.8.10.tar.gz 177352 BLAKE2B 
e9fce12b59afe4b364be36ecfe4abc98e9444feafd52fa647ca2832622d875f78389928961d2c53235f466c55e9e1aee8ecf9db6751dfe7d0db8d40502876459
 SHA512 
a010ceff90d59d3cbff7953c1c807b9ff23661e1fb2255d5af151f6a1b4a2441f7a836a4fbea5ed11eda42ca8a0eae091ffe7d87c09940480d5f4e3311bb177b
 DIST nbsphinx-0.8.9.tar.gz 177348 BLAKE2B 
9571813137832a81bc5eeb0882711df0a37ee492de1c8c65aab755636d614239e9cf961d57baf0eec05b8070a915213beae5ae94cd21d1f0e1bb57726698951e
 SHA512 
10240ea849929579d2f76a0fdf5045cc9fca7d31c05b3a4073bb7aae67446c7be807a2d1afde60396926499bd42f1a9b514f5594c457eb5070d32126e5340309

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild
new file mode 100644
index ..c39328378976
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-10-27 Thread Andrew Ammerlaan
commit: 6403998be2ea4b17f53f48cccb163f2041a02db7
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 10:18:22 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 10:18:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6403998b

dev-python/nbsphinx: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
index ad62d79a1aa6..d9a64b2e62eb 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-07-10 Thread Michał Górny
commit: e84ca3fd4a1ce9cbcf22ea9f8f15407f88df95b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 10 19:05:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 10 19:06:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84ca3fd

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest |  1 -
 dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 8ef9c118e2af..13970bb75d3a 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.8.8.tar.gz 146831 BLAKE2B 
26687d74900e7667dff644a91d58eeed57e2b2e91391d4a8024d5ee2c858d5d8bb132db5b025357817004480bc161d8ad6f5c003240d6bbc23420e1633a63abd
 SHA512 
8a791171d6fffc414e19224d29e323644e141c5c51522b7914549aa066f2757cb4e88318a1bf20e4abbd7130cf85c4e8c3fb5537802098342a32c896e3caf3bf
 DIST nbsphinx-0.8.9.tar.gz 177348 BLAKE2B 
9571813137832a81bc5eeb0882711df0a37ee492de1c8c65aab755636d614239e9cf961d57baf0eec05b8070a915213beae5ae94cd21d1f0e1bb57726698951e
 SHA512 
10240ea849929579d2f76a0fdf5045cc9fca7d31c05b3a4073bb7aae67446c7be807a2d1afde60396926499bd42f1a9b514f5594c457eb5070d32126e5340309

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild
deleted file mode 100644
index 7336997763ca..
--- a/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-07-10 Thread Sam James
commit: 70d8a7026f597b5a1da83d02c441f8ec3c272cad
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 16:57:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 16:57:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d8a702

dev-python/nbsphinx: Stabilize 0.8.9 ALLARCHES, #857339

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
index b4b9f9e97832..ad62d79a1aa6 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-06-05 Thread Michał Górny
commit: f9c3cb4e2273ee29fbd58a24f250d56a8392514f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 06:52:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 09:14:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c3cb4e

dev-python/nbsphinx: Bump to 0.8.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.9.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index d4956b255d7a..8ef9c118e2af 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.8.8.tar.gz 146831 BLAKE2B 
26687d74900e7667dff644a91d58eeed57e2b2e91391d4a8024d5ee2c858d5d8bb132db5b025357817004480bc161d8ad6f5c003240d6bbc23420e1633a63abd
 SHA512 
8a791171d6fffc414e19224d29e323644e141c5c51522b7914549aa066f2757cb4e88318a1bf20e4abbd7130cf85c4e8c3fb5537802098342a32c896e3caf3bf
+DIST nbsphinx-0.8.9.tar.gz 177348 BLAKE2B 
9571813137832a81bc5eeb0882711df0a37ee492de1c8c65aab755636d614239e9cf961d57baf0eec05b8070a915213beae5ae94cd21d1f0e1bb57726698951e
 SHA512 
10240ea849929579d2f76a0fdf5045cc9fca7d31c05b3a4073bb7aae67446c7be807a2d1afde60396926499bd42f1a9b514f5594c457eb5070d32126e5340309

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
new file mode 100644
index ..b4b9f9e97832
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-03-31 Thread Michał Górny
commit: 01f88c24b0c804734e119143ec47fb0ee68e2494
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 19:16:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 19:16:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f88c24

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.8.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
deleted file mode 100644
index f2712d962b15..
--- a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-03-31 Thread Jakov Smolić
commit: 3c3e983af2c50316e2034661db8c4cccb81ea751
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 31 17:35:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 31 17:35:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3e983a

dev-python/nbsphinx: Stabilize 0.8.8-r1 ALLARCHES, #836497

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild
index 841a5816068f..7336997763ca 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-02-26 Thread Michał Górny
commit: 16c0ec578be4810a2aae44ae8f81d3a56a3d6c72
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 12:13:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 12:17:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c0ec57

dev-python/nbsphinx: Migrate to PEP517 build

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild
new file mode 100644
index ..841a5816068f
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.8-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-02-04 Thread Michał Górny
commit: 565666cdcf8115c947f766e29ea234ce5e80
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 08:37:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 08:40:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565666cd

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.8.7.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index cc00a89c75d3..d4956b255d7a 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.8.7.tar.gz 146388 BLAKE2B 
28149728b95403236bfe601aa2190f2262069466e6a82e688640b3e085e8f03800199e1f6c5f1a321594a1a6bbf73a2906b0f4cdf2bcf4b5e781fe7bb4fa917e
 SHA512 
01b8d3095fefc32301ed608916bdeeb469bb180709d1512178f8ca2e29f4404f48607c1fc1ec0700ee2aa745cbdef350edda0f06f2dd464d10c020dc38774778
 DIST nbsphinx-0.8.8.tar.gz 146831 BLAKE2B 
26687d74900e7667dff644a91d58eeed57e2b2e91391d4a8024d5ee2c858d5d8bb132db5b025357817004480bc161d8ad6f5c003240d6bbc23420e1633a63abd
 SHA512 
8a791171d6fffc414e19224d29e323644e141c5c51522b7914549aa066f2757cb4e88318a1bf20e4abbd7130cf85c4e8c3fb5537802098342a32c896e3caf3bf

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild
deleted file mode 100644
index 919e2ee7bf85..
--- a/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2022-02-03 Thread Agostino Sarubbo
commit: a564f0891adeda76813eea0fabccca8b7d89fd86
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  4 07:27:38 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  4 07:28:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a564f089

dev-python/nbsphinx: amd64/x86 stable (ALLARCHES policy) wrt bug #832654

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
index f06b11cfd645..f2712d962b15 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-12-31 Thread Michał Górny
commit: 5b5a2293bef1998ae7f10ba722616a4d1c92948e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  1 01:11:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  1 01:29:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5a2293

dev-python/nbsphinx: Bump to 0.8.8

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.8.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 4a12a4e1ad28..cc00a89c75d3 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.8.7.tar.gz 146388 BLAKE2B 
28149728b95403236bfe601aa2190f2262069466e6a82e688640b3e085e8f03800199e1f6c5f1a321594a1a6bbf73a2906b0f4cdf2bcf4b5e781fe7bb4fa917e
 SHA512 
01b8d3095fefc32301ed608916bdeeb469bb180709d1512178f8ca2e29f4404f48607c1fc1ec0700ee2aa745cbdef350edda0f06f2dd464d10c020dc38774778
+DIST nbsphinx-0.8.8.tar.gz 146831 BLAKE2B 
26687d74900e7667dff644a91d58eeed57e2b2e91391d4a8024d5ee2c858d5d8bb132db5b025357817004480bc161d8ad6f5c003240d6bbc23420e1633a63abd
 SHA512 
8a791171d6fffc414e19224d29e323644e141c5c51522b7914549aa066f2757cb4e88318a1bf20e4abbd7130cf85c4e8c3fb5537802098342a32c896e3caf3bf

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
new file mode 100644
index ..f06b11cfd645
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-09-12 Thread Michał Górny
commit: 3c22bcbacd6999bb61de29bcdc417ca25b44
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 12 07:38:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 12 07:39:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c22bcba

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.8.6.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 8db244d9684..4a12a4e1ad2 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.8.6.tar.gz 146019 BLAKE2B 
106c121e9306c1b79771d49697f125b7c9272bddd9859b308d272e69cccf38fa306330bac01e8744f1a5a1e6831f63b73b43b0a2260eacceee4d2ff6c4ae61ef
 SHA512 
11ff82be0633b3a2af2238d9dfe4406900804caf494885a5b3ff22f651c8c43000dadf83546ffaa85873901ef9625c2e786e53e866c27141fd9e9d58927ebf14
 DIST nbsphinx-0.8.7.tar.gz 146388 BLAKE2B 
28149728b95403236bfe601aa2190f2262069466e6a82e688640b3e085e8f03800199e1f6c5f1a321594a1a6bbf73a2906b0f4cdf2bcf4b5e781fe7bb4fa917e
 SHA512 
01b8d3095fefc32301ed608916bdeeb469bb180709d1512178f8ca2e29f4404f48607c1fc1ec0700ee2aa745cbdef350edda0f06f2dd464d10c020dc38774778

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
deleted file mode 100644
index cb2a5a71736..000
--- a/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-09-12 Thread Agostino Sarubbo
commit: 62fa27b900f3e01d762417838a3581b2d63593eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 12 07:05:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 12 07:05:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fa27b9

dev-python/nbsphinx: amd64/x86 stable (ALLARCHES policy) wrt bug #812605

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild
index a0e49644080..919e2ee7bf8 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-08-11 Thread Michał Górny
commit: 22606c36b40d691c8030368e239c6d5bdf75ea83
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 11 06:47:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 11 07:06:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22606c36

dev-python/nbsphinx: Bump to 0.8.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.7.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 30ede48fed1..8db244d9684 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.8.6.tar.gz 146019 BLAKE2B 
106c121e9306c1b79771d49697f125b7c9272bddd9859b308d272e69cccf38fa306330bac01e8744f1a5a1e6831f63b73b43b0a2260eacceee4d2ff6c4ae61ef
 SHA512 
11ff82be0633b3a2af2238d9dfe4406900804caf494885a5b3ff22f651c8c43000dadf83546ffaa85873901ef9625c2e786e53e866c27141fd9e9d58927ebf14
+DIST nbsphinx-0.8.7.tar.gz 146388 BLAKE2B 
28149728b95403236bfe601aa2190f2262069466e6a82e688640b3e085e8f03800199e1f6c5f1a321594a1a6bbf73a2906b0f4cdf2bcf4b5e781fe7bb4fa917e
 SHA512 
01b8d3095fefc32301ed608916bdeeb469bb180709d1512178f8ca2e29f4404f48607c1fc1ec0700ee2aa745cbdef350edda0f06f2dd464d10c020dc38774778

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild
new file mode 100644
index 000..a0e49644080
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-07-23 Thread Andrew Ammerlaan
commit: e897b815bc68349347419fd22534d3a4b53d76fb
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Jul 23 14:04:41 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jul 23 14:04:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e897b815

dev-python/nbsphinx: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
index 6d626dc40a7..cb2a5a71736 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-07-12 Thread Michał Górny
commit: f90230e90ba9df24587c4ba085203c3d8f8ff3be
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 12 22:51:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 12 22:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90230e9

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.8.5.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 392981ca6ae..30ede48fed1 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.8.5.tar.gz 145770 BLAKE2B 
734ce1081aa18b670f15d00b79930af5fac8a531a9a6d645ad903fcea537cd95561f41360c3028a60503bf878aff0d7105a0a753563ae5bb70ccb68db118e761
 SHA512 
1fdb52741e01afc7e3a67d97d3edee14b5270a3404da607c97c116b839ba23c641b2d3e338df81db52bd677d71861c62dcc08184ef92165d6a53a6841c1a96e5
 DIST nbsphinx-0.8.6.tar.gz 146019 BLAKE2B 
106c121e9306c1b79771d49697f125b7c9272bddd9859b308d272e69cccf38fa306330bac01e8744f1a5a1e6831f63b73b43b0a2260eacceee4d2ff6c4ae61ef
 SHA512 
11ff82be0633b3a2af2238d9dfe4406900804caf494885a5b3ff22f651c8c43000dadf83546ffaa85873901ef9625c2e786e53e866c27141fd9e9d58927ebf14

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild
deleted file mode 100644
index 6d626dc40a7..000
--- a/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-07-12 Thread Sam James
commit: ee8a7a35aef0f92aaec258726f75b061a3fceda7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 21:47:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 21:47:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8a7a35

dev-python/nbsphinx: Stabilize 0.8.6 ALLARCHES, #801769

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
index 94b3df79908..6d626dc40a7 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-06-14 Thread Michał Górny
commit: 343e3855c0211de86f68993c47b9e426eb123051
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 15 05:37:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 15 05:37:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343e3855

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.8.4.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 09eb35176e5..392981ca6ae 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,3 +1,2 @@
-DIST nbsphinx-0.8.4.tar.gz 142976 BLAKE2B 
953c74e5d90a8a304c30334b15409b4d50b3aa4560c7669bcde6526529041b1088cd51ba66573ef3ff9e24843550ed42080c6f6bddc1022d2e1ce59d4e3ad914
 SHA512 
4e644c02661440f0705a792655c35e1789e2ef051ec24b538e7ddcfb68024063b60a742efc67afbe7578eb3a3b1880a284e8710d08de4c014e46ea34c48dbdf5
 DIST nbsphinx-0.8.5.tar.gz 145770 BLAKE2B 
734ce1081aa18b670f15d00b79930af5fac8a531a9a6d645ad903fcea537cd95561f41360c3028a60503bf878aff0d7105a0a753563ae5bb70ccb68db118e761
 SHA512 
1fdb52741e01afc7e3a67d97d3edee14b5270a3404da607c97c116b839ba23c641b2d3e338df81db52bd677d71861c62dcc08184ef92165d6a53a6841c1a96e5
 DIST nbsphinx-0.8.6.tar.gz 146019 BLAKE2B 
106c121e9306c1b79771d49697f125b7c9272bddd9859b308d272e69cccf38fa306330bac01e8744f1a5a1e6831f63b73b43b0a2260eacceee4d2ff6c4ae61ef
 SHA512 
11ff82be0633b3a2af2238d9dfe4406900804caf494885a5b3ff22f651c8c43000dadf83546ffaa85873901ef9625c2e786e53e866c27141fd9e9d58927ebf14

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild
deleted file mode 100644
index 6d626dc40a7..000
--- a/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-06-14 Thread Sam James
commit: d4622f2a0d0de2293c81e85ca2e277217b60d50e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 15 05:22:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 15 05:22:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4622f2a

dev-python/nbsphinx: Stabilize 0.8.5 ALLARCHES, #796080

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild
index 94b3df79908..6d626dc40a7 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-06-03 Thread Michał Górny
commit: f993ee1530f0daf11cda5b19be4ebbce1e967ebd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  3 09:19:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  3 10:30:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f993ee15

dev-python/nbsphinx: Bump to 0.8.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.6.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 5424cc95d09..09eb35176e5 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1,3 @@
 DIST nbsphinx-0.8.4.tar.gz 142976 BLAKE2B 
953c74e5d90a8a304c30334b15409b4d50b3aa4560c7669bcde6526529041b1088cd51ba66573ef3ff9e24843550ed42080c6f6bddc1022d2e1ce59d4e3ad914
 SHA512 
4e644c02661440f0705a792655c35e1789e2ef051ec24b538e7ddcfb68024063b60a742efc67afbe7578eb3a3b1880a284e8710d08de4c014e46ea34c48dbdf5
 DIST nbsphinx-0.8.5.tar.gz 145770 BLAKE2B 
734ce1081aa18b670f15d00b79930af5fac8a531a9a6d645ad903fcea537cd95561f41360c3028a60503bf878aff0d7105a0a753563ae5bb70ccb68db118e761
 SHA512 
1fdb52741e01afc7e3a67d97d3edee14b5270a3404da607c97c116b839ba23c641b2d3e338df81db52bd677d71861c62dcc08184ef92165d6a53a6841c1a96e5
+DIST nbsphinx-0.8.6.tar.gz 146019 BLAKE2B 
106c121e9306c1b79771d49697f125b7c9272bddd9859b308d272e69cccf38fa306330bac01e8744f1a5a1e6831f63b73b43b0a2260eacceee4d2ff6c4ae61ef
 SHA512 
11ff82be0633b3a2af2238d9dfe4406900804caf494885a5b3ff22f651c8c43000dadf83546ffaa85873901ef9625c2e786e53e866c27141fd9e9d58927ebf14

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
new file mode 100644
index 000..94b3df79908
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-05-19 Thread Michał Górny
commit: 03dcf615249e0ba377d79c33064c1aff4e5ad731
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 19 17:45:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 19 18:21:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03dcf615

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  2 --
 dev-python/nbsphinx/nbsphinx-0.8.2.ebuild | 24 
 dev-python/nbsphinx/nbsphinx-0.8.3.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 45f74ba2fba..5424cc95d09 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,4 +1,2 @@
-DIST nbsphinx-0.8.2.tar.gz 135256 BLAKE2B 
9e2f733df713f5285bdcd876d595e5268a193e07c9d3d85e84f315cc1f11250be4e36854c307b96c0e03ab1f64e573896ef387eeea874553f7ca60c51bcba746
 SHA512 
b474bdbe291c498f8c392c9c5877eac12d9242e4784f2c8621825ed74dc264be60c1bc1b8ae4ff40809c4eb2a65b04ac54e5369eba3c3c79c1ad6b0a4c711bc5
-DIST nbsphinx-0.8.3.tar.gz 135336 BLAKE2B 
e015c51ccc6ce8ff6a5233f32ca90be696e9c837e7a66b3581b34712afd439679bb301146cd0b8fab083a1f2e48c31930c790b759c8fcc4e2a07a4cd56c732bb
 SHA512 
27b649243970d7a4daadf9283a6cdecfb2b6e9a05ced23c8a487a960af580bb1a6e45d812efaca75b7c09b1e76e3f8a9fc845dee409a84f7767c624765173119
 DIST nbsphinx-0.8.4.tar.gz 142976 BLAKE2B 
953c74e5d90a8a304c30334b15409b4d50b3aa4560c7669bcde6526529041b1088cd51ba66573ef3ff9e24843550ed42080c6f6bddc1022d2e1ce59d4e3ad914
 SHA512 
4e644c02661440f0705a792655c35e1789e2ef051ec24b538e7ddcfb68024063b60a742efc67afbe7578eb3a3b1880a284e8710d08de4c014e46ea34c48dbdf5
 DIST nbsphinx-0.8.5.tar.gz 145770 BLAKE2B 
734ce1081aa18b670f15d00b79930af5fac8a531a9a6d645ad903fcea537cd95561f41360c3028a60503bf878aff0d7105a0a753563ae5bb70ccb68db118e761
 SHA512 
1fdb52741e01afc7e3a67d97d3edee14b5270a3404da607c97c116b839ba23c641b2d3e338df81db52bd677d71861c62dcc08184ef92165d6a53a6841c1a96e5

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild
deleted file mode 100644
index 6d626dc40a7..000
--- a/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.3.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.3.ebuild
deleted file mode 100644
index 94b3df79908..000
--- a/dev-python/nbsphinx/nbsphinx-0.8.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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 ~arm64 ~x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-05-19 Thread Sam James
commit: f5d689e6f47b2948a47b297d407785ca7a0ef49c
Author: Sam James  gentoo  org>
AuthorDate: Wed May 19 17:21:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 19 17:21:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d689e6

dev-python/nbsphinx: Stabilize 0.8.4 ALLARCHES, #790914

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild
index 94b3df79908..6d626dc40a7 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-05-13 Thread Michał Górny
commit: 6726e0b5451efdc35b9bcaffb36e9b049e4d8022
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 13 07:02:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 13 08:56:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6726e0b5

dev-python/nbsphinx: Bump to 0.8.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.5.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 902bef6080d..45f74ba2fba 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,3 +1,4 @@
 DIST nbsphinx-0.8.2.tar.gz 135256 BLAKE2B 
9e2f733df713f5285bdcd876d595e5268a193e07c9d3d85e84f315cc1f11250be4e36854c307b96c0e03ab1f64e573896ef387eeea874553f7ca60c51bcba746
 SHA512 
b474bdbe291c498f8c392c9c5877eac12d9242e4784f2c8621825ed74dc264be60c1bc1b8ae4ff40809c4eb2a65b04ac54e5369eba3c3c79c1ad6b0a4c711bc5
 DIST nbsphinx-0.8.3.tar.gz 135336 BLAKE2B 
e015c51ccc6ce8ff6a5233f32ca90be696e9c837e7a66b3581b34712afd439679bb301146cd0b8fab083a1f2e48c31930c790b759c8fcc4e2a07a4cd56c732bb
 SHA512 
27b649243970d7a4daadf9283a6cdecfb2b6e9a05ced23c8a487a960af580bb1a6e45d812efaca75b7c09b1e76e3f8a9fc845dee409a84f7767c624765173119
 DIST nbsphinx-0.8.4.tar.gz 142976 BLAKE2B 
953c74e5d90a8a304c30334b15409b4d50b3aa4560c7669bcde6526529041b1088cd51ba66573ef3ff9e24843550ed42080c6f6bddc1022d2e1ce59d4e3ad914
 SHA512 
4e644c02661440f0705a792655c35e1789e2ef051ec24b538e7ddcfb68024063b60a742efc67afbe7578eb3a3b1880a284e8710d08de4c014e46ea34c48dbdf5
+DIST nbsphinx-0.8.5.tar.gz 145770 BLAKE2B 
734ce1081aa18b670f15d00b79930af5fac8a531a9a6d645ad903fcea537cd95561f41360c3028a60503bf878aff0d7105a0a753563ae5bb70ccb68db118e761
 SHA512 
1fdb52741e01afc7e3a67d97d3edee14b5270a3404da607c97c116b839ba23c641b2d3e338df81db52bd677d71861c62dcc08184ef92165d6a53a6841c1a96e5

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild
new file mode 100644
index 000..94b3df79908
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-04-29 Thread Michał Górny
commit: 60bc3ce5bca712da7a1aea0f3ae30d0aebf489b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 29 18:42:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 29 19:55:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bc3ce5

dev-python/nbsphinx: Bump to 0.8.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.4.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index b9db38fa940..902bef6080d 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1,3 @@
 DIST nbsphinx-0.8.2.tar.gz 135256 BLAKE2B 
9e2f733df713f5285bdcd876d595e5268a193e07c9d3d85e84f315cc1f11250be4e36854c307b96c0e03ab1f64e573896ef387eeea874553f7ca60c51bcba746
 SHA512 
b474bdbe291c498f8c392c9c5877eac12d9242e4784f2c8621825ed74dc264be60c1bc1b8ae4ff40809c4eb2a65b04ac54e5369eba3c3c79c1ad6b0a4c711bc5
 DIST nbsphinx-0.8.3.tar.gz 135336 BLAKE2B 
e015c51ccc6ce8ff6a5233f32ca90be696e9c837e7a66b3581b34712afd439679bb301146cd0b8fab083a1f2e48c31930c790b759c8fcc4e2a07a4cd56c732bb
 SHA512 
27b649243970d7a4daadf9283a6cdecfb2b6e9a05ced23c8a487a960af580bb1a6e45d812efaca75b7c09b1e76e3f8a9fc845dee409a84f7767c624765173119
+DIST nbsphinx-0.8.4.tar.gz 142976 BLAKE2B 
953c74e5d90a8a304c30334b15409b4d50b3aa4560c7669bcde6526529041b1088cd51ba66573ef3ff9e24843550ed42080c6f6bddc1022d2e1ce59d4e3ad914
 SHA512 
4e644c02661440f0705a792655c35e1789e2ef051ec24b538e7ddcfb68024063b60a742efc67afbe7578eb3a3b1880a284e8710d08de4c014e46ea34c48dbdf5

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild
new file mode 100644
index 000..94b3df79908
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-04-10 Thread Michał Górny
commit: 95ebddfe343cd914f6b4059ebaffa2877e1ea8c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 10 07:56:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 10 08:01:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ebddfe

dev-python/nbsphinx: Bump to 0.8.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 755f34fd8e1..b9db38fa940 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.8.2.tar.gz 135256 BLAKE2B 
9e2f733df713f5285bdcd876d595e5268a193e07c9d3d85e84f315cc1f11250be4e36854c307b96c0e03ab1f64e573896ef387eeea874553f7ca60c51bcba746
 SHA512 
b474bdbe291c498f8c392c9c5877eac12d9242e4784f2c8621825ed74dc264be60c1bc1b8ae4ff40809c4eb2a65b04ac54e5369eba3c3c79c1ad6b0a4c711bc5
+DIST nbsphinx-0.8.3.tar.gz 135336 BLAKE2B 
e015c51ccc6ce8ff6a5233f32ca90be696e9c837e7a66b3581b34712afd439679bb301146cd0b8fab083a1f2e48c31930c790b759c8fcc4e2a07a4cd56c732bb
 SHA512 
27b649243970d7a4daadf9283a6cdecfb2b6e9a05ced23c8a487a960af580bb1a6e45d812efaca75b7c09b1e76e3f8a9fc845dee409a84f7767c624765173119

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.3.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.3.ebuild
new file mode 100644
index 000..94b3df79908
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-04-07 Thread Michał Górny
commit: 1ad3494e48df35d7515a0b501df8d9eb1a325538
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  7 07:40:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  7 08:06:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad3494e

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest |  1 -
 dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index b47686745b7..755f34fd8e1 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.7.1.tar.gz 129553 BLAKE2B 
635d102804a0e9d3c649707c874d28e8455d3e7082653cb12542a5fbe9cad991815f9f577333f3850347ccad46b77e880d40581a44e1e4fcc515be1ff40d90c5
 SHA512 
af03272459f5cc20ea2e0abc644ce602c6be5a21c7d3e81950ca153cc6e9566e89defb6f1cbb4caa154958f3e8832d0924dcd1ba5b902d2e1a4496f5c3ac6c8c
 DIST nbsphinx-0.8.2.tar.gz 135256 BLAKE2B 
9e2f733df713f5285bdcd876d595e5268a193e07c9d3d85e84f315cc1f11250be4e36854c307b96c0e03ab1f64e573896ef387eeea874553f7ca60c51bcba746
 SHA512 
b474bdbe291c498f8c392c9c5877eac12d9242e4784f2c8621825ed74dc264be60c1bc1b8ae4ff40809c4eb2a65b04ac54e5369eba3c3c79c1ad6b0a4c711bc5

diff --git a/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild
deleted file mode 100644
index 6d626dc40a7..000
--- a/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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 ~arm64 x86"
-
-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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-04-07 Thread Sam James
commit: e30f14da9873ef50c7846b7e5d8361da299bf748
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  7 06:21:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  7 06:21:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30f14da

dev-python/nbsphinx: Stabilize 0.8.2 ALLARCHES, #780252

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild
index 94b3df79908..6d626dc40a7 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2021-02-28 Thread Michał Górny
commit: a06cdbb167954610a28720e0d529865c7d9650ed
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 28 17:57:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 28 18:20:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06cdbb1

dev-python/nbsphinx: Bump to 0.8.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.8.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 98cb343c6d8..b47686745b7 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.7.1.tar.gz 129553 BLAKE2B 
635d102804a0e9d3c649707c874d28e8455d3e7082653cb12542a5fbe9cad991815f9f577333f3850347ccad46b77e880d40581a44e1e4fcc515be1ff40d90c5
 SHA512 
af03272459f5cc20ea2e0abc644ce602c6be5a21c7d3e81950ca153cc6e9566e89defb6f1cbb4caa154958f3e8832d0924dcd1ba5b902d2e1a4496f5c3ac6c8c
+DIST nbsphinx-0.8.2.tar.gz 135256 BLAKE2B 
9e2f733df713f5285bdcd876d595e5268a193e07c9d3d85e84f315cc1f11250be4e36854c307b96c0e03ab1f64e573896ef387eeea874553f7ca60c51bcba746
 SHA512 
b474bdbe291c498f8c392c9c5877eac12d9242e4784f2c8621825ed74dc264be60c1bc1b8ae4ff40809c4eb2a65b04ac54e5369eba3c3c79c1ad6b0a4c711bc5

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild
new file mode 100644
index 000..94b3df79908
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.8.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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 ~arm64 ~x86"
+
+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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-09-18 Thread Michał Górny
commit: d33c043b38fb83dc8b1c6eefeba2cc1187b2659c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 15:25:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 15:25:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33c043b

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.7.1.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.7.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.7.1.ebuild
deleted file mode 100644
index 336c38f2e77..000
--- a/dev-python/nbsphinx/nbsphinx-0.7.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-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 ~arm64 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.8[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-   "



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-09-05 Thread Sam James
commit: f657c93268af98e0121f172ced6a82e52e9bab96
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 15:25:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 15:25:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f657c932

dev-python/nbsphinx: Stabilize 0.7.1-r1 ALLARCHES, #740266

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild
index 1bcfd4e9e45..1ad25f0 100644
--- a/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-09-02 Thread Michał Górny
commit: f51307623057b815d7ea10b3e071407f6ef8ff84
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  2 08:42:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  2 09:11:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5130762

dev-python/nbsphinx: Remove py3.6 in new rev due to ipython

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild
new file mode 100644
index 000..1bcfd4e9e45
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.7.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_7 )
+
+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 ~arm64 ~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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   "



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-08-05 Thread Michał Górny
commit: 1592383e77f18b5259efc714c8cfb4c3a9b94a09
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 15:08:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 15:08:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1592383e

dev-python/nbsphinx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 -
 dev-python/nbsphinx/nbsphinx-0.4.1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index dc9da811c40..98cb343c6d8 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1 @@
-DIST nbsphinx-0.4.1.tar.gz 108928 BLAKE2B 
449ba009003c1de52057d558039255f80efc2d6979926bbe8757faf21139bdf6f0e7e96280f63ffcc0436f45d83efeb525bca0139018f345025b8dd25202bc12
 SHA512 
5c37d8cb48c82aa9ae865a27650aaa037cde2c06140672ae1245fd3ceafa3d40b0ccbc37ac67bd1688b228107b97d84fb8eced783d71f79f8da7505883cf2617
 DIST nbsphinx-0.7.1.tar.gz 129553 BLAKE2B 
635d102804a0e9d3c649707c874d28e8455d3e7082653cb12542a5fbe9cad991815f9f577333f3850347ccad46b77e880d40581a44e1e4fcc515be1ff40d90c5
 SHA512 
af03272459f5cc20ea2e0abc644ce602c6be5a21c7d3e81950ca153cc6e9566e89defb6f1cbb4caa154958f3e8832d0924dcd1ba5b902d2e1a4496f5c3ac6c8c

diff --git a/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild
deleted file mode 100644
index f469dc231b4..000
--- a/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-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 ~arm64 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}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-07-09 Thread Michał Górny
commit: a731bf2b8eafb3dd29cbdad585b6cc11d4180ac1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 12:30:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 12:40:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a731bf2b

dev-python/nbsphinx: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nbsphinx/metadata.xml b/dev-python/nbsphinx/metadata.xml
index a586fea8a7a..bc168d6b26c 100644
--- a/dev-python/nbsphinx/metadata.xml
+++ b/dev-python/nbsphinx/metadata.xml
@@ -13,6 +13,7 @@
 stored output cells -- will be automatically executed during the
 Sphinx build process.
   
+  
   
 nbsphinx
 spatialaudio/nbsphinx



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-07-09 Thread Michał Górny
commit: 28a0ae15e7ce113dc4f423a9135717da9c98f648
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 12:39:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 12:40:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a0ae15

dev-python/nbsphinx: Stabilize 0.4.1 ALLARCHES, #731452

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/nbsphinx-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild
index 9d52f7803d3..f469dc231b4 100644
--- a/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-06-17 Thread Michał Górny
commit: e05b0db4bcd13990d4cd532f053fa49a254556d6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 17 06:18:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 17 06:56:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05b0db4

dev-python/nbsphinx: Bump to 0.7.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.7.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 6288fcad711..4245795d9c7 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,3 +1,4 @@
 DIST nbsphinx-0.2.14.tar.gz 98368 BLAKE2B 
2ce32043fd3371d54b1922f973b9f8b4fc1bd1ace05fb2ee4136ed759454ebc5b3ac34030156d15a72d8e58bd739e7a4bc458e2cb26b8f80e9498df47c857a7a
 SHA512 
263aaf8b466d83215251f6115fa6210bca69537d041336ec23d9caaad06653fe848914c2e01981461fbabb8f5e4881ca11a4a01aaccb07909de6b79e695602d6
 DIST nbsphinx-0.4.1.tar.gz 108928 BLAKE2B 
449ba009003c1de52057d558039255f80efc2d6979926bbe8757faf21139bdf6f0e7e96280f63ffcc0436f45d83efeb525bca0139018f345025b8dd25202bc12
 SHA512 
5c37d8cb48c82aa9ae865a27650aaa037cde2c06140672ae1245fd3ceafa3d40b0ccbc37ac67bd1688b228107b97d84fb8eced783d71f79f8da7505883cf2617
 DIST nbsphinx-0.7.0.tar.gz 129485 BLAKE2B 
0a11934cb53c5c20498abd1d189f26351ef088f7fd7972f7e1a4bd98e21ced330a600a2beb1a4976798e1ead1170f6322ff8b5f393c30cd85d33593720dcb57d
 SHA512 
2c8db730102e483b76bf899bb5fc1e34bb4ed817a65fad221ccc5ea7dc74c2a4f4b69398d01209a904f503acc7fae2c29ad701e6cc11ac30bae3a7e9bdd89357
+DIST nbsphinx-0.7.1.tar.gz 129553 BLAKE2B 
635d102804a0e9d3c649707c874d28e8455d3e7082653cb12542a5fbe9cad991815f9f577333f3850347ccad46b77e880d40581a44e1e4fcc515be1ff40d90c5
 SHA512 
af03272459f5cc20ea2e0abc644ce602c6be5a21c7d3e81950ca153cc6e9566e89defb6f1cbb4caa154958f3e8832d0924dcd1ba5b902d2e1a4496f5c3ac6c8c

diff --git a/dev-python/nbsphinx/nbsphinx-0.7.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.7.1.ebuild
new file mode 100644
index 000..45662ca939f
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.7.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+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 ~arm64 ~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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   "



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2020-06-10 Thread Michał Górny
commit: e27b863638042ff30f21e4b87c12b64d4d0d992a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 10 06:07:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 10 06:42:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27b8636

dev-python/nbsphinx: Bump to 0.7.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.7.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 527aa821ba6..6288fcad711 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,2 +1,3 @@
 DIST nbsphinx-0.2.14.tar.gz 98368 BLAKE2B 
2ce32043fd3371d54b1922f973b9f8b4fc1bd1ace05fb2ee4136ed759454ebc5b3ac34030156d15a72d8e58bd739e7a4bc458e2cb26b8f80e9498df47c857a7a
 SHA512 
263aaf8b466d83215251f6115fa6210bca69537d041336ec23d9caaad06653fe848914c2e01981461fbabb8f5e4881ca11a4a01aaccb07909de6b79e695602d6
 DIST nbsphinx-0.4.1.tar.gz 108928 BLAKE2B 
449ba009003c1de52057d558039255f80efc2d6979926bbe8757faf21139bdf6f0e7e96280f63ffcc0436f45d83efeb525bca0139018f345025b8dd25202bc12
 SHA512 
5c37d8cb48c82aa9ae865a27650aaa037cde2c06140672ae1245fd3ceafa3d40b0ccbc37ac67bd1688b228107b97d84fb8eced783d71f79f8da7505883cf2617
+DIST nbsphinx-0.7.0.tar.gz 129485 BLAKE2B 
0a11934cb53c5c20498abd1d189f26351ef088f7fd7972f7e1a4bd98e21ced330a600a2beb1a4976798e1ead1170f6322ff8b5f393c30cd85d33593720dcb57d
 SHA512 
2c8db730102e483b76bf899bb5fc1e34bb4ed817a65fad221ccc5ea7dc74c2a4f4b69398d01209a904f503acc7fae2c29ad701e6cc11ac30bae3a7e9bdd89357

diff --git a/dev-python/nbsphinx/nbsphinx-0.7.0.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.7.0.ebuild
new file mode 100644
index 000..45662ca939f
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.7.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+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 ~arm64 ~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.8[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   "



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2018-12-25 Thread Benda XU
commit: 51e582a10ee77236f6bf6301ab3ac0fd1070c61c
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Dec 25 13:46:00 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Dec 25 13:57:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e582a1

dev-python/nbsphinx: version bump.

  Drop python-2 dependency.

Reported-By: Juergen Rose
Suggested-By: François Bissey, Martin von Gagern
Closes: https://bugs.gentoo.org/670956
Closes: https://bugs.gentoo.org/669462
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu  gentoo.org>

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.4.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 575ec9ef18d..527aa821ba6 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.2.14.tar.gz 98368 BLAKE2B 
2ce32043fd3371d54b1922f973b9f8b4fc1bd1ace05fb2ee4136ed759454ebc5b3ac34030156d15a72d8e58bd739e7a4bc458e2cb26b8f80e9498df47c857a7a
 SHA512 
263aaf8b466d83215251f6115fa6210bca69537d041336ec23d9caaad06653fe848914c2e01981461fbabb8f5e4881ca11a4a01aaccb07909de6b79e695602d6
+DIST nbsphinx-0.4.1.tar.gz 108928 BLAKE2B 
449ba009003c1de52057d558039255f80efc2d6979926bbe8757faf21139bdf6f0e7e96280f63ffcc0436f45d83efeb525bca0139018f345025b8dd25202bc12
 SHA512 
5c37d8cb48c82aa9ae865a27650aaa037cde2c06140672ae1245fd3ceafa3d40b0ccbc37ac67bd1688b228107b97d84fb8eced783d71f79f8da7505883cf2617

diff --git a/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild
new file mode 100644
index 000..a8a61ca8507
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( 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 ~arm64 ~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}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2018-06-30 Thread Mart Raudsepp
commit: 18404a0ee8799ee1a7dff311eba754b50b42d677
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Jun 30 19:27:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 30 19:30:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18404a0e

dev-python/nbsphinx: added ~arm64 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/nbsphinx/nbsphinx-0.2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
index b53c5252faa..2d245d087a3 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2018-05-16 Thread Andreas Sturmlechner
commit: 4fe3a1ce04fee6731b54a6087100e31bc25030e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 16 13:39:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 16 15:56:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe3a1ce

dev-python/nbsphinx: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/nbsphinx/Manifest   |  2 --
 dev-python/nbsphinx/nbsphinx-0.2.13.ebuild | 27 ---
 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild  | 26 --
 3 files changed, 55 deletions(-)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 601589282ed..575ec9ef18d 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1,3 +1 @@
-DIST nbsphinx-0.2.13.tar.gz 96841 BLAKE2B 
a4edb58d54bd5579b6e5788bd7b43b8e69fb2fbce3cd341764a20c4d87de6f26f30f08065fae862d41ce735c0a40f5633e9103e0b44029f9057ff439eba57968
 SHA512 
c6489ce696094efbb88e7d6689b8c67fa5fd0c71bfdb8c044f1eab0bf5f722668acd1e839488244578cb50def58c9ba6b88334c5d977cc07692b8747e6f502c5
 DIST nbsphinx-0.2.14.tar.gz 98368 BLAKE2B 
2ce32043fd3371d54b1922f973b9f8b4fc1bd1ace05fb2ee4136ed759454ebc5b3ac34030156d15a72d8e58bd739e7a4bc458e2cb26b8f80e9498df47c857a7a
 SHA512 
263aaf8b466d83215251f6115fa6210bca69537d041336ec23d9caaad06653fe848914c2e01981461fbabb8f5e4881ca11a4a01aaccb07909de6b79e695602d6
-DIST nbsphinx-0.2.8.tar.gz 89524 BLAKE2B 
3eb04f404151e591231641fe042b411e3887b8e15ff9a84b4b3fb64e4bf2454ffbf94b286498268c7bb02506acd78bf9257e06c22a6dc160e96ec0665d91fd37
 SHA512 
fe73cdab2b6ac67aff48380137d07b8938bdc764a786c66ee4f0ff658aa3db207630a79900555c70b2232afcf3b5332c78495281518a97ca944550d13cb01b04

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild
deleted file mode 100644
index 5c990dec35b..000
--- a/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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 ~arm64 ~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}"

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
deleted file mode 100644
index cfe08807d5d..000
--- a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2018-05-16 Thread Agostino Sarubbo
commit: 09467442973dc014624609f13deaa9a40075e4d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 16 12:27:00 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 16 12:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09467442

dev-python/nbsphinx: amd64 stable wrt bug #596714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 dev-python/nbsphinx/nbsphinx-0.2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
index e89ac5a9e30..b53c5252faa 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2018-04-21 Thread Thomas Deutschmann
commit: d85573f47a9f7de963092e611bdad343bba342ec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 22 01:27:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 22 01:35:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85573f4

dev-python/nbsphinx: x86 stable (bug #596714)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/nbsphinx/nbsphinx-0.2.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
index fae13d2e2b8..e89ac5a9e30 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2017-06-27 Thread Sebastien Fabbro
commit: f0b33a60fa078c04c5d3c1c9e9c8c519d5a05d8b
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jun 27 05:24:02 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jun 28 04:00:12 2017 +
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.
   
   
-nbformat
+nbsphinx
 spatialaudio/nbsphinx
   
 

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 000..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}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2017-06-27 Thread Alexis Ballier
commit: bd15983332c54faf8312f1b645bfd18ef80af3b4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jun 27 11:09:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jun 27 11:22:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd159833

dev-python/nbsphinx: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/nbsphinx/nbsphinx-0.2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild
index fae13d2e2b8..5c990dec35b 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2017-03-16 Thread David Seifert
commit: 8d5c3e386201ef3cbbf2785208f32a0110d1a408
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Mar 15 09:04:41 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Mar 16 19:11:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5c3e38

dev-python/nbsphinx: Version bump to 0.2.13

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4208

 dev-python/nbsphinx/Manifest   |  1 +
 dev-python/nbsphinx/nbsphinx-0.2.13.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 6d7c838ed42..9185f4bf512 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
+DIST nbsphinx-0.2.13.tar.gz 96841 SHA256 
20f4bca5f45ffe65fff4d616c2caf365375e8f8768a73d63905bd5d0664176bd SHA512 
c6489ce696094efbb88e7d6689b8c67fa5fd0c71bfdb8c044f1eab0bf5f722668acd1e839488244578cb50def58c9ba6b88334c5d977cc07692b8747e6f502c5
 WHIRLPOOL 
65d71566013ba29ac9fa6c8a2863ff21b7a41e6c7bf591aca46e50b89aafbbedaf11468b9fd35236ff0d1f91e4819c1dbe321ca51daf5af2534716d5a195bc38
 DIST nbsphinx-0.2.8.tar.gz 89524 SHA256 
81d3905df0d8627f2e1762036fa761c3ed90ebd61c74ebce8ef07778800ec9a4 SHA512 
fe73cdab2b6ac67aff48380137d07b8938bdc764a786c66ee4f0ff658aa3db207630a79900555c70b2232afcf3b5332c78495281518a97ca944550d13cb01b04
 WHIRLPOOL 
e4fcf6e87ab37692ad310a3258ab13a8850ed7f3d1de78b9965552df28274736fc63b34724a1f7be3ecf5c6037c0bb06d8f55e2062ca1cc2f9661ce8e3b1c416

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.13.ebuild
new file mode 100644
index 000..fae13d2e2b8
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.2.13.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}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2017-03-12 Thread Zac Medico
commit: eabee8b1946169b7f4924b1501b686b03889bfa6
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 12:12:58 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 12:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabee8b1

dev-python/nbsphinx: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
index 849dbfe84e9..cfe08807d5d 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2016-05-29 Thread David Seifert
commit: e9ec9ccb6bab00fd3c4cd3921a6cf231b9201336
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon May 23 15:17:34 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May 29 14:53:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ec9ccb

dev-python/nbsphinx: Add new package required by nbconvert-4.2.0[doc]

Package-Manager: portage-2.2.28

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/metadata.xml  | 20 
 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild | 27 +++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
new file mode 100644
index 000..6d7c838
--- /dev/null
+++ b/dev-python/nbsphinx/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000..f0192b5
--- /dev/null
+++ b/dev-python/nbsphinx/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+nbsphinx is a Sphinx extension that provides a source parser for
+*.ipynb files. Custom Sphinx directives are used to show Jupyter
+Notebook code cells (and of course their results) in both HTML and
+LaTeX output. Un-evaluated notebooks -- i.e. notebooks without
+stored output cells -- will be automatically executed during the
+Sphinx build process.
+  
+  
+nbformat
+spatialaudio/nbsphinx
+  
+

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
new file mode 100644
index 000..d9922e2
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+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="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2016-05-29 Thread David Seifert
commit: f87092b03cca1719f70d3d38ebf601e8f914c266
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 24 05:56:44 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May 29 14:53:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87092b0

dev-python/nbsphinx: Remove doc and test use flags

Package-Manager: portage-2.2.26

 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
index 879cdaf..f140b2b 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
+IUSE=""
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/

2016-05-29 Thread David Seifert
commit: 918a573b2af754810cbdd3fd9c2f2d4a0c280f1f
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 24 05:56:00 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May 29 14:53:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918a573b

dev-python/nbsphinx: Set correct license

Package-Manager: portage-2.2.26

 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
index d9922e2..879cdaf 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Jupyter Notebook Tools for Sphinx"
 HOMEPAGE="https://github.com/spatialaudio/nbsphinx/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-LICENSE="BSD"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"