[98324] trunk/dports/python/py-fpconst/Portfile

blair at macports.org blair at macports.org
Tue Oct 2 18:08:59 PDT 2012


Revision: 98324
          http://trac.macports.org//changeset/98324
Author:   blair at macports.org
Date:     2012-10-02 18:08:59 -0700 (Tue, 02 Oct 2012)
Log Message:
-----------
py-fpconst: whitespace cleanup.

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

Modified: trunk/dports/python/py-fpconst/Portfile
===================================================================
--- trunk/dports/python/py-fpconst/Portfile	2012-10-03 01:08:08 UTC (rev 98323)
+++ trunk/dports/python/py-fpconst/Portfile	2012-10-03 01:08:59 UTC (rev 98324)
@@ -1,35 +1,35 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup       python24 1.0
 
-name			py-fpconst
-version			0.7.2
-revision		1
-license			Apache-2
-platforms		darwin freebsd
-supported_archs	noarch
-maintainers		nomaintainer
-description		IEEE 754 floating point special handling for Python
-long_description	This python module implements constants and functions \
-				for working with IEEE754 double-precision \
-				special values. It provides constants for \
-				Not-a-Number (NaN), Positive Infinity (Inf), \
-				and Negative Infinity (-Inf), as well as \
-				functions to test for these values.
+name            py-fpconst
+version         0.7.2
+revision        1
+license         Apache-2
+platforms       darwin freebsd
+supported_archs noarch
+maintainers     nomaintainer
+description     IEEE 754 floating point special handling for Python
+long_description \
+    This python module implements constants and functions for working \
+    with IEEE754 double-precision special values. It provides \
+    constants for Not-a-Number (NaN), Positive Infinity (Inf), and \
+    Negative Infinity (-Inf), as well as functions to test for these \
+    values.
 
-homepage		http://research.warnes.net/projects/rzope/fpconst/
-master_sites	http://cheeseshop.python.org/packages/source/f/fpconst/
+homepage        http://research.warnes.net/projects/rzope/fpconst/
+master_sites    http://cheeseshop.python.org/packages/source/f/fpconst/
 
-distname		fpconst-${version}
-dist_subdir		${name}/${version}
-checksums		md5 10ba9e04129af23108d24c22c3a698b1
+distname        fpconst-${version}
+dist_subdir     ${name}/${version}
+checksums       md5 10ba9e04129af23108d24c22c3a698b1
 
 post-destroot {
-	xinstall -m 644 -W ${worksrcpath} README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-
-livecheck.type	regex
-livecheck.url	http://cheeseshop.python.org/pypi/fpconst/
-livecheck.regex	fpconst-(\[0-9\.\]+).tar.gz
+               
+livecheck.type  regex
+livecheck.url   http://cheeseshop.python.org/pypi/fpconst/
+livecheck.regex fpconst-(\[0-9\.\]+).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121002/21c6dfe8/attachment.html>


More information about the macports-changes mailing list