mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove python2-weave.
* gnu/packages/python-science.scm (python2-weave): Delete variable.
This commit is contained in:
parent
385fa1a3ed
commit
b827d0f7b3
1 changed files with 0 additions and 33 deletions
|
@ -180,39 +180,6 @@ (define-public python2-scipy
|
||||||
perl
|
perl
|
||||||
which))))
|
which))))
|
||||||
|
|
||||||
(define-public python2-weave
|
|
||||||
(package
|
|
||||||
(name "python2-weave")
|
|
||||||
(version "0.16.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "weave" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0jnm3584mfichgwgrd1gk5i42ll9c08nkw9716n947n4338f6ghs"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:python ,python-2
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "nosetests" "-v"
|
|
||||||
"--exclude"
|
|
||||||
"test_(user|incorrect_ownership|char_fail|obj_fail)"))))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python2-numpy))
|
|
||||||
(native-inputs
|
|
||||||
(list python2-nose))
|
|
||||||
(home-page "https://www.scipy.org/")
|
|
||||||
(synopsis "Tools for including C/C++ code within Python code")
|
|
||||||
(description "Weave is the stand-alone version of the obsolete Scipy
|
|
||||||
submodule @code{scipy.weave}. It is Python 2.x only, and is provided for
|
|
||||||
users that need new versions of Scipy but have existing code that still
|
|
||||||
depends on @code{scipy.weave}. For new code, users are recommended to use
|
|
||||||
Cython.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public python-scikit-fuzzy
|
(define-public python-scikit-fuzzy
|
||||||
(package
|
(package
|
||||||
(name "python-scikit-fuzzy")
|
(name "python-scikit-fuzzy")
|
||||||
|
|
Loading…
Reference in a new issue