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

Dependencies (55)

Required by (0)

Sources (3)

Latest Comments

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

wilbowma commented on 2012-01-03 06:47 (UTC)

The most recent version of Flexget requires a couple new libraries. I've made a patch: --- flexget/PKGBUILD 2011-12-03 12:45:14.000000000 -0500 +++ PKGBUILD 2012-01-03 01:44:51.056920989 -0500 @@ -2,14 +2,15 @@ # Maintainer: Nathan Owe <ndowens.aur at gmail dot com> pkgname=flexget _pkgname=FlexGet -pkgver=1.0r2485 +pkgver=1.0r2630 pkgrel=1 pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)" arch=(any) url="http://flexget.com/" depends=('python2' 'python2-cherrypy' 'python2-progressbar' \ 'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \ - 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser' 'python2-flask') + 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser' \ + 'python2-flask' 'python2-requests' 'python2-certifi') makedepends=('python2-distribute') license=('MIT') install=('flexget.install') @@ -24,4 +25,4 @@ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -md5sums=('df1224bdf7b47b5a4a990b9d16b80930') +md5sums=('a5932431e76af538df505e4e27bd80a1')

MaTachi commented on 2011-12-05 20:58 (UTC)

Thanks dryes, it worked for me and I managed to reinstall flexget successfully.

dryes commented on 2011-12-05 00:23 (UTC)

Although obvious, a quick (and temporary) fix is to run as root: chmod -c 604 /usr/lib/python2.7/site-packages/feedparser-5.1-py2.7.egg-info/top_level.txt to reset: chmod -c 600 /usr/lib/python2.7/site-packages/feedparser-5.1-py2.7.egg-info/top_level.txt

pezz commented on 2011-12-03 11:26 (UTC)

I've lodged FS#27426

crabman commented on 2011-12-03 10:45 (UTC)

python2-feedparser 5.1-1 breaks flexget: (snip) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1316, in _get stream = open(path, 'rb') IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/feedparser-5.1-py2.7.egg-info/top_level.txt' i get the same error when trying to reinstall flexget

Glaucous commented on 2011-07-05 10:55 (UTC)

Confirmed here as well, python2-jinja is required.

pezz commented on 2011-07-05 00:46 (UTC)

Needs python2-jinja added as a dependency.