diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:06:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:06:20 +0800 |
commit | 0faab774ca9ffc1ce55f86432341dd53901746be (patch) | |
tree | 333a77880c826faf4ae9da546a7730705b119ffc /astro | |
parent | 38d0feac2f8aba2c3ccb5afbf2c720b3859b9bdd (diff) | |
download | freebsd-ports-gnome-0faab774ca9ffc1ce55f86432341dd53901746be.tar.gz freebsd-ports-gnome-0faab774ca9ffc1ce55f86432341dd53901746be.tar.zst freebsd-ports-gnome-0faab774ca9ffc1ce55f86432341dd53901746be.zip |
- Update to 0.21
- Update MASTER_SITES
- Update WWW
- Add GitHub repository to WWW
Changes: https://github.com/klausman/pymetar/commits/master
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-pymetar/Makefile | 5 | ||||
-rw-r--r-- | astro/py-pymetar/distinfo | 5 | ||||
-rw-r--r-- | astro/py-pymetar/pkg-descr | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/astro/py-pymetar/Makefile b/astro/py-pymetar/Makefile index 8dc7f60d0b8d..4c862a82e7b1 100644 --- a/astro/py-pymetar/Makefile +++ b/astro/py-pymetar/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pymetar -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= astro python geography -MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \ - LOCAL/sunpoet +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org diff --git a/astro/py-pymetar/distinfo b/astro/py-pymetar/distinfo index ce7c3068e103..546dd2c53468 100644 --- a/astro/py-pymetar/distinfo +++ b/astro/py-pymetar/distinfo @@ -1,2 +1,3 @@ -SHA256 (pymetar-0.20.tar.gz) = bcbf3b08558a92c38553fb3b07bfd87b552e1270b8e37b08b3e6b262487abee7 -SIZE (pymetar-0.20.tar.gz) = 22738 +TIMESTAMP = 1479406197 +SHA256 (pymetar-0.21.tar.gz) = 331978d9c54d49948e3817a782b857f247db6c279b8bb5bebd4f5b1a4bb503ea +SIZE (pymetar-0.21.tar.gz) = 22714 diff --git a/astro/py-pymetar/pkg-descr b/astro/py-pymetar/pkg-descr index feef7d4ff479..4bba4adf2a89 100644 --- a/astro/py-pymetar/pkg-descr +++ b/astro/py-pymetar/pkg-descr @@ -2,4 +2,5 @@ Pymetar is a python module and command line tool designed to fetch Metar reports from the NOAA (http://www.noaa.gov) and allow access to the included weather information. -WWW: http://www.schwarzvogel.de/software-pymetar.shtml +WWW: https://pypi.python.org/pypi/pymetar/ +WWW: https://github.com/klausman/pymetar |