Package Details: flexget 3.11.33-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: 0.42
First Submitted: 2009-09-11 19:38 (UTC)
Last Updated: 2024-05-09 17:35 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 24 Next › Last »

jarondl commented on 2014-11-07 08:00 (UTC)

@mkaito I don't think flexget requires python2-tzlocal, but that python2-apscheduler should require it. If you let flexget download the egg, it downloads the new APScheduler version, which requires python2-tzlocal

mkaito commented on 2014-11-07 02:30 (UTC)

This might be an upstream bug, but: File "/usr/lib/python2.7/site-packages/flexget/plugins/daemon/scheduler.py", line 7, in <module> from apscheduler.jobstores.sqlalchemy import SQLAlchemyJobStore ImportError: No module named sqlalchemy

mkaito commented on 2014-11-07 02:27 (UTC)

Also requires `python2-tzlocal` now.

rbellamy commented on 2014-11-06 17:42 (UTC)

@jarondl - I see that now. I'll update the package later today or tomorrow.

jarondl commented on 2014-11-06 17:12 (UTC)

There is a new dependency - python2-apscheduler

tad commented on 2014-11-05 05:54 (UTC)

Upstream is no longer offering a versioned package for download. Recommend using pip2arch from pkgtools to generate the PKGBUILD.

lolilolicon commented on 2014-10-11 08:45 (UTC)

1. python2-paver is a build/packaging tool, akin to the use of waf in mpv. I do not have a strong opinion about this, but I'm sure it works without python2-paver. I don't know how well it will work with python2-paver in the long run, but from the looks of commit b6854cc it's not an entirely smooth change between different paver versions -- upstream requires a specific paver version because newer versions may break their setup; that's my opinion, but you may want to ping upstream to make sure. 2. python2-setuptools provides python2-distribute. Yes we're certain.

rbellamy commented on 2014-10-11 03:22 (UTC)

@lolilolicon - what do you mean by "...is python2-paver required? Upstream seems to perfer a particular version ('paver==1.2.3') and have it handled automatically at build time?" I was under the impression that if it's a dependency, regardless of whether or not flexget "deals with it at build time," it's still good stewardship to make sure the package call for it? In other words - I believe that an AUR package should pull in it's dependencies via PKGBUILD, NOT via some framework-specific package management system. Good to know about python2-distribute, though it's obsolete, are we certain it's not in use by flexget?

lolilolicon commented on 2014-10-07 06:23 (UTC)

As a matter of fact, /usr/bin/flexget requires at runtime python2-setuptools, so it should be a depend rather than just a makedepend. Note also python2-distribute is obsolete. Finally, is python2-paver required? Upstream seems to perfer a particular version ('paver==1.2.3') and have it handled automatically at build time.

rbellamy commented on 2014-10-06 20:59 (UTC)

Version bump to 1.2.199 * Removed python2-argparse as requirement per fix of https://bugs.archlinux.org/task/42063 * Added makedep python2-setuptools