I installed python-hatchling
and python-hatch-requirements-txt
to be able to build flexget. I believe both, or one of them is now a build dependency. The hatchling module was missing if I recall correctly, but that was when looking for dependencies, then I suspected of the hatchling requirements as well. At any rate, missing dependencies at build time with 3.13.7.
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
- python-flask-restxAUR
- 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)
- 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-time-machine
- python-typing_extensions
- python-tzdata
- python-tzlocal
- python-urllib3
- python-webencodings
- python-werkzeug
- python-zc.lockfile
- python-zstandard
- python-zxcvbn
- python-build (make)
- python-hatch-requirements-txt (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- flexget-webuiAUR (optional) – webui v2
- flexget-webui-v1AUR (optional) – webui v1
- python-cloudscraperAUR (python-cloudscraper-gitAUR) (optional)
- python-deluge-clientAUR (optional)
- python-qbittorrent-apiAUR (optional)
- python-telegram-botAUR (python-telegram-bot-gitAUR) (optional)
- python-transmission-rpcAUR (optional)
Required by (0)
Sources (6)
je-vv commented on 2025-01-06 17:49 (UTC) (edited on 2025-01-06 17:50 (UTC) by je-vv)
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, traditional su
cannot do it because the shell of the flexget
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
or alias flexget="sudo gosu flexget:flexget /usr/bin/flexget -c /var/lib/flexget/config.yml"
.
cmm11 commented on 2024-10-21 16:26 (UTC) (edited on 2024-10-22 15:21 (UTC) by cmm11)
Update- Thanks for the detailed reply devome and for maintaining the pkgbuild.
If i run flexget using the system service file, how do i interact with the daemon? For example if i wanted to do: flexget execute --tasks task-name
je-vv commented on 2024-10-20 21:12 (UTC)
Many thanks @devome !
evine commented on 2024-10-20 05:06 (UTC)
@je-vv It ’s not moving. flexget-webui
is a package that I just added after I take over flexget
. Yes, it can be just optdepends, and I have change it.
je-vv commented on 2024-10-19 22:19 (UTC)
Why the move of flexget-webui to a hard dependency?
I believe it can remain an opt dependency, just like flexget-webui-v1 is an opt dependency. Why forcing to install a webui? @devome can you reconsider this and if possible move the webui to be opt dependency?
Thanks !
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
- Added
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. - Fixed dependency packages.
- 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
. - Removed check function in PKGBUILD due to the official testing of flexget before release.
If upgrade fail, you should remove old flexget
first, and reinstall.
je-vv commented on 2023-11-22 01:33 (UTC)
Is it possible to add a makedepend on whether python-pytest-parallel (it would need to be added to the AUR as well, but that would be the best), or at least pythoh-pytest-xdist, and then on the test section, use --workers auto
in the case of parallel, or -n auto
in the case of xdist? Or instead of just all cores, then get them like -j$(nproc --ignore 1)
, so that if possible one core is left not used...
That might be able to accelerate the testing part of the package. Testing is good BTW, :)
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.