guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: Remove snakemake@4.


From: guix-commits
Subject: 08/08: gnu: Remove snakemake@4.
Date: Sun, 20 Oct 2019 20:23:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 776aa52d2bdc746be30e0436773d8dcab69d8e36
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 21 01:35:22 2019 +0200

    gnu: Remove snakemake@4.
    
    * gnu/packages/python-xyz.scm (snakemake-4): Remove variable.
---
 gnu/packages/python-xyz.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac50091..65f944b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6191,24 +6191,6 @@ providing a clean and modern domain specific 
specification language (DSL) in
 Python style, together with a fast and comfortable execution environment.")
     (license license:expat)))
 
-;; This is currently needed for the pigx-* packages.
-(define-public snakemake-4
-  (package (inherit snakemake)
-    (version "4.4.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "snakemake" version))
-       (sha256
-        (base32 "0g0paia4z7w3srnqdmavq3hrb2x7qnpf81jx50njl0p7y4y0j8jv"))))
-    (propagated-inputs
-     `(("python-wrapt" ,python-wrapt)
-       ("python-requests" ,python-requests)
-       ("python-appdirs" ,python-appdirs)
-       ("python-configargparse" ,python-configargparse)
-       ("python-pyyaml" ,python-pyyaml)
-       ("python-ratelimiter" ,python-ratelimiter)))))
-
 (define-public python-pyqrcode
   (package
     (name "python-pyqrcode")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]