Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909738 - dev-python/ipython: ~alpha keywording request
Summary: dev-python/ipython: ~alpha keywording request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: CC-ARCHES, KEYWORDREQ
Depends on:
Blocks: 873523
  Show dependency tree
 
Reported: 2023-07-05 16:46 UTC by matoro
Modified: 2023-11-10 06:38 UTC (History)
12 users (show)

See Also:
Package list:
dev-python/ipython ~alpha dev-python/ipykernel ~alpha dev-python/matplotlib-inline ~alpha dev-python/nbconvert ~alpha dev-python/nbformat ~alpha dev-python/numpy ~alpha dev-python/stack-data ~alpha dev-python/traitlets ~alpha dev-python/asttokens ~alpha dev-python/comm ~alpha dev-python/executing ~alpha dev-python/jupyter-client ~alpha dev-python/jupyter-core ~alpha dev-python/jupyterlab-pygments ~alpha dev-python/littleutils ~alpha dev-python/meson-python ~alpha dev-python/nbclient ~alpha dev-python/numpydoc ~alpha dev-python/pure_eval ~alpha dev-python/pydata-sphinx-theme ~alpha dev-python/pyzmq ~alpha dev-python/tinycss2 ~alpha dev-python/accessible-pygments ~alpha dev-python/jupyter-packaging ~alpha dev-python/pyproject-metadata ~alpha dev-python/tabulate ~alpha dev-util/patchelf ~alpha net-libs/zeromq ~alpha dev-python/colorclass ~alpha
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2023-07-05 16:46:28 UTC
Thanks.
Comment 1 James Le Cuirot gentoo-dev 2023-07-05 20:25:03 UTC
Fine by me.
Comment 2 Larry the Git Cow gentoo-dev 2023-07-09 04:47:54 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d94642a52b8a887c3ae1c249275ba1fb1da2cf

commit b3d94642a52b8a887c3ae1c249275ba1fb1da2cf
Author:     Matoro Mahri <matoro@users.noreply.github.com>
AuthorDate: 2023-07-09 03:23:27 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-07-09 04:46:25 +0000

    sci-mathematics/flint: remove hardcoded CFLAGS
    
    Bug: https://bugs.gentoo.org/909738
    Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../flint-2.9.0-remove-hardcoded-CFLAGS.patch      | 69 ++++++++++++++++++++++
 sci-mathematics/flint/flint-2.9.0.ebuild           |  1 +
 2 files changed, 70 insertions(+)
Comment 3 NATTkA bot gentoo-dev 2023-07-20 14:37:23 UTC Comment hidden (obsolete)
Comment 4 Andrew Ammerlaan gentoo-dev 2023-07-20 14:42:55 UTC
As of notebook-7 nodejs and rust are part of the dependency graph, so idk if this is going to work. Adjusting the package list to notebook<7 for now.
Comment 5 NATTkA bot gentoo-dev 2023-07-20 14:44:16 UTC Comment hidden (obsolete)
Comment 6 NATTkA bot gentoo-dev 2023-08-01 03:05:41 UTC Comment hidden (obsolete)
Comment 7 NATTkA bot gentoo-dev 2023-09-30 16:04:17 UTC Comment hidden (obsolete)
Comment 8 NATTkA bot gentoo-dev 2023-10-15 15:48:19 UTC Comment hidden (obsolete)
Comment 9 NATTkA bot gentoo-dev 2023-10-24 18:48:23 UTC Comment hidden (obsolete)
Comment 10 Larry the Git Cow gentoo-dev 2023-11-07 20:35:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930c475d8ab0820f3808e02275ba630caf9a414c

commit 930c475d8ab0820f3808e02275ba630caf9a414c
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-06 21:22:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-07 20:33:58 +0000

    dev-python/executing: add patch for new slow tests
    
    The original skips are technically for tests that take a long time to
    run, which these aren't really - they just fail if run under a
    sufficiently slow CPU since they are measuring a hard real-time
    benchmark.  Already accepted upstream.
    
    See: https://github.com/alexmojaki/executing/pull/78
    Bug: https://bugs.gentoo.org/909738
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/executing/executing-2.0.1.ebuild        |  2 ++
 .../executing-2.0.1-additional-slow-tests.patch    | 38 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2e7ddaa99e0f4b802422437a748fcf626a9abc

commit ed2e7ddaa99e0f4b802422437a748fcf626a9abc
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-06 21:15:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-07 20:33:57 +0000

    dev-python/pyzmq: skip test_large_send
    
    Thrashes swap on low-mem machines.  Debian already does this.
    
    See: https://salsa.debian.org/python-team/packages/pyzmq/-/blob/master/debian/patches/skip_large_send
    Bug: https://bugs.gentoo.org/909738
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/pyzmq/pyzmq-25.1.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4371dc93a2cc3cc988f908a41780381ea087d7cc

commit 4371dc93a2cc3cc988f908a41780381ea087d7cc
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-06 18:25:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-07 20:33:57 +0000

    dev-python/numpy: fix alpha issues
    
    One test that imports numpy from system namespace, disable this test
    unless the current version of numpy is already installed.
    
    One test that needs source code patch, submitted upstream.
    
    See: https://github.com/numpy/numpy/pull/25078
    Bug: https://bugs.gentoo.org/909738
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/numpy/files/numpy-1.26.1-alpha.patch | 25 +++++++++++++++++++++++++
 dev-python/numpy/numpy-1.26.1.ebuild            |  8 ++++++++
 2 files changed, 33 insertions(+)
Comment 11 matoro archtester 2023-11-10 06:38:43 UTC
alpha done

all arches done