guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit b0097b87fd79e840629dd44c79d76a673587bab5
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jan 11 12:43:08 2026 +0100

    gnu: Remove python-hdf4.
    
    * gnu/packages/python-xyz.scm (python-hdf4): Delete variable.
    
    Change-Id: I763ef2f0aa528b36f933a02dddcfd8d5fbf51147
---
 gnu/packages/python-xyz.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9035526f3c..19fe01c7ea 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")

Reply via email to