From 35a5555b64d89e48842e780330110ae50bfae44d Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:07 +0000 Subject: [PATCH] python-numpy: extract update_* to external update file --- srcpkgs/python-numpy/template | 1 - srcpkgs/python-numpy/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/python-numpy/update diff --git a/srcpkgs/python-numpy/template b/srcpkgs/python-numpy/template index 23f5c2eca14..06002fe8603 100644 --- a/srcpkgs/python-numpy/template +++ b/srcpkgs/python-numpy/template @@ -12,7 +12,6 @@ short_desc="Fast and sophisticated array facility to Python2" maintainer="Alessio Sergi " homepage="http://www.numpy.org/" license="3-clause-BSD" -update_pkgname="numpy" distfiles="${SOURCEFORGE_SITE}/numpy/NumPy/${version}/numpy-${version}.tar.gz" checksum=0075bbe07e30b659ae4415446f45812dc1b96121a493a4a1f8b1ba77b75b1e1c diff --git a/srcpkgs/python-numpy/update b/srcpkgs/python-numpy/update new file mode 100644 index 00000000000..3c1b7899bbf --- /dev/null +++ b/srcpkgs/python-numpy/update @@ -0,0 +1 @@ +pkgname="numpy"