[147564] trunk/dports/python/py-feedparser/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Apr 7 18:16:14 PDT 2016


Revision: 147564
          https://trac.macports.org/changeset/147564
Author:   khindenburg at macports.org
Date:     2016-04-07 18:16:14 -0700 (Thu, 07 Apr 2016)
Log Message:
-----------
py-feedparser: move to github; remove py26; add py35

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

Modified: trunk/dports/python/py-feedparser/Portfile
===================================================================
--- trunk/dports/python/py-feedparser/Portfile	2016-04-08 00:09:50 UTC (rev 147563)
+++ trunk/dports/python/py-feedparser/Portfile	2016-04-08 01:16:14 UTC (rev 147564)
@@ -1,10 +1,13 @@
+# -*- 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
+PortGroup           github 1.0
 
-name                py-feedparser
-version             5.1.3
+github.setup        kurtmckee feedparser 5.1.3 v
+revision            1
+name                py-${name}
 license             BSD
 platforms           darwin
 maintainers         nomaintainer
@@ -15,21 +18,19 @@
     and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, \
     Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, \
     and CDF feeds.
-homepage            http://code.google.com/p/feedparser/
-master_sites        googlecode:feedparser
-distname            feedparser-${version}
 
-use_bzip2           yes
+checksums           rmd160  ecf03e349dade737185786fc520e7e8bec3148cd \
+                    sha256  716250ab5c21e335148743bda883a13c99ca708541a43a8c447c36ab7f800e3c
 
-checksums           sha1    dfe654e4babd258b1402b89e889d78330206d78c \
-                    rmd160  d6976ab0ed42b878d3a9367cc8b3cfdafa5974f3
+python.versions     27 34 35
 
-python.versions     26 27 34
-
 if {${name} ne ${subport}} {
     depends_build-append port:py${python.version}-setuptools
-    post-destroot	{
+
+    post-destroot {
         xinstall -m 644 -W ${worksrcpath} LICENSE README \
             ${destroot}${prefix}/share/doc/${subport}
     }
+
+    livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160407/1fe47e7d/attachment.html>


More information about the macports-changes mailing list