Broken
pkg_resources.DistributionNotFound: SQLAlchemy>=0.7,<0.7.99
pacman -Ss
community/python2-sqlalchemy 0.8.0-1
Requires python2-sqlalchemy <0.7.99
Search Criteria
Package Details: flexget 3.13.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/flexget.git (read-only, click to copy) |
---|---|
Package Base: | flexget |
Description: | FlexGet is a program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more. |
Upstream URL: | https://github.com/Flexget/Flexget |
Licenses: | MIT |
Submitter: | jonkristian |
Maintainer: | evine |
Last Packager: | evine |
Votes: | 76 |
Popularity: | 0.21 |
First Submitted: | 2009-09-11 19:38 (UTC) |
Last Updated: | 2025-01-07 03:48 (UTC) |
Dependencies (83)
- python-aniso8601
- python-apschedulerAUR
- python-attrs
- python-autocommand (python-autocommand-gitAUR)
- python-babelfish
- python-beautifulsoup4
- python-blinker
- python-brotli (python-brotli-gitAUR)
- python-certifi
- python-charset-normalizer
- python-cheroot
- python-cherrypy
- python-click
- python-colorama (python-colorama-gitAUR)
- python-dateutil
- python-feedparser
- python-flask
- python-flask-compress
- python-flask-cors
- python-flask-login
- Show 63 more dependencies...
Required by (0)
Sources (6)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 25 Next › Last »
American_Jesus commented on 2013-03-30 15:46 (UTC)
American_Jesus commented on 2013-02-07 14:01 (UTC)
On a new version of upstream pkgrel should be 1
yaourt output:
aur/flexget 1.0.3335-2 -> 1.0.3337-2
cgirard commented on 2013-02-06 16:59 (UTC)
pyrss2gen has been renamed: https://aur.archlinux.org/packages/python2-pyrss2gen/
derhamster commented on 2013-02-05 20:50 (UTC)
No pip please. The current PKGBUILD is clean and simple. The reason it breaks so often is, that the devs move older version to a separate directory (http://download.flexget.com/archive/), which I find rather strange.
darkraziel commented on 2013-02-04 21:42 (UTC)
It fails to download the package. Moreover, the suggested way to install it is by pip.
http://flexget.com/wiki/InstallWizard/Linux/Environment/FlexGet
derhamster commented on 2013-01-30 18:46 (UTC)
Actually it is 3296 and 4fd5cbfd92b9b377a5b3667b94903222 now :D
MarianoC commented on 2013-01-26 22:20 (UTC)
New version is online: 3292 with md5sum 4446863685f8a607e5563cc35c5ba7e3
Pinned Comments
evine commented on 2024-10-22 00:36 (UTC) (edited on 2024-10-26 00:26 (UTC) by evine)
@cmm11 I added this file
/usr/lib/systemd/system/flexget.service
with the intention of reducing the running permissions for users who use flexget-webui. Users using the webui can directly run command within the webui. If you have to run these commands from the command line, traditionalsu
cannot do it because the shell of theflexget
user is/usr/bin/nologin
and login is prohibited.You can run
sudo -u flexget flexget -c /var/lib/flexget/config.yml execute --task task_name
Or You can use the gosu that I just packaged to implement:
sudo gosu <user>:<group> <command>
, for example:sudo gosu flexget:flexget flexget -c /var/lib/flexget/config.yml execute --task task_name
.If you are using
/usr/lib/systemd/system/flexget.service
, you can add a alias in your shell rc file:alias flexget="sudo -u flexget /usr/bin/flexget -c /var/lib/flexget/config.yml
oralias flexget="sudo gosu flexget:flexget /usr/bin/flexget -c /var/lib/flexget/config.yml"
.evine commented on 2024-10-19 04:50 (UTC) (edited on 2024-10-22 01:53 (UTC) by evine)
After taking over Flexget, I had
flexget-webui
andflexget-webui-v1
inoptdepends
, you can install and enable webui if you need. When using webui, it is recommended to use/usr/lib/systemd/system/flexget.service
I have newly added./usr/lib/systemd/system/flexget.service
to run as a system user, the original methods that run as normal user still exists:/usr/lib/systemd/system/flexget@.service
and/usr/lib/systemd/user/flexget.service
.If upgrade fail, you should remove old
flexget
first, and reinstall.