flexget stable port information

Info4: <<
Package: flexget
Version: 1.0r2238
Revision: 1
Description: Multipurpose download automation tool
Type: python(2.6)
License: BSD
Maintainer: Benjamin Reed

Depends: <<
python%type_pkg[python],
beautifulsoup-py%type_pkg[python],
cherrypy-py%type_pkg[python],
feedparser-py%type_pkg[python],
googlechart-py%type_pkg[python],
html5lib-py%type_pkg[python],
nzb-py%type_pkg[python],
progressbar-py%type_pkg[python],
rss2gen-py%type_pkg[python],
sqlalchemy-py%type_pkg[python] (>= 0.6.7-1),
transmissionrpc-py%type_pkg[python],
yaml-py%type_pkg[python]
<<
BuildDepends: <<
fink (>= 0.30.0-1),
setuptools-py%type_pkg[python]
<<

NoSourceDirectory: true
Source: http://download.flexget.com/unstable/FlexGet-%v-py%type_raw[python].egg
Source-MD5: bdef82de4ed876f2238deeccca5d5da0

UseMaxBuildJobs: true
CompileScript: echo "none needed"

InstallScript: <<
#!/bin/sh -ev
INSTALL_DIR="%i/lib/python2.6/site-packages"
install -d -m 755 $INSTALL_DIR
export PYTHONPATH="$PYTHONPATH:$INSTALL_DIR"
easy_install-%type_raw[python] --prefix=%i --no-deps FlexGet-%v-py%type_raw[python].egg
find %i -name \*.pyc -exec rm -rf {} \;
rm -rf $INSTALL_DIR/site.py
rm -rf $INSTALL_DIR/easy-install.pth
<<

Homepage: http://flexget.com/
DescDetail: <<
FlexGet is a multipurpose automation tool for content like torrents, nzbs,
podcasts, comics, etc. FlexGet is able to handle different kinds of sources
like RSS-feeds, html pages and even csv files. There are even some plugins
for sites that do not provide any kind of useful feeds.

There are numerous plugins that allow utilizing FlexGet in interesting ways
and more are being added continuously.
<<
<<