Package Details: sabnzbd 4.3.1-1

Git Clone URL: https://aur.archlinux.org/sabnzbd.git (read-only, click to copy)
Package Base: sabnzbd
Description: A web-interface based binary newsgrabber with NZB file support
Upstream URL: http://www.sabnzbd.org
Keywords: network usenet
Licenses: GPL
Submitter: esh
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 269
Popularity: 0.24
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-05-05 15:16 (UTC)

Pinned Comments

fryfrog commented on 2024-04-30 04:23 (UTC)

Arch updated Python to 3.12, you need to re-build/re-install python-sabyenc3 and python-sabctools!

Using paru:

paru -S python-sabyenc3 python-sabctools --rebuild

@hoban, thanks for reminding me to post about this!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 64 Next › Last »

hcjl commented on 2022-06-10 13:12 (UTC)

@fryfrog ping ;-)

fryfrog commented on 2022-06-10 01:58 (UTC)

Awesome, feel free to re-ping me when they come out of testing if I don't notice!

Jormungandr89 commented on 2022-06-10 01:47 (UTC)

The remaining four (functools, collections, text, context) are in the community-testing repo currently.

fryfrog commented on 2022-06-09 14:15 (UTC)

From sabnzbd's requirements.txt, it requires these five jaraco.* packages.

jaraco.functools==3.5.0
jaraco.collections==3.5.1
jaraco.text==3.8.0
jaraco.classes==3.2.1
jaraco.context==4.1.1

But we only have these available in Arch, of which only one of them matches up and it seems python-jaraco provides the rest?

community/python-jaraco.test 5.0.0-4 [5.40KiB 3.50KiB]
    Testing support by jaraco
community/python-jaraco.path 3.4.0-2 [12.16KiB 33.43KiB]
    Miscellaneous path functions
community/python-jaraco.envs 2.2.0-1 [7.01KiB 10.77KiB]
    Classes for orchestrating Python (virtual) environments
community/python-jaraco.context 4.1.1-2 [0B 20.44KiB] [Installed]
    Context managers by jaraco
community/python-jaraco 2022.2.21-2 [0B 382.55KiB] [Installed]
    A gaggle of idiosyncratic and questionable wrappers for the stdlib.

Are the individual ones still being split? Do I need to create aur packages for the other 4?

yan12125 commented on 2022-06-09 07:44 (UTC)

python-jaraco is split into python-jaraco.* and going to be removed. Please update package dependencies, thanks!

Pietro_Pizzi commented on 2022-06-08 22:56 (UTC)

@fryfrog: Exactly! I looked in .local/lib/python3.10/site-packages/ what I have falsely installed with pip and get rid of it with 'pip uninstall -y <apps>'. Now all works again. Thanks!

fryfrog commented on 2022-06-05 19:10 (UTC)

@Pietro_Pizzi: Some how you've got a very new version of sabyenc installed, maybe via pip or something else? It has been 4.0.2 for ages and was very briefly 5.0.1. You have not installed 5.4.1 w/ the aur, so you need to figure out how you did it.

Alternatively, you could upgrade to the latest 3.6 beta/rc, which needs a newer sabyenc.

Pietro_Pizzi commented on 2022-06-05 15:28 (UTC) (edited on 2022-06-05 15:49 (UTC) by Pietro_Pizzi)

I get an error massage in the web interface:

Essential modules are missing, downloading cannot start.

SABYenc disabled: no correct version found! (Found v5.4.1, expecting v4.0.0)

But actually python-sabyenc3 4.0.2-3 as a dependency is installed!?

Does anybody know what my problem is?

...

I think I know what I have done:

I have some python pkg, which are not even in AUR, installed with "pip install --user <pkg>" ('--user' to not mess with the arch pkg-manager). Now I have updated them (and many more :( ) with "pip-review --auto" instead of "pip-review --user --auto". Now I'm screwd and have to find out which pkg these are and how I get rid of them...

fryfrog commented on 2022-03-04 03:42 (UTC) (edited on 2022-03-04 03:44 (UTC) by fryfrog)

@jdart: EZPZ, just systemctl edit sabnzbd and override the User= and Group= as needed. If you needed to modify ExecStart=, you need to clear it by having just that empty line and then on the next line repeat it, but w/ the command you want. This is the right way to override a package .service file because it persists and any package changes to the service will still be preserved as long as they're not something you override.

pezz commented on 2022-03-04 03:40 (UTC)

@jdart read up on how to make service.d files with systemd.