eoyilmaz / displaycal-py3

DisplayCAL Modernization Project
https://eoyilmaz.github.io/displaycal-py3/
GNU General Public License v3.0
867 stars 60 forks source link

Get rid of the realdisplaysizemm C-Extension #444

Closed eoyilmaz closed 1 month ago

eoyilmaz commented 1 month ago

Got rid of the C-Extension. Tested on MacOS, where it is working fine. Need more tests for other OSes before we merge this. Creating the PR just to start running the builds on GitHub.

eoyilmaz commented 1 month ago

Tested and runs on linux.

Seems to be running fine under Windows too, and although you reported it is running fine under Linux, I'll be testing it in Fedora too, just for fun 😄

eoyilmaz commented 1 month ago

The only issue I seem to find is that the wheel name is DisplayCAL-3.9.14-py3-none-any.whl instead of DisplayCAL-3.9.14-py3-cp311-cp311-any.whl I wonder if this is intentional as we don't have a C-Extension anymore?

p5k369 commented 1 month ago

That just indicates that the wheels isn't cpython specific anymore.