[38490] trunk/dports/python

stechert at macports.org stechert at macports.org
Tue Jul 22 07:52:35 PDT 2008


Revision: 38490
          http://trac.macosforge.org/projects/macports/changeset/38490
Author:   stechert at macports.org
Date:     2008-07-22 07:52:35 -0700 (Tue, 22 Jul 2008)
Log Message:
-----------
Creating a new py25 version of the py-metar port.

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

Added: trunk/dports/python/py25-metar/Portfile
===================================================================
--- trunk/dports/python/py25-metar/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-metar/Portfile	2008-07-22 14:52:35 UTC (rev 38490)
@@ -0,0 +1,25 @@
+# $Id: Portfile 30893 2007-11-10 12:16:39Z mww at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-metar
+version			0.13
+categories		python
+platforms		darwin
+maintainers		nomaintainer
+description		python interface to the weather reports of the NOAA
+long_description	This library downloads the weather report for a \
+				given NOAA station ID (get yours here), decodes it and \
+				provides easy access to all the data found in the \
+				report.
+
+homepage		http://www.schwarzvogel.de/software-pymetar.shtml
+master_sites	http://www.schwarzvogel.de/pkgs/
+distname		pymetar-${version}
+checksums		sha1 ea4638b28e07555adeb72e9348be35a5e42d2582
+
+post-destroot	{
+	xinstall -m 644 -W ${worksrcpath} COPYING README THANKS TODO \
+		librarydoc.txt ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080722/ffad0b2c/attachment.html 


More information about the macports-changes mailing list