[79328] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Jun 9 10:15:39 PDT 2011


Revision: 79328
          http://trac.macports.org/changeset/79328
Author:   ryandesign at macports.org
Date:     2011-06-09 10:15:36 -0700 (Thu, 09 Jun 2011)
Log Message:
-----------
py-feedparser, py25-feedparser, py26-feedparser, py27-feedparser: update to 5.0.1, indicate this is noarch, switch to googlecode for distfiles, switch to smaller bz2 distfile

Modified Paths:
--------------
    trunk/dports/python/py-feedparser/Portfile
    trunk/dports/python/py25-feedparser/Portfile
    trunk/dports/python/py26-feedparser/Portfile
    trunk/dports/python/py27-feedparser/Portfile

Modified: trunk/dports/python/py-feedparser/Portfile
===================================================================
--- trunk/dports/python/py-feedparser/Portfile	2011-06-09 17:00:51 UTC (rev 79327)
+++ trunk/dports/python/py-feedparser/Portfile	2011-06-09 17:15:36 UTC (rev 79328)
@@ -4,29 +4,27 @@
 PortGroup       python24 1.0
 
 name                py-feedparser
-version             4.1
+version             5.0.1
 categories          python
 platforms           darwin
 maintainers         akitada openmaintainer
+supported_archs     noarch
+
 description         RSS and Atom parser
 long_description    Universal Feed Parser is a Python module for downloading \
     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://feedparser.org/
-master_sites        sourceforge:feedparser
+master_sites        googlecode:feedparser
 distname            feedparser-${version}
 
-use_zip             yes
+use_bzip2           yes
 
-checksums           md5 7ab1140c1e29d4cd52ab20fa7b1f8640
+checksums           sha1    3ab34ba314260cc79b2f558dec7ddc7037098b44 \
+                    rmd160  1ab459dd969a3364c64b9d67f15559a1dfdf958b
 
-pre-extract {
-	extract.post_args 	-d ${workpath}/${distname}
-}
-
 post-destroot	{
 	xinstall -m 644 -W ${worksrcpath} LICENSE README \
 		${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs
 }

Modified: trunk/dports/python/py25-feedparser/Portfile
===================================================================
--- trunk/dports/python/py25-feedparser/Portfile	2011-06-09 17:00:51 UTC (rev 79327)
+++ trunk/dports/python/py25-feedparser/Portfile	2011-06-09 17:15:36 UTC (rev 79328)
@@ -4,29 +4,27 @@
 PortGroup       python25 1.0
 
 name            py25-feedparser
-version         4.1
+version         5.0.1
 categories      python
 platforms       darwin
 maintainers     akitada openmaintainer
+supported_archs noarch
+
 description     RSS and Atom parser
 long_description    Universal Feed Parser is a Python module for downloading \
     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://feedparser.org/
-master_sites    sourceforge:feedparser
+master_sites    googlecode:feedparser
 distname        feedparser-${version}
 
-use_zip         yes
+use_bzip2       yes
 
-checksums       md5 7ab1140c1e29d4cd52ab20fa7b1f8640
+checksums       sha1    3ab34ba314260cc79b2f558dec7ddc7037098b44 \
+                rmd160  1ab459dd969a3364c64b9d67f15559a1dfdf958b
 
-pre-extract {
-	extract.post_args -d ${workpath}/${distname}
-}
-
 post-destroot	{
 	xinstall -m 644 -W ${worksrcpath} LICENSE README \
 		${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs
 }

Modified: trunk/dports/python/py26-feedparser/Portfile
===================================================================
--- trunk/dports/python/py26-feedparser/Portfile	2011-06-09 17:00:51 UTC (rev 79327)
+++ trunk/dports/python/py26-feedparser/Portfile	2011-06-09 17:15:36 UTC (rev 79328)
@@ -4,27 +4,27 @@
 PortGroup       python26 1.0
 
 name            py26-feedparser
-version         4.1
+version         5.0.1
 categories      python
 platforms       darwin
 maintainers     openmaintainer brett
+supported_archs noarch
+
 description     RSS and Atom parser
 long_description    Universal Feed Parser is a Python module for downloading \
     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://feedparser.org/
-master_sites    sourceforge:feedparser
+master_sites    googlecode:feedparser
 distname        feedparser-${version}
 
-use_zip         yes
+use_bzip2       yes
 
-checksums       md5 7ab1140c1e29d4cd52ab20fa7b1f8640
+checksums       sha1    3ab34ba314260cc79b2f558dec7ddc7037098b44 \
+                rmd160  1ab459dd969a3364c64b9d67f15559a1dfdf958b
 
-extract.mkdir   yes
-
 post-destroot   {
         xinstall -m 644 -W ${worksrcpath} LICENSE README \
                 ${destroot}${prefix}/share/doc/${name}
-        file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs
 }

Modified: trunk/dports/python/py27-feedparser/Portfile
===================================================================
--- trunk/dports/python/py27-feedparser/Portfile	2011-06-09 17:00:51 UTC (rev 79327)
+++ trunk/dports/python/py27-feedparser/Portfile	2011-06-09 17:15:36 UTC (rev 79328)
@@ -4,27 +4,27 @@
 PortGroup       python27 1.0
 
 name            py27-feedparser
-version         4.1
+version         5.0.1
 categories      python
 platforms       darwin
 maintainers     nomaintainer
+supported_archs noarch
+
 description     RSS and Atom parser
 long_description    Universal Feed Parser is a Python module for downloading \
     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://feedparser.org/
-master_sites    sourceforge:feedparser
+master_sites    googlecode:feedparser
 distname        feedparser-${version}
 
-use_zip         yes
+use_bzip2       yes
 
-checksums       md5 7ab1140c1e29d4cd52ab20fa7b1f8640
+checksums       sha1    3ab34ba314260cc79b2f558dec7ddc7037098b44 \
+                rmd160  1ab459dd969a3364c64b9d67f15559a1dfdf958b
 
-extract.mkdir   yes
-
 post-destroot   {
         xinstall -m 644 -W ${worksrcpath} LICENSE README \
                 ${destroot}${prefix}/share/doc/${name}
-        file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110609/2939de7f/attachment.html>


More information about the macports-changes mailing list