frescobaldi / python-poppler-qt5

Python binding to libpoppler-qt5
Other
42 stars 32 forks source link

we should switch from sipdistutils to a project.toml file #38

Closed wbsoft closed 3 years ago

wbsoft commented 4 years ago

As per https://www.riverbankcomputing.com/static/Docs/sip/introduction.html we should go with a project toml file, instead of the sipdistutils hack hack. Currently investigating. Installing with pip should work.

tadeoos commented 4 years ago

Thanks for all the work on this package! Any idea when this could happen? pip installation, unfortunately, does not work and the way around it is to install via apt-get: apt-get install -y python3-poppler-qt5, but this, in turn, does not support python3.8

mitya57 commented 4 years ago

I started some work on this in the sip5 branch of my fork: https://github.com/mitya57/python-poppler-qt5/commits/sip5

So far it's very raw, so I don't even create a draft pull request.

What is missing:

I will try to finish when I have more time, or feel free to start from where I stopped.

tadeoos commented 4 years ago

Thanks a lot @mitya57!

mitya57 commented 4 years ago

And now I finalized the work and created pull request #41.