diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-11 12:43:36 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:23:21 +0100 |
| commit | 39c28edb9d5ebed7a4c9d1ce94885b15683c4535 (patch) | |
| tree | 2eb0453d6e05a464ebc7d48c9b0ee618099664b6 /gnu | |
| parent | 3c4b1432492b5f7f72788e5fab6a0e64e29902fa (diff) | |
gnu: Remove python-pyhdf.
* gnu/packages/python-xyz.scm (python-pyhdf): Delete variable.
Change-Id: I74811a533b603524f44805078b6a57babe44f63f
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 973c31c4d0d..a2c0de404ae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5227,50 +5227,6 @@ compositions like @code{XOR} and @code{NAND} are emulated on top of them. Expressions are constructed from parsed strings or directly in Python.") (license license:bsd-2))) -(define-public python-pyhdf - (package - (name "python-pyhdf") - (version "0.11.6") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pyhdf" version)) - (sha256 - (base32 "0nlcz7p3mcqa0s161iqnnfgwgx0np8rhz8p924g5hlcn1bfy6vcz")))) - (build-system pyproject-build-system) - (arguments - (list - #:test-flags #~(list "--pyargs" "pyhdf") - #:phases - #~(modify-phases %standard-phases - (add-before 'build 'relax-gcc-14-strictness - (lambda _ - (setenv "CFLAGS" (string-join - (list "-g" "-O2" - "-Wno-error=incompatible-pointer-types") - " ")))) - (add-after 'check 'run-example-tests - (lambda _ - (invoke "python" "examples/runall.py")))))) - (native-inputs - (list python-pytest - python-setuptools - python-setuptools-scm)) - (inputs - (list hdf4 - libjpeg-turbo - zlib)) - (propagated-inputs - (list python-numpy)) - (home-page "https://github.com/fhs/pyhdf") - (synopsis "Python interface to the NCSA HDF4 library") - (description - "PYHDF4 is a python wrapper around the NCSA HDF version 4 library, -which implements the SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API’s. -NetCDF files can also be read and modified. It is a successor of Python-HDF4 -which is a fork of @url{http://hdfeos.org/software/pyhdf.php,pyhdf}.") - (license license:expat))) - (define-public python-h5netcdf (package (name "python-h5netcdf") |
