It should work with Python 3.7 now with the added patches. Do not forget to rebuild all your dependencies to make them available to Python 3.7.
Search Criteria
Package Details: flexget-git v3.11.4.r2.g7560d21a8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flexget-git.git (read-only, click to copy) |
---|---|
Package Base: | flexget-git |
Description: | Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more. |
Upstream URL: | http://flexget.com/ |
Licenses: | MIT |
Conflicts: | flexget |
Provides: | flexget |
Submitter: | cgirard |
Maintainer: | rekman |
Last Packager: | rekman |
Votes: | 5 |
Popularity: | 0.000017 |
First Submitted: | 2015-08-10 10:05 (UTC) |
Last Updated: | 2024-01-02 10:04 (UTC) |
Dependencies (35)
- python (python37AUR, python311AUR, python310AUR)
- python-apschedulerAUR
- python-beautifulsoup4
- python-cherrypy
- python-colorclass
- python-dateutil
- python-feedparser
- python-flask
- python-flask-compress
- python-flask-cors
- python-flask-login
- python-flask-restful
- python-flask-restxAUR
- python-guessit
- python-html5lib (python-html5lib-gitAUR)
- python-jinja
- python-jsonschema
- python-loguru
- python-pendulum
- python-progressbar
- Show 15 more dependencies...
Required by (0)
Sources (3)
cgirard commented on 2018-08-29 13:03 (UTC)
Booloki commented on 2018-08-16 16:40 (UTC)
Waiting for an upstream fix: https://github.com/Flexget/Flexget/issues/2189
brando56894 commented on 2018-05-19 15:25 (UTC)
Please update this and remove the explicit version requirements, there is no reason for it. Instead, please use the respective python2 packages if you need it, I had to remove them all from mine to get it to build correctly.
cgirard commented on 2017-12-22 16:01 (UTC)
@zevdg they all are available on the AUR or the Arch Linux Archive.
zevdg commented on 2017-12-20 23:33 (UTC) (edited on 2017-12-20 23:38 (UTC) by zevdg)
Install fails with:
error: target not found: python-cherrypy<12
error: target not found: python-rebulk=0.8.2
error: target not found: python-rpyc=3.3.0
error: target not found: python-guessit<=2.0.4
cgirard commented on 2017-12-11 16:45 (UTC)
I have switched the package to Python3. You may get some errors at first restart with restoring some jobs by apscheduler but it seems to works fine afterward.
If you prefer using python2 version, use previous PKGBUILD from git history, I am not interested in maintaining both.
IamCarbonMan commented on 2017-03-29 15:21 (UTC)
Install fails with:
error: target not found: python2-flask-restplus=0.8.6
error: target not found: python2-guessit<=2.0.4
cgirard commented on 2017-03-21 20:24 (UTC)
Sorry forgot to commit. Fixed.
ooxxcc commented on 2017-03-21 02:33 (UTC)
flexget updated to 2.10.*
in PKGBUILD
```
# Make sure the perms allow reading by all
chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.9.*.dev0-py2.7.egg-info/*
```
will fail
cgirard commented on 2016-10-14 13:52 (UTC) (edited on 2016-10-14 13:53 (UTC) by cgirard)
Switched from npm to yarn. It is way faster to build!
Pinned Comments
rekman commented on 2024-01-02 09:55 (UTC)
As of flexget commit
06f39f5
on 2023-12-17,python-pendulum>=3.0.0
is required. Currently (2024-01-02) mainline Arch repos carry 2.1.2. The 3.0.0 version is in extra-testing.