mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-scientific.
* gnu/packages/python-xyz.scm (python2-scientific): Delete variable.
This commit is contained in:
parent
ff70ce499b
commit
552076fddf
1 changed files with 0 additions and 39 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue