diff options
author | BonfaceKilz | 2020-10-27 05:01:14 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-10-27 05:01:14 +0300 |
commit | dee0f16c67d7c62316aa417478f7d3d690c9f47b (patch) | |
tree | 67e8280ce5f2472358d174d449da8a7139b35dbd /gn/packages | |
parent | 426c02e4e090a22408ce5726d0318f3905197e27 (diff) | |
download | guix-bioinformatics-dee0f16c67d7c62316aa417478f7d3d690c9f47b.tar.gz |
gn: python2-parallel: Remove upstreamed python2 library
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/python.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index b90a258..0bcc48b 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -731,34 +731,6 @@ primitives such as lines and ellipses, rather than manipulation of individual pixels.") (license license:gpl2+))) -(define-public python2-parallel ; guix fix number of things - (package - (name "python2-parallel") - (version "1.6.6") - (source - (origin - (method url-fetch) - (uri (string-append - "http://www.parallelpython.com/downloads/pp/pp-" version ".zip" - )) - (sha256 - (base32 - "15fhpr6kv4j45f9i55mwi5smzskm0pfwwagya7wq3wwlfaz9pj5c")))) - (native-inputs - `(("unzip" ,unzip))) - - (build-system python-build-system) - ;; (native-inputs - ;; `(("python-setuptools" ,python-setuptools))) - (arguments - `(#:python ,python-2 - #:tests? #f - )) ; no 'setup.py test' really! - (home-page #f) - (synopsis "Parallel python lib") - (description #f) - (license #f))) - (define-public python2-numarray ; guix: obsolete lib (package (name "python2-numarray") |