summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-08-29 09:02:28 +0200
committerMartino Pilia2018-08-29 09:02:28 +0200
commitccc7b396fd4fa21a0452ebc0d04cf53919db0a66 (patch)
treebc2089bb8f07c8d98418ea02bb4460643c0875ad
parent05414917cc9974292b98d7d9bd9cac53442e7f11 (diff)
downloadaur-ccc7b396fd4fa21a0452ebc0d04cf53919db0a66.tar.gz
noextract
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5095c619e88..21e852d30388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,19 @@
pkgbase = python-itk
pkgdesc = ITK is an open-source toolkit for multidimensional image analysis
pkgver = 4.13.1.post1
- pkgrel = 1
+ pkgrel = 2
url = https://itk.org/
arch = x86_64
license = apache
makedepends = python-pip
depends = python-numpy
+ noextract = itk-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
+ noextract = itk_segmentation-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
+ noextract = itk_io-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
+ noextract = itk_registration-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
+ noextract = itk_core-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
+ noextract = itk_numerics-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
+ noextract = itk_filtering-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
options = !strip
source = https://files.pythonhosted.org/packages/cp37/i/itk/itk-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
source = https://files.pythonhosted.org/packages/cp37/i/itk-segmentation/itk_segmentation-4.13.1.post1-cp37-cp37m-manylinux1_x86_64.whl
diff --git a/PKGBUILD b/PKGBUILD
index 6d044005092b..ce65a5b78954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _components='itk itk-segmentation itk-io itk-registration itk-core itk-numerics
_py=cp37
pkgname=python-itk
pkgver=4.13.1.post1
-pkgrel=1
+pkgrel=2
pkgdesc='ITK is an open-source toolkit for multidimensional image analysis'
arch=('x86_64')
url='https://itk.org/'
@@ -25,6 +25,8 @@ for _name in $_components; do
source+=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name/-/_}-$pkgver-$_py-${_py}m-manylinux1_x86_64.whl")
done
+noextract=("${source[@]##*/}")
+
package() {