Search Criteria
Package Details: flexget 3.1.56-1
Git Clone URL: | https://aur.archlinux.org/flexget.git (read-only, click to copy) |
---|---|
Package Base: | flexget |
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: | |
Submitter: | jonkristian |
Maintainer: | redfish |
Last Packager: | redfish |
Votes: | 70 |
Popularity: | 0.22 |
First Submitted: | 2009-09-11 19:38 |
Last Updated: | 2020-05-24 01:19 |
Dependencies (35)
- python (python-dbg)
- python-pynzb
- python-pyrss2gen
- python-zxcvbn
- python-flask-restplus>=0.10.1
- python-html5lib>=0.11 (python-html5lib-git)
- python-flask-restful>=0.3.3
- python-loguru>=0.4
- python-flask-login>=0.4.0
- python-flask>=0.7 (python-flask12, python-flask-git)
- python-flask-compress>=1.2.1
- python-sqlalchemy>=1.3.10 (python-sqlalchemy-0.7.9, python-sqlalchemy-1.3.13, python-sqlalchemy-git)
- python-cherrypy>=18.0.0
- python-jsonschema>=2.0 (python-jsonschema26)
- python-rebulk>=2.0.0
- python-pyparsing>=2.0.3
- python-flask-cors>=2.1.2
- python-jinja>=2.10
- python-colorclass>=2.2.0 (python-colorclass-git)
- python-requests>=2.20.0
- python-progressbar>=2.5
- python-dateutil>=2.5.3
- python-guessit>=3.1.0
- python-terminaltables>=3.1.0 (python-terminaltables-git)
- python-apscheduler>=3.2.0
- python-rpyc>=4.0
- python-yaml>=4.2b1
- python-beautifulsoup4>=4.5
- python-feedparser>=5.2.1 (python-feedparser-dev)
- python-paver (make)
- python-setuptools (make)
- python-boto3 (optional) – SNS output plugin
- python-guppy (optional) – for memusage plugin
- python-rarfile (python2-rarfile) (optional) – decompress plugin
- python-transmissionrpc (optional) – Transmission support
Latest Comments
1 2 3 4 5 6 ... Next › Last »
cheezsteak commented on 2021-01-03 22:56
I had to add install
python-brotli 1.0.9-4
to successfully runflexget --version
. I don't know what version it should be or if its required by this package or one of it's dependencies.tuxitop commented on 2019-09-08 14:14
What is the point of including the
flexget@.service
file, if you are not installing it in the PKGBUILD?redfish commented on 2018-11-18 18:21
@je-vv: thanks, merged. I kept the min version specs for now, though, they don't hurt.
je-vv commented on 2018-11-04 05:12
This patch might be of interest:
je-vv commented on 2018-10-21 06:42
Please, change dependency from python-path, to python-path.py, which is the same but available from official repos. Please also remove dependency upon python-pathlib, that's not required at all on python 3. Some tweaks to requirements.txt might be required
highway commented on 2018-08-26 22:53
After another round of issues due to updates and broken functionality, I uninstalled flexget and all of its depends using pacman. I kept setuptools installed, and installed python2-virutalenv and python2-pip. I followed the instructions on the flexget page for setting up a virtualenv for ONLY flexget using python2 (python3 seems to have issues at this time). This seems to be working well and running OK. This process creates a build of flexget and its depends (independent of Arch) in a local folder somewhere, so it can be executed but will never interfere with Arch packages. I don't ever plan on updating the virtualenv or the packages/depends installed inside of that folder. Hopefully I can now use flexget in peace, without it breaking in an attempt to give me feature updates I don't need and won't use.
highway commented on 2018-04-29 13:21
@cgirard - thank you, that fixed it!
file path if anyone else needs it:
/usr/lib/python2.7/site-packages/FlexGet-2.10.48-py2.7.egg-info/requires.txt
cgirard commented on 2018-04-23 13:40
@highway: it is because zxcvbn-python is now zxcvbn. The python require file should be updated.
highway commented on 2018-04-21 23:54
I seem to have an issue with the latest update of python2-zxcvbn breaking functionality. The error I receive is: "pkg_resources.DistributionNotFound: The 'zxcvbn-python' distribution was not found and is required by FlexGet"
Is anyone else experiencing this?
asermax commented on 2018-01-17 00:46
I meant the same as highway*