From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbformat/
Date: Fri, 22 Jan 2021 09:55:53 +0000 (UTC) [thread overview]
Message-ID: <1611309347.72027e9bd746d79d10aedf83f9dd901ac58378e5.mgorny@gentoo> (raw)
commit: 72027e9bd746d79d10aedf83f9dd901ac58378e5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 09:34:48 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 09:55:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72027e9b
dev-python/nbformat: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nbformat/Manifest | 2 --
dev-python/nbformat/nbformat-5.1.0.ebuild | 38 -------------------------------
dev-python/nbformat/nbformat-5.1.1.ebuild | 38 -------------------------------
3 files changed, 78 deletions(-)
diff --git a/dev-python/nbformat/Manifest b/dev-python/nbformat/Manifest
index 759103f83a5..85647484cc5 100644
--- a/dev-python/nbformat/Manifest
+++ b/dev-python/nbformat/Manifest
@@ -1,4 +1,2 @@
DIST nbformat-5.0.8.gh.tar.gz 127329 BLAKE2B 6252d35f72fd0af5a89d83e9e48f61baf2656eb6530d4a7b05a5241e7272098992d70d68705da4fb9921ab1939378658b2e6e5f765a453f932e94e9232006a66 SHA512 956add98517f1128d8efacae1f3cf9fe27b4d7acae4a56e14dd6c2942aab39b063170759bc6de67bcedd2e0fd6c7ab1a36aef268f2088644ba31caa936b9359d
-DIST nbformat-5.1.0.gh.tar.gz 152052 BLAKE2B 571d48af8c92b1cff9110935e00f53543d7bbae5ed9a08b516e9ff23366d9db7e4b1fb50dc786f2cd70d7f871baa05b6be86a6f22940724d90d05fdf58449bba SHA512 17c234e7777c170d629c0d3a4d8d7ddf01a754977a5e21357550ff702c5b4e26cd31164b32ced0fb20f3c0953390efd9a7509ed92f6c159fcef8634bd3f6af53
-DIST nbformat-5.1.1.gh.tar.gz 152242 BLAKE2B df5e293ab235156f78e2bf85f1a22e597d8e0a60a6e448c69d4e04b62eed834b078238ad03a67e58ee0f705d1495b2f6c4b42124b8d439adbcb52be7ee91ae36 SHA512 5058c009b5148e6764de942cc43cb4774abad758250f065f9103c94f820de841b72d0f69ad24c38ade0c9fca3df61b7ea51b6097c6c191a2f606d57ef358083f
DIST nbformat-5.1.2.gh.tar.gz 152275 BLAKE2B 2a0758f33952547e5ef91f0ac0a8b98b97b882a8797c38feff6710a3a0824637f41396b152403e155e1af9805b7a85c189ba2a609076c591562e5f4bb783da29 SHA512 4fd574373c2f325b6d078a062878d139d741d30f9101f3344e0c7fc19bdf714f8ef71994134e76c90e1301102aac55cc490df8344f3ceb407002437f35d03944
diff --git a/dev-python/nbformat/nbformat-5.1.0.ebuild b/dev-python/nbformat/nbformat-5.1.0.ebuild
deleted file mode 100644
index 6991991c0a6..00000000000
--- a/dev-python/nbformat/nbformat-5.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Reference implementation of the Jupyter Notebook format"
-HOMEPAGE="https://jupyter.org"
-# missing on pypi
-SRC_URI="
- https://github.com/jupyter/nbformat/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- >=dev-python/traitlets-4.1[${PYTHON_USEDEP}]
- dev-python/jupyter_core[${PYTHON_USEDEP}]
- "
-DEPEND="
- test? (
- dev-python/fastjsonschema[${PYTHON_USEDEP}]
- dev-python/testpath[${PYTHON_USEDEP}]
- )
- "
-
-distutils_enable_sphinx docs \
- dev-python/numpydoc
-distutils_enable_tests pytest
diff --git a/dev-python/nbformat/nbformat-5.1.1.ebuild b/dev-python/nbformat/nbformat-5.1.1.ebuild
deleted file mode 100644
index 6991991c0a6..00000000000
--- a/dev-python/nbformat/nbformat-5.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Reference implementation of the Jupyter Notebook format"
-HOMEPAGE="https://jupyter.org"
-# missing on pypi
-SRC_URI="
- https://github.com/jupyter/nbformat/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- >=dev-python/traitlets-4.1[${PYTHON_USEDEP}]
- dev-python/jupyter_core[${PYTHON_USEDEP}]
- "
-DEPEND="
- test? (
- dev-python/fastjsonschema[${PYTHON_USEDEP}]
- dev-python/testpath[${PYTHON_USEDEP}]
- )
- "
-
-distutils_enable_sphinx docs \
- dev-python/numpydoc
-distutils_enable_tests pytest
next reply other threads:[~2021-01-22 9:55 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 9:55 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 20:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/nbformat/ Michał Górny
2024-10-30 15:11 Sam James
2024-07-01 4:46 Arthur Zamarin
2024-05-14 15:58 Michał Górny
2024-04-23 5:25 Viorel Munteanu
2024-04-23 5:25 Viorel Munteanu
2024-04-20 9:51 Michał Górny
2024-04-20 9:48 Michał Górny
2024-04-04 18:09 Michał Górny
2024-04-04 10:12 Yixun Lan
2024-04-03 15:33 Arthur Zamarin
2024-04-02 16:07 Arthur Zamarin
2024-04-02 16:07 Arthur Zamarin
2024-04-02 16:07 Arthur Zamarin
2024-04-02 16:07 Arthur Zamarin
2024-04-02 16:07 Arthur Zamarin
2024-04-02 13:56 Michał Górny
2024-03-16 8:17 Michał Górny
2024-03-12 17:51 Michał Górny
2024-02-03 10:41 Michał Górny
2023-11-20 15:02 Michał Górny
2023-11-10 5:47 Viorel Munteanu
2023-08-11 19:08 Michał Górny
2023-08-11 19:02 Arthur Zamarin
2023-08-01 3:01 Michał Górny
2023-07-11 5:52 Michał Górny
2023-07-10 1:38 Michał Górny
2023-06-01 4:07 Michał Górny
2023-05-06 10:22 Michał Górny
2023-05-06 10:12 Arthur Zamarin
2023-03-21 20:31 Michał Górny
2023-03-02 5:13 Michał Górny
2023-02-13 6:07 Michał Górny
2023-02-12 20:24 Jakov Smolić
2023-01-13 12:10 Andrew Ammerlaan
2023-01-13 11:43 Arthur Zamarin
2023-01-13 7:09 Michał Górny
2023-01-11 20:34 Michał Górny
2022-10-27 9:48 Andrew Ammerlaan
2022-05-15 10:41 Michał Górny
2022-05-15 8:19 Jakov Smolić
2022-05-04 8:19 Michał Górny
2022-04-15 16:41 Arthur Zamarin
2022-04-15 16:40 Arthur Zamarin
2022-04-10 16:26 Sam James
2022-04-05 7:53 Michał Górny
2022-03-20 18:36 Michał Górny
2022-03-20 18:34 Sam James
2022-03-14 17:04 Michał Górny
2022-01-29 15:43 Michał Górny
2021-11-18 8:10 Sam James
2021-11-18 5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14 3:43 Sam James
2021-09-26 17:52 Sam James
2021-09-14 5:17 Sam James
2021-09-06 0:18 Sam James
2021-08-10 5:00 Sam James
2021-07-12 6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-01 14:45 Michał Górny
2021-06-20 1:45 Sam James
2021-05-06 11:12 Michał Górny
2021-05-06 10:06 Sam James
2021-04-02 8:51 Michał Górny
2021-02-25 19:36 Michał Górny
2021-02-25 18:58 Sam James
2021-02-24 21:43 Michał Górny
2021-01-15 7:35 Michał Górny
2021-01-14 21:30 Michał Górny
2021-01-14 7:21 Michał Górny
2021-01-05 23:26 Michał Górny
2020-11-18 6:53 Agostino Sarubbo
2020-11-17 19:17 Agostino Sarubbo
2020-11-15 5:19 Sam James
2020-10-11 17:48 Sam James
2020-10-11 14:49 Michał Górny
2020-08-03 3:11 Sam James
2020-07-31 0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-10 8:11 Michał Górny
2020-06-10 7:32 Michał Górny
2020-06-09 8:19 Michał Górny
2020-03-28 9:20 Michał Górny
2020-02-03 15:24 Agostino Sarubbo
2020-02-03 12:38 Agostino Sarubbo
2019-05-04 22:58 Virgil Dupras
2019-03-10 22:38 Patrice Clement
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-04-22 1:35 Thomas Deutschmann
2018-03-12 2:13 Matt Turner
2018-03-12 0:51 Matt Turner
2017-11-17 18:47 David Seifert
2017-06-23 19:26 Alexis Ballier
2017-03-12 12:31 Zac Medico
2017-02-25 14:18 David Seifert
2017-01-04 10:15 David Seifert
2016-10-31 8:27 David Seifert
2016-08-30 19:07 David Seifert
2016-08-23 14:25 David Seifert
2015-11-28 17:33 Justin Lecher
2015-11-28 17:33 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611309347.72027e9bd746d79d10aedf83f9dd901ac58378e5.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox