Package Details: flexget 3.11.27-1

Git Clone URL: https://aur.archlinux.org/flexget.git (read-only, click to copy)
Package Base: flexget
Description: Multipurpose automation tool for downloading media content from different sources
Upstream URL: https://github.com/flexget/flexget
Licenses: MIT
Submitter: jonkristian
Maintainer: carsme
Last Packager: carsme
Votes: 76
Popularity: 1.16
First Submitted: 2009-09-11 19:38 (UTC)
Last Updated: 2024-03-28 21:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 24 Next › Last »

soker commented on 2017-09-14 17:45 (UTC)

File "/usr/bin/flexget", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3074, in <module> @_call_aside File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3058, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3087, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 664, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 981, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 867, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pathlib>=1.0' distribution was not found and is required by FlexGet Add python2-pathlib as a dependency to fix it.

jarondl commented on 2017-08-14 13:00 (UTC)

This has nothing to do with this package. You are using some AUR manager that auto-installs dependencies, and you had a problem with python-tzlocal. Even this problem is probably transient, because I had no problem running: git clone https://aur.archlinux.org/python-tzlocal.git

ANASTlEL commented on 2017-08-13 17:31 (UTC)

Building python-tzlocal... Cloning into 'python-tzlocal'... fatal: unable to access 'https://aur.archlinux.org/python-tzlocal.git/': The requested URL returned error: 502

sleduc commented on 2017-05-21 09:39 (UTC)

I updated the package to 2.10.48 and applied your fix for the dependency on guessit. It seems to work, hoping that using this version of guessit will not create too many bugs... but I guess it will still be better than not being able to install it at all :)

je-vv commented on 2017-05-15 01:40 (UTC)

Also, if porting to python (python3), then the patch for requirements.txt should be modified to remove dep on pahtlib: https://github.com/Flexget/Flexget/issues/1822 Like: % cat requirements.patch diff -Naur Flexget-2.10.14-old/requirements.txt Flexget-2.10.14/requirements.txt --- Flexget-2.10.14-old/requirements.txt 2017-05-14 19:27:31.385094023 -0600 +++ Flexget-2.10.14/requirements.txt 2017-05-14 19:28:29.416874195 -0600 @@ -11,12 +11,10 @@ jinja2 # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions requests>=2.8.0, <3.0 -#Guessit requires python-dateutil<=2.5.2 python-dateutil>=2.5.3 jsonschema>=2.0 path.py>=8.1.1 -pathlib>=1.0 -guessit<=2.0.4 +guessit>=2.1.2 apscheduler>=3.2.0 terminaltables>=3.1.0 colorclass>=2.2.0

je-vv commented on 2017-05-15 00:54 (UTC)

Well, the owner could apply: https://github.com/Flexget/Flexget/pull/1398/files The guys from flexget have accepted and rejected it... People from gentoo indicates compiles and works. There's also a indication of 3 tests failing... I suggest applying the changes so the flexget keeps working on Arch, but also keep track of: https://github.com/Flexget/Flexget/issues/1804 https://github.com/Flexget/Flexget/pull/1398 I seen no reason either not to move to python, rather than keep using python2...

IamCarbonMan commented on 2017-03-29 15:35 (UTC)

Install fails with: error: target not found: python2-guessit<=2.0.4

highway commented on 2016-09-01 02:28 (UTC)

@redbaron i just re-read the comment, maybe you can report that to them on their site? open a new issue and report that.

highway commented on 2016-09-01 02:24 (UTC)

@redbaron there is an issue open with guessit in their github. you can comment to show support/urgency if you like. the issue is with dateutil functionality breaking guessit tests that might get removed. https://github.com/guessit-io/guessit/issues/329