gnu: Remove python2-scientific.

* gnu/packages/python-xyz.scm (python2-scientific): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:00:43 -04:00
parent ff70ce499b
commit 552076fddf
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -21652,45 +21652,6 @@ (define-public python2-pyro
is the new Pyro version that is actively developed.") is the new Pyro version that is actively developed.")
(license license:expat))) (license license:expat)))
(define-public python2-scientific
(package
(name "python2-scientific")
(version "2.9.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/khinsen/ScientificPython")
(commit (string-append "rel" version))))
(file-name (git-file-name name version))
(sha256
(base32
"16l48aj9fps9r7jyk8gpxppwrv0fqvlc13sayxskz28r5s6sjwbl"))))
(build-system python-build-system)
(inputs
(list netcdf))
(propagated-inputs
(list python2-numpy-1.8 python2-pyro))
(arguments
;; ScientificPython is not compatible with Python 3
`(#:python ,python-2
#:tests? #f ; No test suite
#:phases
(modify-phases %standard-phases
(replace 'build
(lambda* (#:key inputs #:allow-other-keys)
(invoke "python" "setup.py" "build"
(string-append "--netcdf_prefix="
(assoc-ref inputs "netcdf"))))))))
(home-page "http://dirac.cnrs-orleans.fr/ScientificPython")
(synopsis "Python modules for scientific computing")
(description "ScientificPython is a collection of Python modules that are
useful for scientific computing. Most modules are rather general (Geometry,
physical units, automatic derivatives, ...) whereas others are more
domain-specific (e.g. netCDF and PDB support). The library is currently
not actively maintained and works only with Python 2 and NumPy < 1.9.")
(license license:cecill-c)))
(define-public python-phonenumbers (define-public python-phonenumbers
(package (package
(name "python-phonenumbers") (name "python-phonenumbers")