From dee0f16c67d7c62316aa417478f7d3d690c9f47b Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 27 Oct 2020 05:01:14 +0300 Subject: gn: python2-parallel: Remove upstreamed python2 library --- gn/packages/python.scm | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'gn/packages/python.scm') 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") -- cgit v1.2.3