summaryrefslogtreecommitdiff
path: root/python-fabio
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-fabio
parentd1a154afe7a40a02431086f48c2c8164c71118eb (diff)
downloadarchlinuxewe-3c8baca35f887649ee0c62e620fae1f492968bdb.tar.xz
python-silx and python-fabio: removed
* required old python version * apparently not needed
Diffstat (limited to 'python-fabio')
-rw-r--r--python-fabio/PKGBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD
deleted file mode 100644
index 040269f98..000000000
--- a/python-fabio/PKGBUILD
+++ /dev/null
@@ -1,42 +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-fabio
-_pkgname=fabio
-pkgver=0.14.0
-pkgrel=7
-pkgdesc="I/O library for images produced by 2D X-ray detectors."
-arch=('i686' 'pentium4' 'x86_64')
-url="http://www.silx.org"
-license=('MIT' 'LGPL' 'Apache')
-_pinned_dependencies=(
- 'glibc>=2.31'
-)
-depends=(
- "${_pinned_dependencies[@]}"
- 'cython'
- 'python>=3.12'
- 'python<3.13'
- 'python-h5py'
- 'python-lxml>=4.6.3'
- 'python-numpy'
- 'python-setuptools'
- 'python-sphinx'
- 'python-sphinxcontrib-programoutput')
-makedepends=(
- 'cython'
- 'python-setuptools')
-optdepends=('python-pyqt4: for the fabio_viewer program')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('d2ffdeb183364bc6a83fb133200a68f80e316b565efb5cc87318bd0d17a55965d1ee7a87d088573558718a6f0018e86a5a97d0489369890cf00a35e1b6e17030')
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- python setup.py build
-}
-
-package_python-fabio() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- python setup.py install --root="${pkgdir}/" --optimize=1
- install -D copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}