[70662] trunk/dports/python

nox at macports.org nox at macports.org
Mon Aug 16 10:20:26 PDT 2010


Revision: 70662
          http://trac.macports.org/changeset/70662
Author:   nox at macports.org
Date:     2010-08-16 10:20:25 -0700 (Mon, 16 Aug 2010)
Log Message:
-----------
Create new port py26-FlexGet

Added Paths:
-----------
    trunk/dports/python/py26-FlexGet/
    trunk/dports/python/py26-FlexGet/.Python
    trunk/dports/python/py26-FlexGet/Portfile
    trunk/dports/python/py26-FlexGet/files/
    trunk/dports/python/py26-FlexGet/files/setup.py

Added: trunk/dports/python/py26-FlexGet/.Python
===================================================================
--- trunk/dports/python/py26-FlexGet/.Python	                        (rev 0)
+++ trunk/dports/python/py26-FlexGet/.Python	2010-08-16 17:20:25 UTC (rev 70662)
@@ -0,0 +1 @@
+link /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python
\ No newline at end of file


Property changes on: trunk/dports/python/py26-FlexGet/.Python
___________________________________________________________________
Added: svn:special
   + *

Added: trunk/dports/python/py26-FlexGet/Portfile
===================================================================
--- trunk/dports/python/py26-FlexGet/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-FlexGet/Portfile	2010-08-16 17:20:25 UTC (rev 70662)
@@ -0,0 +1,52 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-FlexGet
+svn.revision    1368
+version         1.0-r${svn.revision}
+license         MIT
+maintainers     nox openmaintainer
+platforms       darwin
+description     FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, etc.
+
+long_description \
+    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.
+
+categories-append \
+    www
+
+homepage        http://flexget.com/
+fetch.type      svn
+svn.url         http://svn.flexget.com/trunk
+
+depends_build \
+    port:py26-paver
+
+depends_run \
+    port:py26-feedparser \
+    port:py26-sqlalchemy \
+    port:py26-yaml \
+    port:py26-beautifulsoup \
+    port:py26-html5lib \
+    port:py26-pygooglechart \
+    port:py26-PyRSS2Gen \
+    port:py26-pynzb \
+    port:py26-progressbar
+
+build.cmd       paver-2.6
+destroot.cmd    paver-2.6
+
+worksrcdir      trunk
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/LICENSE ${destroot}${docdir}
+}
+
+test.run        yes
+
+universal_variant   no


Property changes on: trunk/dports/python/py26-FlexGet/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-FlexGet/files/setup.py
===================================================================
--- trunk/dports/python/py26-FlexGet/files/setup.py	                        (rev 0)
+++ trunk/dports/python/py26-FlexGet/files/setup.py	2010-08-16 17:20:25 UTC (rev 70662)
@@ -0,0 +1,6 @@
+from distutils.core import setup
+
+setup(name = 'FlexGet',
+      version = '@VERSION@',
+      packages = ['flexget', 'flexget.plugins', 'flexget.utils'],
+      scripts = ['scripts/flexget'])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100816/dffae47e/attachment.html>


More information about the macports-changes mailing list