piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: tweedledum #229

Closed JanLahmann closed 3 years ago

JanLahmann commented 3 years ago

Package name

tweedledum

Package version

1.1.0

PyPI URL

https://pypi.org/project/tweedledum/

piwheels URL

https://www.piwheels.org/project/tweedledum/

Python version

I am the maintainer

More information

Standard build procedure for tweedledum 1.1.0 fails, but the following modification builds correctly on a fresh Raspberry Pi OS (32-bit, Desktop):

pip3 install --no-use-pep517 tweedledum

It requires scikit-build, but I assume that is installed on the piwheels build servers. I expect this workaround will be needed only temporarily. We are working with the maintainer of tweedledum to fix the standard install procedure for the next version.

bennuttall commented 3 years ago

I've imported these for Python 3.7 and 3.9. Feel free to reopen if they do another release and it fails again.

JanLahmann commented 3 years ago

Thank you, @bennuttall, that is great !