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
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
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
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
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
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
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
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é
___
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