[34140] trunk/dports/python

gui_dos at macports.org gui_dos at macports.org
Fri Feb 15 06:37:32 PST 2008


Revision: 34140
          http://trac.macosforge.org/projects/macports/changeset/34140
Author:   gui_dos at macports.org
Date:     2008-02-15 06:37:30 -0800 (Fri, 15 Feb 2008)

Log Message:
-----------
New Python2.5's version of py-feedparser (closes #14265) 

Added Paths:
-----------
    trunk/dports/python/py25-feedparser/
    trunk/dports/python/py25-feedparser/Portfile

Added: trunk/dports/python/py25-feedparser/Portfile
===================================================================
--- trunk/dports/python/py25-feedparser/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-feedparser/Portfile	2008-02-15 14:37:30 UTC (rev 34140)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python25 1.0
+
+name            py25-feedparser
+version         4.1
+categories      python
+platforms       darwin
+maintainers     yuhei at pop21.odn.ne.jp
+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
+distname        feedparser-${version}
+
+use_zip         yes
+
+checksums       md5 7ab1140c1e29d4cd52ab20fa7b1f8640
+
+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
+}


Property changes on: trunk/dports/python/py25-feedparser/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080215/e4bdc274/attachment.html 


More information about the macports-changes mailing list