From 55924778aa848d48640e0f81f61e7a2dc962c130 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 26 Dec 2019 09:09:01 -0500 Subject: WIP: add puddletag for py3 This version is very unstable so I probably should not merge this. --- puddletag/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 puddletag/README.md (limited to 'puddletag/README.md') diff --git a/puddletag/README.md b/puddletag/README.md new file mode 100644 index 0000000..dfdf88d --- /dev/null +++ b/puddletag/README.md @@ -0,0 +1,16 @@ +# puddletag upstream +https://gitlab.com/bgstack15/puddletag which itself is a fork of https://github.com/keithgg/puddletag +Forked from https://packages.debian.org/sid/puddletag + +# Reason for being in stackrpms +Devuan has puddletag, however, the main version of the application depends on python2 and pyqt4. Debian (upstream of Devuan) just dropped the pyqt4 release, and the options to continue support is in either the pyqt5 branch of puddletag or the py3 (qt4) branch of puddletag. So now + +# Alternatives +https://build.opensuse.org/package/view_file/home:ecsos/puddletag/puddletag.spec?expand=1 + +# Reverse dependency matrix +Distro | puddletag version +---------- | ---------------- +Devuan | 2.0.0 + +# Differences from upstream -- cgit