conda-forge / spyder-feedstock

A conda-smithy repository for spyder.
BSD 3-Clause "New" or "Revised" License
1 stars 17 forks source link

ENH: Add pyside6 option #178

Closed larsoner closed 4 months ago

larsoner commented 4 months ago

It would be nice if I could install spyder and pyside6 but not pyqt. One way to allow this would be to change the current spyder recipe into a spyder-base, remove pyqt as a requirement, and make a new spyder recipe that depends on spyder-base and pyqt. This is backward compatible with what people probably expect conda install spyder to do, but would allow others to do conda install spyder-base pyside6 and have a working Spyder (I think!).

If there's interest I'm happy to give it a shot, but https://github.com/conda-forge/spyder-feedstock/pull/177 should probably land first.

larsoner commented 4 months ago

Oh -- I just realized that PyQt is hard-coded setup.py in Spyder so this is really more of an upstream question I suppose. Closing!