development/numpy3: Use same download url as numpy SlackBuild

Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
Christoph Willing 2017-03-16 09:20:13 +10:00 committed by Willy Sudiarto Raharjo
parent 50fb0d9764
commit 2b01a7e772
2 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ for v in $PYTHON_VERSIONS ; do
done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CONTRIBUTING.md INSTALL.rst.txt LICENSE.txt README.md THANKS.txt \
cp -a LICENSE.txt THANKS.txt INSTALL.rst.txt PKG-INFO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 0644 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="numpy3"
VERSION="1.11.1"
HOMEPAGE="http://numpy.scipy.org/"
DOWNLOAD="https://github.com/numpy/numpy/archive/v1.11.1/numpy-1.11.1.tar.gz"
MD5SUM="3c3700a30fae5ae2e41c947076417d4c"
DOWNLOAD="http://download.sourceforge.net/project/numpy/NumPy/1.11.1/numpy-1.11.1.tar.gz"
MD5SUM="2f44a895a8104ffac140c3a70edbd450"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"