From 30413f1180de483b99e757d5b5c21ed775b1fc29 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:40:51 -0400 Subject: gnu: Remove python2-scipy. * gnu/packages/python-science.scm (python2-scipy): Delete variable. (python-scipy)[properties]: Delete field. --- gnu/packages/python-science.scm | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index ccff510ef6..855fe9a72c 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -154,32 +154,8 @@ atlas_libs = openblas~%" #$(this-package-input "openblas")))))) (description "The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.") - (properties `((python2-variant . ,(delay python2-scipy)))) (license license:bsd-3))) -;; Version 1.2.2 is the last version to support Python 2 -(define-public python2-scipy - (package - (inherit (package-with-python2 - (strip-python2-variant python-scipy))) - (version "1.2.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "scipy" version)) - (sha256 - (base32 - "1cgvgin8fvckv96hjh3ikmwkra5rif51bdb75ifzf7xbil5iwcx4")))) - (native-inputs - (list python2-cython - python2-pytest - python2-sphinx - python2-numpydoc - gfortran-7 - gcc-7 - perl - which)))) - (define-public python-scikit-fuzzy (package (name "python-scikit-fuzzy") -- cgit v1.2.3