Marko Luther

Results 7 issues of Marko Luther

Using python 3.9.7 installed from python.org on macOS 11.6, the trivial PyQt5 GUI app ``` from PyQt5.QtWidgets import QApplication, QWidget app = QApplication([]) window = QWidget() window.show() app.exec() ``` fails...

The seems to be a typo in `recipes/setuptools.py` quite for a while which results in ``` File /Applications/MyApp.app/Contents/Resources/__boot__.py", line 233, in find_eggs_in_zip yield Distribution.from_filename(path_item, metadata=metadata) ^^^^^^^^^ NameError: name 'Distribution' is...

The following warning is raised on build time ``` /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are...

My app imports a compiled protobuf specification ```from proto import Spec_pb2``` which itself does the following imports ``` from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor...

Most of the test files in tests/samples are ZUGFeRD 2.1.1 (July 1, 2020) using still the outdated namespace ``` xmlns:qdt="urn:un:unece:uncefact:data:standard:QualifiedDataType:10" ``` for qualified data types instead of ``` xmlns:qdt="urn:un:unece:uncefact:data:standard:QualifiedDataType:10" ```...

**Describe the bug** A ValueError is thrown by macholib on trying to get the determine the macOS min version on applying delocate-merge to numpy 2.1.1 arm & x86_64 wheels downloaded...

bug

**Describe the bug** While delocate-merge succeeds to merge PyQt6-Qt6 arm and x86 wheels the resulting wheel contains Qt Frameworks that are not universal2. **To Reproduce** ``` # delocate-merge PyQt6_Qt6-6.7.2-py3-none-macosx_10_14_x86_64.whl PyQt6_Qt6-6.7.2-py3-none-macosx_11_0_arm64.whl...

bug