From 790173af48fc983b859a2649d760fcb223935e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 6 Nov 2019 10:29:55 +0100 Subject: [PATCH] numpy: update homepage. --- dev-python/numpy/numpy_python-1.16.5.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/numpy/numpy_python-1.16.5.recipe b/dev-python/numpy/numpy_python-1.16.5.recipe index 68a298cd1..296911fa2 100644 --- a/dev-python/numpy/numpy_python-1.16.5.recipe +++ b/dev-python/numpy/numpy_python-1.16.5.recipe @@ -6,10 +6,10 @@ NumPy is built on the Numeric code base and adds features introduced by \ numarray as well as an extended C-API and the ability to create arrays of \ arbitrary type which also makes NumPy suitable for interfacing with \ general-purpose data-base applications." -HOMEPAGE="http://numpy.scipy.org/" +HOMEPAGE="https://www.numpy.org/" COPYRIGHT="2005-2019 Travis E. Oliphant et al." LICENSE="BSD (3-clause)" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/numpy/numpy/releases/download/v$portVersion/numpy-$portVersion.tar.gz" CHECKSUM_SHA256="2b63c414fb43a4f0cb69b29b7e9d48275af0dbb5b1ffd2f2de99c4df9967e151" SOURCE_DIR="numpy-$portVersion"