diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-01 00:49:08 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-01 00:49:08 +0800 |
commit | fa6e8c2f497852d108341d9deaaf6085deb84cfd (patch) | |
tree | f7e577599a2df648d6e82c4c4453442ffddcca71 /science | |
parent | db17ce5f4ec766b26a2403ccaafdb2e02d2f42a3 (diff) | |
download | freebsd-ports-gnome-fa6e8c2f497852d108341d9deaaf6085deb84cfd.tar.gz freebsd-ports-gnome-fa6e8c2f497852d108341d9deaaf6085deb84cfd.tar.zst freebsd-ports-gnome-fa6e8c2f497852d108341d9deaaf6085deb84cfd.zip |
science/py-ScientificPython: Change WWW URL; Change to CHEESESHOP
The PyPI site had a wrong version, wrong homepage, and missing tarball.
The upstream fixed this.
Diffstat (limited to 'science')
-rw-r--r-- | science/py-ScientificPython/Makefile | 3 | ||||
-rw-r--r-- | science/py-ScientificPython/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/science/py-ScientificPython/Makefile b/science/py-ScientificPython/Makefile index 9eaffec6bdba..69e4c0ad26b3 100644 --- a/science/py-ScientificPython/Makefile +++ b/science/py-ScientificPython/Makefile @@ -2,8 +2,9 @@ PORTNAME= ScientificPython DISTVERSION= 2.9.4 +PORTREVISION= 1 CATEGORIES= science python -MASTER_SITES= https://sourcesup.renater.fr/frs/download.php/file/4570/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org diff --git a/science/py-ScientificPython/pkg-descr b/science/py-ScientificPython/pkg-descr index 9fa4c33061cc..1cb974e7dfbb 100644 --- a/science/py-ScientificPython/pkg-descr +++ b/science/py-ScientificPython/pkg-descr @@ -6,4 +6,4 @@ elementary statistics, nonlinear least-squares fits, unit calculations, Fortran-compatible text formatting, 3D visualization via VRML, and two Tk widgets for simple line plots and 3D wireframe models. -WWW: https://pypi.org/project/ScientificPython/ +WWW: http://dirac.cnrs-orleans.fr/ScientificPython/ |