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 /science/py-pupynere | |
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 'science/py-pupynere')
-rw-r--r-- | science/py-pupynere/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-pupynere/pkg-descr b/science/py-pupynere/pkg-descr index 1925cf2bc79a..b560aa37ea11 100644 --- a/science/py-pupynere/pkg-descr +++ b/science/py-pupynere/pkg-descr @@ -2,5 +2,5 @@ Pupynere is a Python module for reading and writing NetCDF files, using the same API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't need to have the NetCDF library installed. -WWW: https://pypi.python.org/pypi/pupynere +WWW: https://pypi.org/project/pupynere/ WWW: https://bitbucket.org/robertodealmeida/pupynere |