[130258] trunk/dports/python/py-FlexGet/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 15:14:39 PST 2014


Revision: 130258
          https://trac.macports.org/changeset/130258
Author:   larryv at macports.org
Date:     2014-12-29 15:14:39 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-FlexGet: Add modeline, rearrange, reformat

Modified Paths:
--------------
    trunk/dports/python/py-FlexGet/Portfile

Modified: trunk/dports/python/py-FlexGet/Portfile
===================================================================
--- trunk/dports/python/py-FlexGet/Portfile	2014-12-29 22:57:39 UTC (rev 130257)
+++ trunk/dports/python/py-FlexGet/Portfile	2014-12-29 23:14:39 UTC (rev 130258)
@@ -1,45 +1,44 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-FlexGet
-version         1.2.183
-license         MIT
-maintainers     nomaintainer
-platforms       darwin
-supported_archs noarch
-description     FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, etc.
+name                py-FlexGet
+version             1.2.183
+categories-append   www
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         nomaintainer
 
-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.
+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.
+homepage            http://flexget.com/
 
-categories-append \
-    www
+master_sites        https://pypi.python.org/packages/source/F/FlexGet/
+distname            FlexGet-${version}
+checksums           md5     256f5536d5de5121a4495e93e9c0d35c \
+                    sha256  c2c6bd11ca3daae93544df3152955f24799540c615733dce0a4812073090e5d2
 
-homepage        http://flexget.com/
-master_sites    https://pypi.python.org/packages/source/F/FlexGet/
-distname        FlexGet-${version}
-checksums       md5 256f5536d5de5121a4495e93e9c0d35c \
-                sha256 c2c6bd11ca3daae93544df3152955f24799540c615733dce0a4812073090e5d2
+python.versions     26
 
-python.versions 26
-
 if {$subport ne $name} {
-    depends_build \
-        port:py${python.version}-paver
+    depends_build   port:py${python.version}-paver
 
-    depends_run \
-        port:py${python.version}-feedparser \
-        port:py${python.version}-sqlalchemy \
-        port:py${python.version}-yaml \
-        port:py${python.version}-beautifulsoup \
-        port:py${python.version}-html5lib \
-        port:py${python.version}-pygooglechart \
-        port:py${python.version}-PyRSS2Gen \
-        port:py${python.version}-pynzb \
-        port:py${python.version}-progressbar
+    depends_run     port:py${python.version}-PyRSS2Gen \
+                    port:py${python.version}-beautifulsoup \
+                    port:py${python.version}-feedparser \
+                    port:py${python.version}-html5lib \
+                    port:py${python.version}-progressbar \
+                    port:py${python.version}-pygooglechart \
+                    port:py${python.version}-pynzb \
+                    port:py${python.version}-sqlalchemy \
+                    port:py${python.version}-yaml
 
     build.cmd       paver-${python.branch}
     destroot.cmd    paver-${python.branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/c48ca2f1/attachment.html>


More information about the macports-changes mailing list