[88703] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Tue Jan 10 09:57:43 PST 2012
On Jan 8, 2012, at 13:35, phw at macports.org wrote:
> Revision: 88703
> http://trac.macports.org/changeset/88703
> Author: phw at macports.org
> Date: 2012-01-08 11:35:44 -0800 (Sun, 08 Jan 2012)
> Log Message:
> -----------
> updated py-metar to support more python versions
>
> Modified Paths:
> --------------
> trunk/dports/python/py-metar/Portfile
>
> Removed Paths:
> -------------
> trunk/dports/python/py25-metar/
>
> Modified: trunk/dports/python/py-metar/Portfile
> ===================================================================
> --- trunk/dports/python/py-metar/Portfile 2012-01-08 19:16:56 UTC (rev 88702)
> +++ trunk/dports/python/py-metar/Portfile 2012-01-08 19:35:44 UTC (rev 88703)
> @@ -1,13 +1,14 @@
> # $Id$
>
> PortSystem 1.0
> -PortGroup python24 1.0
> +PortGroup python 1.0
>
> name py-metar
> -version 0.13
> +version 0.18
> categories python
> platforms darwin
> -maintainers nomaintainer
> +maintainers phw openmaintainer
> +python.versions 24 25 26 27 27
> 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 \
> @@ -17,9 +18,4 @@
> 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}
> -}
> +checksums sha1 60c2f0e885dcf69e2b7bd579f945ae591937c75f
But why no longer install the documentation files? We like installing documentation files. :)
More information about the macports-dev
mailing list