The most recent version of Flexget requires a couple new libraries. I've made a patch:
--- flexget/PKGBUILD 2011-12-03 12:45:14.000000000 -0500
+++ PKGBUILD 2012-01-03 01:44:51.056920989 -0500
@@ -2,14 +2,15 @@
# Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
pkgname=flexget
_pkgname=FlexGet
-pkgver=1.0r2485
+pkgver=1.0r2630
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
arch=(any)
url="http://flexget.com/"
depends=('python2' 'python2-cherrypy' 'python2-progressbar' \
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \
- 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser' 'python2-flask')
+ 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser' \
+ 'python2-flask' 'python2-requests' 'python2-certifi')
makedepends=('python2-distribute')
license=('MIT')
install=('flexget.install')
@@ -24,4 +25,4 @@
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-md5sums=('df1224bdf7b47b5a4a990b9d16b80930')
+md5sums=('a5932431e76af538df505e4e27bd80a1')
Search Criteria
Package Details: flexget 3.16.0-1
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: | 77 |
Popularity: | 0.100359 |
First Submitted: | 2009-09-11 19:38 (UTC) |
Last Updated: | 2025-05-18 16:19 (UTC) |
Dependencies (82)
- python-aniso8601
- python-apschedulerAUR
- python-attrs
- python-autocommand
- python-babelfish
- python-beautifulsoup4
- python-blinker
- python-brotli (python-brotli-gitAUR)
- python-certifi
- python-charset-normalizer
- python-cheroot
- python-cherrypy
- python-click
- python-dateutil (python-dateutil-gitAUR)
- python-feedparser
- python-flask
- python-flask-compress
- python-flask-cors
- python-flask-login
- python-flask-restxAUR
- python-greenlet
- python-guessit
- python-html5lib (python-html5lib-gitAUR)
- python-idna
- python-importlib_resources
- python-itsdangerous
- python-jaraco.collections
- python-jaraco.context
- python-jaraco.functools
- python-jaraco.text
- python-jinja
- python-jsonschema
- python-jsonschema-specifications
- python-loguru
- python-markdown-it-py
- python-markupsafe
- python-mdurl
- python-more-itertools
- python-packaging
- python-pendulum
- python-plumbum
- python-portend
- python-psutil
- python-pygments
- python-pynzbAUR
- python-pyparsing
- python-pyrss2gen
- python-pytz
- python-pyyaml (python-yaml-gitAUR, python-yaml)
- python-rebulk
- python-referencing
- python-requests
- python-rich
- python-rpds-py
- python-rpyc
- python-setuptools
- python-sgmllib3k
- python-six
- python-soupsieve
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-tempora
- python-typing_extensions
- python-tzdata
- python-tzlocal
- python-urllib3
- python-webencodings
- python-werkzeug
- python-zc.lockfile
- python-zstandard
- python-zxcvbn
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-pytest (check)
- python-pytest-xdist (check)
- python-vcrpy (python-vcrpy-gitAUR) (check)
- flexget-webuiAUR (optional) – webui v2
- flexget-webui-v1AUR (optional) – webui v1
- python-deluge-clientAUR (optional) – deluge plugin
- python-qbittorrent-apiAUR (optional) – qbittorrent plugin
- python-telegram-botAUR (python-telegram-bot-gitAUR) (optional) – telegram plugin
- python-transmission-rpcAUR (optional) – transmission plugin
Required by (0)
Sources (6)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 Next › Last »
wilbowma commented on 2012-01-03 06:47 (UTC)
MaTachi commented on 2011-12-05 20:58 (UTC)
Thanks dryes, it worked for me and I managed to reinstall flexget successfully.
dryes commented on 2011-12-05 00:23 (UTC)
Although obvious, a quick (and temporary) fix is to run as root:
chmod -c 604 /usr/lib/python2.7/site-packages/feedparser-5.1-py2.7.egg-info/top_level.txt
to reset:
chmod -c 600 /usr/lib/python2.7/site-packages/feedparser-5.1-py2.7.egg-info/top_level.txt
pezz commented on 2011-12-03 11:26 (UTC)
I've lodged FS#27426
crabman commented on 2011-12-03 10:45 (UTC)
python2-feedparser 5.1-1 breaks flexget:
(snip)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1316, in _get
stream = open(path, 'rb')
IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/feedparser-5.1-py2.7.egg-info/top_level.txt'
i get the same error when trying to reinstall flexget
Glaucous commented on 2011-07-05 10:55 (UTC)
Confirmed here as well, python2-jinja is required.
pezz commented on 2011-07-05 00:46 (UTC)
Needs python2-jinja added as a dependency.
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 2025-04-14 15:19 (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.