summaryrefslogtreecommitdiff
path: root/dev-python/jupyter_core
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
commit7218e1b46bceac05841e90472501742d905fb3fc (patch)
tree56fae051db521b8fce8014cbc8b11484885b14b3 /dev-python/jupyter_core
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'dev-python/jupyter_core')
-rw-r--r--dev-python/jupyter_core/Manifest6
-rw-r--r--dev-python/jupyter_core/jupyter_core-4.6.3-r1.ebuild37
-rw-r--r--dev-python/jupyter_core/jupyter_core-4.7.1.ebuild2
-rw-r--r--dev-python/jupyter_core/metadata.xml1
4 files changed, 4 insertions, 42 deletions
diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
index 7d19304a9cca..14df43073004 100644
--- a/dev-python/jupyter_core/Manifest
+++ b/dev-python/jupyter_core/Manifest
@@ -1,5 +1,3 @@
-DIST jupyter_core-4.6.3.tar.gz 67305 BLAKE2B 7c6a32bd8ce773b7bc4156eabf75597112716632179736b19be4b0e73eba7c5c67a0c9d2d141b952d72b68aff826227b0004a3bc9f3b286b68eb1375f2316bdb SHA512 3c7370c24a4cf53c9747e9e411852d207c0c7035809dab7cb018ccb53e19208df25ad4f728531e47f3a42c4d9694c3e1ed7b03133de23bcbdeb346c319f5f51f
DIST jupyter_core-4.7.1.tar.gz 68886 BLAKE2B aa89351845c669474c03a307934a5d84b6357679bc99f2fc7da4f93ff347766d52ce3551780803b73941d6457f7004306e795398fd390c81e9180193a2119225 SHA512 bc190abd000566dbd097dcb14acf1926c92bb265f2cfbbd14dac6a9cf7d6a02f924ba89fa957ca30c2af57433e9187e288bb8e80d039a3d3a583c6e488a9c80e
-EBUILD jupyter_core-4.6.3-r1.ebuild 873 BLAKE2B c12862c168695134a8c52a77060095a2b9561cc63ac212267cc91116144466b22d89accb0e0e48309c359017c9de14f15c42404d2ce210258ad0a44798fe19e9 SHA512 bbbc98f07bd98aad3d0a719ebc1c0a0b398138fdac6c259c886dd502950db26508a8da010802367dddaec04d7744e037e3e8dae272d478a20c3b07897bb9825f
-EBUILD jupyter_core-4.7.1.ebuild 1041 BLAKE2B d293bb8833b7e69d946c7428a57668c2ff058199128fb590ef631f136186d6735ca7333755890b46f3c09a2738c08cfad2a22d490d590a31fb0dc09b52a610d8 SHA512 f961279743b7cb4e630fcc195cdd26e72d3ab471425aec6208ef0e90f391d412d6eda3a2f1cae2c615e9c2062071eebe4c75f92c8699213f79e023f4fe685291
-MISC metadata.xml 733 BLAKE2B b53498df76d4e2adf05087c94920897408001e3852dd2d600f7f08748c09e8248d2d2be301ef7691db2ef1768369d935cfb3d03bf0dce44db8f0b8e98539037d SHA512 a828f64941f7f50c82af438692a21614115df2f151064cc684ddda16c6a7dad674efc2563a68dd6b01ca9edaf07c6d2e54a1ae6803f72bfa9e5e14995c4ca37f
+EBUILD jupyter_core-4.7.1.ebuild 1038 BLAKE2B face60e9d54facaa680cf2896ee92bd2e29156c6027f102a3d7082e382020199db21d9f85b0bebca700f5d5abd985c28d1176d478eeefde136194e5aa6feece2 SHA512 f497d46a597c241793fef62742cbd5a25f9864c6c84674eded5643bcb14b00ff14618d103a5bd3cd92b7e6e7ebd405785213f6649324e4ab801780399d597b44
+MISC metadata.xml 758 BLAKE2B 53222aff39fc0d952b84f0f6e2c8daa0946f338cb4ea36d0412ac4ef019850e8aacd4967f2602db0c6c725d5795686fc8c16e3db6aac78ddb35b698273e7e62d SHA512 e965891552fc7e537d2315eac0e32f37acab6e36acde000a534228aebf1dca39024930d2c2f3d37b6f9a7b6467bd16921288095c26f9e99a15f0644a8b172467
diff --git a/dev-python/jupyter_core/jupyter_core-4.6.3-r1.ebuild b/dev-python/jupyter_core/jupyter_core-4.6.3-r1.ebuild
deleted file mode 100644
index b5e369ae4bba..000000000000
--- a/dev-python/jupyter_core/jupyter_core-4.6.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Core common functionality of Jupyter projects"
-HOMEPAGE="https://jupyter.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_sphinx docs \
- dev-python/sphinxcontrib-github-alt
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # rely on imports working without PYTHONPATH
- sed -e 's:test_not_on_path:_&:' \
- -e 's:test_path_priority:_&:' \
- -i jupyter_core/tests/test_command.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild b/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild
index 3ee1504526a9..ebe9d474f3d9 100644
--- a/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
BDEPEND="
diff --git a/dev-python/jupyter_core/metadata.xml b/dev-python/jupyter_core/metadata.xml
index 1166bf9d3de0..1578fbcbc2a6 100644
--- a/dev-python/jupyter_core/metadata.xml
+++ b/dev-python/jupyter_core/metadata.xml
@@ -14,6 +14,7 @@
This package contains base application classes and configuration
inhertited by other projects. It doesn't do much on its own.
</longdescription>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">jupyter-core</remote-id>
<remote-id type="github">jupyter/jupyter_core</remote-id>