[98645] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Oct 11 17:57:50 PDT 2012


Revision: 98645
          http://trac.macports.org//changeset/98645
Author:   jmr at macports.org
Date:     2012-10-11 17:57:50 -0700 (Thu, 11 Oct 2012)
Log Message:
-----------
py*-feedparser: unify

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

Removed Paths:
-------------
    trunk/dports/python/py25-feedparser/
    trunk/dports/python/py26-feedparser/
    trunk/dports/python/py27-feedparser/

Modified: trunk/dports/python/py-feedparser/Portfile
===================================================================
--- trunk/dports/python/py-feedparser/Portfile	2012-10-12 00:44:48 UTC (rev 98644)
+++ trunk/dports/python/py-feedparser/Portfile	2012-10-12 00:57:50 UTC (rev 98645)
@@ -1,11 +1,11 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python24 1.0
+PortGroup       python 1.0
 
 name                py-feedparser
 version             5.0.1
-categories          python
+license             BSD
 platforms           darwin
 maintainers         akitada openmaintainer
 supported_archs     noarch
@@ -24,7 +24,11 @@
 checksums           sha1    3ab34ba314260cc79b2f558dec7ddc7037098b44 \
                     rmd160  1ab459dd969a3364c64b9d67f15559a1dfdf958b
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
+python.versions     24 25 26 27
+
+if {$subport != $name} {
+    post-destroot	{
+        xinstall -m 644 -W ${worksrcpath} LICENSE README \
+            ${destroot}${prefix}/share/doc/${name}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121011/cce3c9b2/attachment-0001.html>


More information about the macports-changes mailing list