Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/
Date: Sun, 06 Nov 2022 07:59:32
Message-Id: 1667721555.677c00b009d2d0d7f4b918e8d955c6d0bc15e196.mgorny@gentoo
1 commit: 677c00b009d2d0d7f4b918e8d955c6d0bc15e196
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 07:35:20 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:59:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677c00b0
7
8 dev-python/jupyter_core: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_core/Manifest | 1 -
13 dev-python/jupyter_core/jupyter_core-4.11.1.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
17 index 5a3de0215dd9..dc70a441970b 100644
18 --- a/dev-python/jupyter_core/Manifest
19 +++ b/dev-python/jupyter_core/Manifest
20 @@ -1,2 +1 @@
21 -DIST jupyter_core-4.11.1.tar.gz 73661 BLAKE2B 38f93826fd86f5b4dcd5495473426e934365aea3156e6bd881041920b5604a7ae11becc3d1037785f448f085b03e5afa361b7221378425e9e758fca90ed850e4 SHA512 38348e8fc349ab7bdc83599607e6179c2d14dd3a42daf6b52cb0a6fb4feee360aed4e7c682e6349dcf560b2dec598f9a27477e0b2e982fd85e5a385b1bca5858
22 DIST jupyter_core-4.11.2.tar.gz 788994 BLAKE2B a337d6974f905b3b666225f828f2026f7dd314e34411f7998b8d2981ad9623029901e5369bfe831ecfcbf3be387bb0adc7f067269537a6b2a73029f439bfe9a1 SHA512 7659b61ad5793d6e4ceba09f7d4422610ceb358cbba30e2bee7ab7910e6c03cb365fad5db8e4444f9e0fd196361d5b15370f41fb7cb13c2e551382e19d7d6b73
23
24 diff --git a/dev-python/jupyter_core/jupyter_core-4.11.1.ebuild b/dev-python/jupyter_core/jupyter_core-4.11.1.ebuild
25 deleted file mode 100644
26 index e4eb5545ed32..000000000000
27 --- a/dev-python/jupyter_core/jupyter_core-4.11.1.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=hatchling
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Core common functionality of Jupyter projects"
41 -HOMEPAGE="https://jupyter.org"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
47 -
48 -RDEPEND="
49 - dev-python/traitlets[${PYTHON_USEDEP}]
50 -"
51 -BDEPEND="
52 - test? (
53 - >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
54 - )
55 -"
56 -
57 -distutils_enable_sphinx docs \
58 - dev-python/sphinxcontrib-github-alt
59 -distutils_enable_tests pytest