Re: Python (was: Merging core-updates?)

2023-02-19 Thread Kaelyn
--- Original Message --- On Sunday, February 19th, 2023 at 10:08 PM, Andreas Enge wrote: > > There is poezio, which has a new release (0.14), with a license change to > gpl3+. I updated python-slixmpp, a dependency of poezio, but this is not > enough: The newest poezio still depends on

Re: Architecture support

2023-02-19 Thread Andreas Enge
Hello, Am Fri, Feb 17, 2023 at 04:49:33PM + schrieb Christopher Baines: > I'll keep an eye on the core-updates state on data.qa.guix.gnu.org and > submit some builds for core things manually when the derivations are > available. the bootstrapping of core-updates seems to be in place, so maybe

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Hello Ricardo, python-graphviz does not pass its tests any more in core-updates, and I can trace it back to your commit 3d388fe3d0475f2e991ae061cc1364529a97af42. Adding python-mock back to native-inputs fixes it. Or maybe python-pytest-mock should have python-mock as propagated input? It calls it

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
There is poezio, which has a new release (0.14), with a license change to gpl3+. I updated python-slixmpp, a dependency of poezio, but this is not enough: The newest poezio still depends on python-potr, which in turn depends on python-pycrypto. Andreas

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Am Sun, Feb 19, 2023 at 04:50:37PM +0100 schrieb Lars-Dominik Braun: > The rest seems to be alive > without any references to python-pycrypto. So these should be upgradable > and then we can drop python-pycrypto. I more or less got rid of one of them: python-ledgerblue. I have updated it from 0.1.

Re: Python

2023-02-19 Thread Andreas Enge
And yet another one: python-testtool Tests running... == FAIL: testtools.tests.test_testresult.TestNonAsciiResults.test_syntax_error -- Traceback (most recent cal

Re: Python

2023-02-19 Thread Andreas Enge
Am Sun, Feb 19, 2023 at 04:50:37PM +0100 schrieb Lars-Dominik Braun: > eolie upstream looks dead, same with jrnl. How do we drop them from the distribution? Do we need to prepare a NEWS item? > The rest seems to be alive > without any references to python-pycrypto. So these should be upgradable >

Re: Building arm64 guix system image

2023-02-19 Thread Efraim Flashner
On Fri, Feb 17, 2023 at 10:29:35AM +0200, Max Brieiev wrote: > I want to run Guix on Apple M1 as a Qemu virtual machine. > > On the Mac machine I run arm64 dedian image. I installed there guix as a > package manager. Now I am trying to create a guix system image to use > with Qemu, but it fails. >

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Am Sun, Feb 19, 2023 at 12:57:07PM +0100 schrieb Andreas Enge: > > which seems to be the only change in attrdict3, see > > https://github.com/pirofti/AttrDict3/commit/f6678b627b469c9aeddca2a9e4ba4e1ee9e3ccbb > Great, I will replace the package then. Done. Interestingly enough, there was only one

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Lars-Dominik Braun
Hi, > Except that we have to decide what to do about its dependents... upgrade or drop if not possible. pycryptodome does not provide an entirely compatible interface (see https://www.pycryptodome.org/src/vs_pycrypto), so we cannot simply switch existing packages from pycrypto to pycryptdome witho

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Attila Lendvai
> but it is somehow in the same git repository as trezor-agent, > and I do not totally understand how these are related. Taking > back my rant and acknowledging my ignorance. weirdly enough, upstream uses one git repo for multiple projects, and uses prefixed tag names for them. FYI, there's this

Re: Building arm64 guix system image

2023-02-19 Thread Roman Scherer
Hi Max, I'm running Guix system on an Apple M1 and also run into these issues. At the moment I'm using the following commit to build my system: 7833acab0da02335941974608510c02e2d1d8069 Roman Max Brieiev writes: > Hi, > > Akira Kyle writes: > >> I think I may be one of the few (only?) guix u

Re: Building arm64 guix system image

2023-02-19 Thread Max Brieiev
Hi, Akira Kyle writes: > I think I may be one of the few (only?) guix users that has a setup > like this. IIRC getting grub setup with qemu was the one trickier > parts of this. Feel free to ping me directly if you're having trouble. Thanks. > This is also how I got my guix system on qemu setu

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Hello Lars, thanks for having a look! Am Sun, Feb 19, 2023 at 12:47:46PM +0100 schrieb Lars-Dominik Braun: > > command "python" "-m" "compileall" "--invalidation-mode=unchecked-hash" > > "/gnu/store/5i3yqwaqd8mayl2vr9lmrihxwv8203b1-python-pycrypto-2.6.1" failed > > with status 1 > this particul

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Am Sun, Feb 19, 2023 at 12:02:15PM +0100 schrieb Andreas Enge: >Then we have: > Building the following 6 packages would ensure 9 dependent packages are > rebuilt: python-miio@0.5.11 ledger-agent@0.9.0 electrum@4.3.2 eolie@0.9.101 > jrnl@1.9.7 poezio@0.13.2 Concerning poezio, it depends

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Lars-Dominik Braun
Hi Andreas, > *** File > "/gnu/store/5i3yqwaqd8mayl2vr9lmrihxwv8203b1-python-pycrypto-2.6.1/lib/python3.10/site-packages/Crypto/Util/number.py", > line 139 > value |= 2L ** (N-1)# Ensure high bit is set > ^ > SyntaxError: invalid decimal literal > error: in pha

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
And another one: python-ecdsa I tried to update it from 0.17.0 to 0.18.0, but it still fails its tests with this message: src/ecdsa/test_jacobi.py:393: TypeError === warnings summary === src/ecdsa/test_der.py::TestEncodeBitstring::test_implic

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Am Sun, Feb 19, 2023 at 12:15:59PM +0100 schrieb Andreas Enge: > I am looking at these packages. One of them, ledger-agent, dates from 2017 > and has seen 25 releases in the meantime. Well, maybe, maybe not. The version in Pypi has not changed, but it is somehow in the same git repository as trezo

Re: Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Am Sun, Feb 19, 2023 at 12:02:15PM +0100 schrieb Andreas Enge: > PPS: On the first issue, the homepage says: >PyCrypto 2.x is unmaintained, obsolete, and contains security > vulnerabilities. > Building the following 6 packages would ensure 9 dependent packages are > rebuilt: python-miio

Python (was: Merging core-updates?)

2023-02-19 Thread Andreas Enge
Hello, I am having problems with at least two python packages in core-updates: *** File "/gnu/store/5i3yqwaqd8mayl2vr9lmrihxwv8203b1-python-pycrypto-2.6.1/lib/python3.10/site-packages/Crypto/Util/number.py", line 139 value |= 2L ** (N-1)# Ensure high bit is set

Re: Ocaml (was: Merging core-updates?)

2023-02-19 Thread Julien Lepiller
ocaml-4.14 and ocaml-5 don't have this issue. I just pushed a fix for ocaml-4.09. I'll also have to fix ocaml-4.07 since it fails to build as early as camlboot. It'll take a while to test. Thanks for pointing me to that patch! Le Sat, 18 Feb 2023 12:38:55 +0100, Andreas Enge a écrit : > Am Sat,