summaryrefslogtreecommitdiff
path: root/python-silx
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-26 10:41:02 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-26 10:41:02 +0200
commit3c8baca35f887649ee0c62e620fae1f492968bdb (patch)
tree000b49b0b9e59f56ac325bcb6aa17f5057bfe955 /python-silx
parentd1a154afe7a40a02431086f48c2c8164c71118eb (diff)
downloadarchlinuxewe-3c8baca35f887649ee0c62e620fae1f492968bdb.tar.xz
python-silx and python-fabio: removed
* required old python version * apparently not needed
Diffstat (limited to 'python-silx')
-rw-r--r--python-silx/PKGBUILD57
1 files changed, 0 insertions, 57 deletions
diff --git a/python-silx/PKGBUILD b/python-silx/PKGBUILD
deleted file mode 100644
index 0119c0ccc..000000000
--- a/python-silx/PKGBUILD
+++ /dev/null
@@ -1,57 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Contributor: Leonid B <leonid dot bloch at esrf dot fr>
-# Upstream contact: silx at esrf dot fr
-pkgname=python-silx
-_pkgname=silx
-pkgver=1.1.1
-pkgrel=17
-pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
-arch=('i686' 'pentium4' 'x86_64')
-url="http://www.silx.org"
-license=('MIT' 'LGPL')
-_pinned_dependencies=(
- 'gcc-libs=14.1.1+r309+gbb34b7eda1f'
- 'glibc>=2.31'
-)
-depends=(
- "${_pinned_dependencies[@]}"
- 'cython>=0.21.1'
- 'python>=3.12'
- 'python<3.13'
- 'python-dateutil'
- 'python-fabio>=0.9'
- 'python-h5py'
- 'python-mako'
- 'python-matplotlib>=1.2.0'
- 'python-numpy'
- 'python-numpy>=1.12'
- 'python-pillow'
- 'python-pint'
- 'python-pyopencl'
- 'python-pyqt5'
- 'python-qtconsole'
- 'python-scipy'
- 'python-setuptools')
-checkdepends=(
- 'python-pytest'
- 'python-pytest-xvfb')
-makedepends=(
- 'python-setuptools')
-optdepends=('python-h5py: for HDF5 input/output'
- 'ipython: for interactive console'
- 'python-qtconsole: for GUI console'
- 'python-pyopencl: for sift - OpenCL implementation'
- 'opencl-driver: for sift - OpenCL implementation')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('4f668f60d2ca28a51eb3ae33e1fc5665f26918309f533a7e8d02f0cde636b46b5d87c657472cd8010b140b3a6cada74053ef8f177917e05d2aaed1813ca6d566')
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- python setup.py build
-}
-
-package_python-silx() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- python setup.py install --root="${pkgdir}/" --optimize=1
- install -D copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}