summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-11 12:43:08 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:23:20 +0100
commit3c4b1432492b5f7f72788e5fab6a0e64e29902fa (patch)
treedca0399ffabd209deb2938307e6753abf099597c /gnu/packages/python-xyz.scm
parent2562c798a1de3741d1de46c27ea7425c44bc231a (diff)
gnu: Remove python-hdf4.
* gnu/packages/python-xyz.scm (python-hdf4): Delete variable. Change-Id: I763ef2f0aa528b36f933a02dddcfd8d5fbf51147 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5b763e23090..973c31c4d0d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5271,12 +5271,6 @@ 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)))
-;; Version 0.9.x was called python-hdf4 in PyPI because at that time upstream
-;; didn't have access to the pyhdf package in PyPI. For version 0.10.0 and
-;; onward, please install pyhdf instead of python-hdf4.
-(define-deprecated-package python-hdf4
- python-pyhdf)
-
(define-public python-h5netcdf
(package
(name "python-h5netcdf")