Are the new guidelines mandatory for new packages?

2021-12-23 Thread Robert-André Mauchin
Hello, Are the new Python guidelines mandatory or optional? I mean the whole: %build %pyproject_wheel %install %pyproject_install %pyproject_save_files Or can packagers still use py3_build and py3_install? Best regards, Robert-André ___ python-deve

Re: requesting help to update spyder

2021-08-14 Thread Robert-André Mauchin
On 8/14/21 6:06 PM, Mukundan Ragavan wrote: Hi, I am trying to update spyder on rawhide and F35. The main issue I have is that pyqt requirements are strict. From the setup file, 'pyqt5<5.13', 'pyqtwebengine<5.13', Fedora has 5.15.x. If I relax QT versions, built and launch spyder, I get thi

Package with deps not detected

2021-07-24 Thread Robert-André Mauchin
Hi, I'm trying to convert one of my Python package to the new guidelines. With the former guidelines, it had the following BR: BuildRequires: python3-devel BuildRequires: python3dist(click) BuildRequires: python3dist(pytest) BuildRequires: python3dist(setuptools) However when converting to

Poetry/Pyproject expert: how to deal with extra files

2021-04-20 Thread Robert-André Mauchin
Hi, I'm trying to help someone package a GUI in Python that is using Pyproject. The project needs to add a desktop file, an appdata file and also a "binary" to launch the GUI. So far I have managed to drop the library files in %python3_sitelib. But how should upstream deal with the extra files n

Re: Python 3.8 failures to triage -- packages failing to build

2019-05-14 Thread Robert-André Mauchin
I fixed Patool manually by removing Archmage from the equation until it is ported to Python 3. Can you rebuild Patool with Python 3.8? Thanks. Robert-André ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an

Help wanted to convert Archmage to Python 3

2019-05-03 Thread Robert-André Mauchin
Hello, patool FTBFS depends on Archmage, which is Python 2 only. I'm trying to convert it to Python 3. So far I have the dependency pychm converted: https://copr.fedorainfracloud.org/coprs/eclipseo/pythontests/build/903162/ Here's my Py3 port with 2to3 and minor fixes: https://github.com/eclipse

Re: Let's update pytest to 4.x

2019-04-03 Thread Robert-André Mauchin
On Wednesday, 3 April 2019 20:20:58 CEST Miro Hrončok wrote: > Hi. > > I'd like to update pytest as soon as possible to 4.3 (or 4.4 if agreed > upon). > This update will bring a lot of small breakage (long deprecated stuff got > removed), but it is needed for Python 3.8 support. And I'd rather

Re: Potemkin %check: Ran 0 tests in 0.000s

2019-03-07 Thread Robert-André Mauchin
On mardi 5 mars 2019 00:03:28 CET Miro Hrončok wrote: > eclipseo python-hpack python-hyperframe python-priority python-hpack, python-hyperframe, python-h2, python-hyperlink, python-priority, python-towncrier and python-twisted all now have proper tests. Best regards, Robert-André ___

Question regarding "Remove (sub)packages from Fedora 30+"

2018-09-12 Thread Robert-André Mauchin
Hello, What's the procedure for removing a Python 2 subpackage as requested? Should I add it to fedora-obsolete-packages? Should I add "Provides: deprecated()" to the subpackage? Thanks. ___ python-devel mailing list -- python-devel@lists.fedoraproje