asweigart / pyperclip

Python module for cross-platform clipboard functions.
https://pypi.python.org/pypi/pyperclip
BSD 3-Clause "New" or "Revised" License
1.6k stars 193 forks source link

Remove deprecated libraries (pyqt4, pygtk) #225

Closed stephenfin closed 2 weeks ago

stephenfin commented 2 years ago

Both the PyGTK and PyQt4 libraries have been unsupported for many years. They complicate the codebase and it's time we drop support for them. If people still care about these, they can use older versions of pyperclip.

stephenfin commented 2 years ago

I note that there are a couple of patches open to add support for the new GObject library in place for PyGTK. I'd be happy to drop that part of this PR and/or fold those PRs in here if that would help.

jakemraz commented 1 year ago

awesome. it's hard to install pyqt4 on the recent ubuntu. please applying this PR to the latest!

snowman2 commented 11 months ago

Seeing similar issues with gtk. Looks like others are trying to avoid them with their implementations in #233 & #182. Are there blockers preventing this PR (or one of the others) from being merged?

snowman2 commented 11 months ago

Related #111

asweigart commented 2 weeks ago

Thanks!