[129366] trunk/dports/python/py-pyx/Portfile

larryv at macports.org larryv at macports.org
Wed Dec 10 21:37:45 PST 2014


Revision: 129366
          https://trac.macports.org/changeset/129366
Author:   larryv at macports.org
Date:     2014-12-10 21:37:45 -0800 (Wed, 10 Dec 2014)
Log Message:
-----------
py-pyx: Rearrange and reformat

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

Modified: trunk/dports/python/py-pyx/Portfile
===================================================================
--- trunk/dports/python/py-pyx/Portfile	2014-12-11 01:39:31 UTC (rev 129365)
+++ trunk/dports/python/py-pyx/Portfile	2014-12-11 05:37:45 UTC (rev 129366)
@@ -2,33 +2,34 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup python    1.0
+PortGroup           python 1.0
 
 name                py-pyx
 version             0.12.1
 revision            3
+platforms           darwin
 license             GPL-2+
-platforms           darwin
-supported_archs     noarch
 maintainers         nomaintainer
 
 description         PyX is a TeX/LaTeX interface for Python
-long_description    \
-    PyX is a Python package for the creation of encapsulated PostScript \
-    figures. It provides both an abstraction of PostScript and a TeX/LaTeX \
-    interface. Complex tasks like 2d and 3d plots in publication-ready \
-    quality are built out of these primitives.
+long_description    PyX is a Python package for the creation of \
+                    encapsulated PostScript figures. It provides both \
+                    an abstraction of PostScript and a TeX/LaTeX \
+                    interface. Complex tasks like 2d and 3d plots in \
+                    publication-ready quality are built out of these \
+                    primitives.
+homepage            http://pyx.sourceforge.net
 
-homepage            http://pyx.sourceforge.net
+supported_archs     noarch
+
 master_sites        sourceforge:pyx
 distname            PyX-${version}
-
 checksums           sha1    9e5e9c3235055a50565d94cfc02e758b61b01222
 
 python.versions     24 25 26 27
 
 if {${name} ne ${subport}} {
-    depends_lib-append	bin:tex:texlive
+    depends_lib-append  bin:tex:texlive
 
     post-destroot {
         xinstall -d ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141210/adc9cb3d/attachment-0001.html>


More information about the macports-changes mailing list