diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-26 00:42:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-26 00:42:37 +0800 |
commit | 3493250ecd6d6cc69788adf443ebfde511a3184e (patch) | |
tree | 5816208a1a58cec4948e059798f42fb162cd7327 /astro | |
parent | f3ab0499d1e8c78fb15dee897cdc659f12fc6c72 (diff) | |
download | freebsd-ports-gnome-3493250ecd6d6cc69788adf443ebfde511a3184e.tar.gz freebsd-ports-gnome-3493250ecd6d6cc69788adf443ebfde511a3184e.tar.zst freebsd-ports-gnome-3493250ecd6d6cc69788adf443ebfde511a3184e.zip |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-astLib/pkg-descr | 2 | ||||
-rw-r--r-- | astro/py-pymetar/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-astLib/pkg-descr b/astro/py-astLib/pkg-descr index c61bce6129cb..1664d411996b 100644 --- a/astro/py-astLib/pkg-descr +++ b/astro/py-astLib/pkg-descr @@ -4,4 +4,4 @@ coordinate conversions, and manipulating FITS images with World Coordinate System (WCS) information through PyWCSTools - a simple wrapping of WCSTools by Jessica Mink. PyWCSTools is distributed (and developed) as part of astLib. -WWW: https://pypi.python.org/pypi/astLib +WWW: https://pypi.org/project/astLib/ diff --git a/astro/py-pymetar/pkg-descr b/astro/py-pymetar/pkg-descr index 2e85d28bd046..9d895b965444 100644 --- a/astro/py-pymetar/pkg-descr +++ b/astro/py-pymetar/pkg-descr @@ -2,5 +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: https://pypi.python.org/pypi/pymetar +WWW: https://pypi.org/project/pymetar/ WWW: https://github.com/klausman/pymetar |