Package Details: flexget 3.11.34-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.37
First Submitted: 2009-09-11 19:38 (UTC)
Last Updated: 2024-05-22 18:35 (UTC)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 24 Next › Last »

thebodzio commented on 2013-04-02 23:10 (UTC)

The following patch did it in my case (simply removed the “upper bound” from SQLAlchemy dependency check): --- pavement.py.old 2013-04-03 00:53:25.257784397 +0200 +++ pavement.py 2013-04-03 00:55:23.184820740 +0200 @@ -19,7 +19,7 @@ sys.path.insert(0, '') options = environment.options -install_requires = ['FeedParser>=5.1.3', 'SQLAlchemy >=0.7, <0.7.99', 'PyYAML', 'BeautifulSoup>=3.2, <3.3', +install_requires = ['FeedParser>=5.1.3', 'SQLAlchemy >=0.7', 'PyYAML', 'BeautifulSoup>=3.2, <3.3', 'beautifulsoup4>=4.1, <4.2', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'jinja2', 'flask', 'cherrypy', 'requests>=1.0, <1.99', 'python-dateutil!=2.0'] if sys.version_info < (2, 7):

American_Jesus commented on 2013-03-30 15:46 (UTC)

Broken pkg_resources.DistributionNotFound: SQLAlchemy>=0.7,<0.7.99 pacman -Ss community/python2-sqlalchemy 0.8.0-1 Requires python2-sqlalchemy <0.7.99

American_Jesus commented on 2013-02-07 14:01 (UTC)

On a new version of upstream pkgrel should be 1 yaourt output: aur/flexget 1.0.3335-2 -> 1.0.3337-2

cgirard commented on 2013-02-06 16:59 (UTC)

pyrss2gen has been renamed: https://aur.archlinux.org/packages/python2-pyrss2gen/

derhamster commented on 2013-02-05 20:50 (UTC)

No pip please. The current PKGBUILD is clean and simple. The reason it breaks so often is, that the devs move older version to a separate directory (http://download.flexget.com/archive/), which I find rather strange.

darkraziel commented on 2013-02-04 21:42 (UTC)

It fails to download the package. Moreover, the suggested way to install it is by pip. http://flexget.com/wiki/InstallWizard/Linux/Environment/FlexGet

derhamster commented on 2013-01-30 18:46 (UTC)

Actually it is 3296 and 4fd5cbfd92b9b377a5b3667b94903222 now :D