Skip to content

Commit d9c38a7

Browse files
author
Release Manager
committed
gh-38966: Clean up Cygwin remnants
We dropped support for Cygwin a while ago, but there is some stuff left over in the tree. Let's finally remove it. URL: #38966 Reported by: Michael Orlitzky Reviewer(s): Kwankyu Lee
2 parents 54af5b3 + 704bad0 commit d9c38a7

File tree

66 files changed

+10
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+10
-141
lines changed

build/bin/sage-guess-package-system

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,5 @@ elif xbps-install --version > /dev/null 2>&1; then
3232
elif pkg -v > /dev/null 2>&1; then
3333
echo freebsd
3434
else
35-
case `uname -s` in
36-
CYGWIN*)
37-
echo cygwin
38-
;;
39-
*)
40-
echo unknown
41-
;;
42-
esac
35+
echo unknown
4336
fi

build/bin/sage-print-system-package-command

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ case $system:$command in
182182
slackware*:install)
183183
[ -n "$system_packages" ] && print_shell_command ${SUDO}slackpkg install $system_packages
184184
;;
185-
cygwin*:update)
186-
print_comment "first install apt-cyg from https://github.com/transcode-open/apt-cyg"
187-
;;
188-
cygwin*:install)
189-
[ -n "$system_packages" ] && print_shell_command apt-cyg install $system_packages
190-
;;
191185
freebsd*:install)
192186
[ -n "$system_packages" ] && print_shell_command ${SUDO}pkg install $system_packages
193187
;;

build/bin/sage-spkg-info

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ for system in $systems; do
8585
alpine) tab "Alpine";;
8686
arch) tab "Arch Linux";;
8787
conda) tab "conda-forge";;
88-
cygwin) tab "Cygwin";;
8988
debian) tab "Debian/Ubuntu";;
9089
fedora) tab "Fedora/Redhat/CentOS";;
9190
freebsd) tab "FreeBSD";;

build/pkgs/4ti2/distros/cygwin.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/pkgs/_bootstrap/distros/cygwin.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/pkgs/_develop/distros/cygwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/_prereq/distros/cygwin.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

build/pkgs/_python3.10/distros/cygwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/_python3.11/distros/cygwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/_python3.12/distros/cygwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)