savio-code / hexorbase

Automatically exported from code.google.com/p/hexorbase
68 stars 41 forks source link

Should switch to Python 3 and PyQt5/Pyside2 #8

Open rhertzog opened 4 years ago

rhertzog commented 4 years ago

Python 2.x will no longer be supported by their upstream developers in 2020. Thus Debian developers are actively removing Python 2 support in Debian Testing with the goal of getting rid of Python 2 in Debian 11 (bullseye).

This is affecting Kali and hexorbase is part of Kali. That's why we would like to see a version of hexorbase ported to Python 3.

Qt4 has also been obsoleted a while ago, so the application also needs to be updated for Qt5, using either PyQt5 or Pyside2.

Tracking bug in Kali: https://gitlab.com/kalilinux/packages/hexorbase/issues/1

mmkathurima commented 2 years ago

Python 2.x will no longer be supported by their upstream developers in 2020. Thus Debian developers are actively removing Python 2 support in Debian Testing with the goal of getting rid of Python 2 in Debian 11 (bullseye).

This is affecting Kali and hexorbase is part of Kali. That's why we would like to see a version of hexorbase ported to Python 3.

Qt4 has also been obsoleted a while ago, so the application also needs to be updated for Qt5, using either PyQt5 or Pyside2.

Tracking bug in Kali: https://gitlab.com/kalilinux/packages/hexorbase/issues/1

Take a look at my port