jeffvli / sonixd

A full-featured Subsonic/Jellyfin compatible desktop music player
GNU General Public License v3.0
1.85k stars 74 forks source link

Python2 #410

Closed trentks closed 1 year ago

trentks commented 1 year ago

Python2 is EOL (since 2020-01-01), time to upgrade the project to python3?

jeffvli commented 1 year ago

This project does not use Python. Did you mean to post this in another repository?

trentks commented 1 year ago

Sorry I just tried to install it via the AUR:

~ >>> yay -S sonixd-bin                                                                                                                 [130]
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo Make:24]  gn-0.2072.1c4151ff-1  gperf-3.1-3  http-parser-2.9.4-1  lld-14.0.6-1  llvm-14.0.6-4  ninja-1.11.1-2  nodejs-19.2.0-1  nodejs-nopt-7.0.0-1  semver-7.3.8-1  node-gyp-9.3.0-1  npm-8.19.2-1  openssl-1.1-1.1.1.s-2  source-highlight-3.1.9-9  gdb-common-12.1-2  gdb-12.1-2  xorg-server-xvfb-21.1.4-1  luit-20221028-1  xbitmaps-1.1.2-3  libutempter-1.2.1-3  xterm-377-1  python-httplib2-0.21.0-2  wget-1.21.3-1  yarn-1.22.19-1  asar-3.2.2-1
[Aur:2]  electron13-13.6.9-3  sonixd-bin-0.15.3-1
[Aur Make:1]  python2-2.7.18-8

But you're right, it would appear that the python2 dependency comes from electron13 used for the aur package (https://aur.archlinux.org/packages/sonixd-bin). I'll take this up there.