Re: Using pyproject macros when setup.py isn't in root directory

2025-07-09 Thread Michael J Gruber via python-devel
Hi Scott Scott Talbert via python-devel venit, vidit, dixit 2025-07-09 04:31:15: > Is there any way to use the pyproject macros when setup.py isn't in the > root directory? > > I maintain a couple of packages where this is the case - one where there > are actually two PyPI packages built from t

Re: Neuro SIG Python packaging strategy change

2025-06-25 Thread Michael J Gruber via python-devel
Ankur Sinha via python-devel venit, vidit, dixit 2025-06-25 14:19:28: ... > So, we're thinking of: > > - prioritising packaging/maintaining software that is unavailable on > PyPi (or difficult to install from there) > - dropping software that is pip installable from Fedora > - shifting focus to

Re: [HEADS UP] Fedora 41 Python 3.13 rebuilds to start in a side tag (hopefully) next week

2024-06-06 Thread Michael J Gruber
Hi there, Karolina Surma venit, vidit, dixit 2024-05-31 10:55:16: > Hello, > > To deliver Python 3.13 with Fedora Linux 41, we will run a coordinated > rebuild in a side tag. > > https://fedoraproject.org/wiki/Changes/Python3.13 > > Python 3.13.0b2 is scheduled for Tuesday, Jun 4th 2024. > We

Re: Orphaning python-flit

2024-01-26 Thread Michael J Gruber
Am Fr., 26. Jan. 2024 um 09:26 Uhr schrieb Miro HronĨok : > > On 26. 01. 24 4:33, Nico Kadel-Garcia wrote: > > What is the*fascination* with splitting and renaming packages this > > way? > > No idea generally, but in the world of Python packaging, > the two cases I know (poetry, flit) were motivat

Re: [HEADS UP] Python 3.12 side tag merging today (and what to do)

2023-07-06 Thread Michael J Gruber
Is the matrix bridge down? Anyways: If I have a fix for a package which has just been merged (dblatex), should I build it with target rawhide? I'm asking because mock sees py 3.12 only with --enablerepo=local, and the f39-python target is gone, obviously.

Re: Action needed: Recythonize the sources of your packages

2019-05-20 Thread Michael J Gruber
Hi there I have rebuilt https://apps.fedoraproject.org/packages/portmidi with cythonizing during build rather than using the project-shipped ancient cython output. Is this change supposed to trickle down to F30? (The package itself needs to go away sooner or later anyways.) MIchael __