Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2021-12-06 Thread Miro Hrončok
On 04. 12. 21 19:18, Matti Picus wrote: On 2/12/21 8:45 pm, Miro Hrončok wrote: Hello PyPy folks, I co-maintain the PyPy and CPython interpreter packages in Fedora Thanks for supporting PyPy We basically took the advice from https://doc.pypy.org/en/latest/build.html

[pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2021-12-02 Thread Miro Hrončok
versions b) it ends up on $PATH but segfaults when executed So, I am asking on this list: How should we package PyPy 3.8 for Fedora? Do we need to install it to /usr/lib64/pypy3.8/ prefix even thou most (but not all) of the directories within would contain a "pypy3.8" subdirectory? Or is

Re: [pypy-dev] Making PyPy relevant

2022-02-04 Thread Miro Hrončok
that the system actually uses will always be 3.6. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2022-01-27 Thread Miro Hrončok
On 06. 12. 21 12:30, Miro Hrončok wrote: 2) Help make PyPy 3.9 more like CPython 3.9 in this regard. So, this is now: /usr ├── bin │   ├── libpypy3.9-c.so │   ├── pypy -> pypy3.9 │   ├── pypy3 -> pypy3.9 │   ├── pypy3.9 │   ├── python -> pypy3.9 │   ├── python3 -> pypy3.9 │   └

Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2022-01-27 Thread Miro Hrončok
On 27. 01. 22 15:54, Matti Picus wrote: On 27/1/22 14:59, Miro Hrončok wrote: ... The only remaining thing is libpypy3.9-c.so in /usr/bin. I'd like to move it to /usr/lib64 where it will be found. Technically, Fedora forbids an unversioned so file there. https://docs.fedoraproject.org/en-US

Re: [pypy-dev] PyPy v7.3.8 rc1 now available

2022-01-26 Thread Miro Hrončok
for that platform. Hopefully we will have an alternative for the final release. I'll try to package PyPy3.9 for Fedora and report back any layout related-issues. Thanks! -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ pypy-dev mailing list pypy

[pypy-dev] OpenSSL 3: Inconsistent CPython/PyPy behavior wrt. unsupported hash types: incorrect results

2022-08-04 Thread Miro Hrončok
lt, see bellow: This is CPython and PyPy both with OpenSSL 1.1: == >>>> import hashlib >>>> m=hashlib.new('md4') >>>> m.digest() b'1\xd6\xcf\xe0\xd1j\xe91\xb7As you can see, PyPy with OpenSSL 3.0 n