-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the pycygwin package #36779
Remove the pycygwin package #36779
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I didn't notice that, so I started removing this on the previous PR, sorry
No problem, I'm only splitting them to make it easier to review, so if you want to do it all at once with a flaming sword that's OK with me too. |
Please rebase on top of #36769. |
108e02c
to
69636ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Documentation preview for this PR (built with commit 69636ca; changes) is ready! 🎉 |
merge conflict |
merge conflict |
#36769 isn't yet in develop - how am I supposed to deal with this? |
Removing Cygwin support from: - build system, - CI, - SPKG configuration and installation scripts, - Sage library. Depends on sagemath#36779 URL: sagemath#36778 Reported by: Michael Orlitzky Reviewer(s): Dima Pasechnik, Matthias Köppe, Michael Orlitzky, Tobias Diez
5ea0e8e
to
6c2a5bc
Compare
rebased |
There's still some leftover cygwin stuff in src/sage/interfaces/jmoldata.py |
We're dropping Cygwin support, and in particular, the pycygwin library that handles these paths.
We're dropping Cygwin support, and in particular, the pycygwin library that handles these paths.
We're dropping Cygwin support, and in particular, the pycygwin library that handles these paths.
6c2a5bc
to
d9460d3
Compare
|
should be ok now |
It was only needed for Cygwin (to handle path conversions), and we're dropping Cygwin support for real now.
Depends on #36769