Index: head/astro/py-metar/Makefile =================================================================== --- head/astro/py-metar/Makefile (revision 477833) +++ head/astro/py-metar/Makefile (revision 477834) @@ -1,19 +1,19 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= metar -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse METAR-coded weather reports LICENSE= MIT NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python .include Index: head/astro/py-metar/distinfo =================================================================== --- head/astro/py-metar/distinfo (revision 477833) +++ head/astro/py-metar/distinfo (revision 477834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524959591 -SHA256 (metar-1.5.0.tar.gz) = 1a1cc2047b7fe0fd3444ad0fb4d432c2950bc67e9904f29cc4349270802c287a -SIZE (metar-1.5.0.tar.gz) = 24058 +TIMESTAMP = 1534961927 +SHA256 (metar-1.6.0.tar.gz) = 3f63910815f8050e1c4e276e87aacfd1b86fde4304eac91029dd20884f5d189b +SIZE (metar-1.6.0.tar.gz) = 209731 Index: head/astro/py-metar/pkg-descr =================================================================== --- head/astro/py-metar/pkg-descr (revision 477833) +++ head/astro/py-metar/pkg-descr (revision 477834) @@ -1,12 +1,12 @@ Metar is a python package for interpreting METAR and SPECI weather reports. This module extracts the data recorded in the main-body groups of reports that follow the WMO spec or the US conventions, except for the runway state and trend groups, which are parsed but ignored. The most useful remark groups defined in the US spec are parsed, as well, such as the cumulative precipitation, min/max temperature, peak wind and sea-level pressure groups. No other regional conventions are formally supported, but a large number of variant formats found in international reports are accepted. WWW: https://pypi.org/project/metar/ -WWW: https://github.com/tomp/python-metar +WWW: https://github.com/python-metar/python-metar