LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
377 stars 108 forks source link

Provide binary wheels for Windows x86 architecture #158

Closed Toporin closed 1 year ago

Toporin commented 1 year ago

Would it be possible to provide binary wheels for Windows x86 architecture in Pypi (such as pyscard-2.0.7-cp310-cp310-win32.whl)?

We use pyscard to integrate Satochip smartcards in Electrum wallet. The Electrum distributables are built using automated scripts running in Docker to ensure reproducibility. For Windows, a Ubuntu image is used with wine on x86.

Previously, win32 wheels have been provided for some release (such as v2.0.0), but it's not available for the later releases.

As far as I can tell, it is possible to generate win32 wheel for pyscard using Github Actions using one of these recipe: https://github.com/Toporin/pyscard/blob/master/.github/workflows/windows_all.yml https://github.com/Toporin/pyscard/blob/master/.github/workflows/windows_x86.yml

coveralls commented 1 year ago

Coverage Status

coverage: 28.775%. remained the same when pulling ba85a8b714460fcfadd15bc0d5db46a783439b8d on Toporin:master into 11190e592357139c9c8a1834c7d8a5e23658be8a on LudovicRousseau:master.