aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/edash.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-12-14 09:16:02 +0300
committerMuriithi Frederick Muriuki2018-12-14 09:16:02 +0300
commit9c975510540245161f14b53a4f1e3783e34431cb (patch)
tree952df4a516d84f52c65b0547c97c3f22de4f4935 /gn/packages/edash.scm
parent818f932addacac0451657794602207523a2ac4f5 (diff)
downloadguix-bioinformatics-9c975510540245161f14b53a4f1e3783e34431cb.tar.gz
gn: Add new package
* gn/packages/edash.scm (python-clickclick): New variable.
Diffstat (limited to 'gn/packages/edash.scm')
-rw-r--r--gn/packages/edash.scm30
1 files changed, 30 insertions, 0 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm
index b7478c5..2cc0b69 100644
--- a/gn/packages/edash.scm
+++ b/gn/packages/edash.scm
@@ -191,6 +191,36 @@ interface to the Amazon Web Services (AWS) API.")
(description "UNKNOWN")
(license #f)))
+(define-public python-clickclick
+ (package
+ (name "python-clickclick")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "clickclick" version))
+ (sha256
+ (base32
+ "08vd1whzr1gz3cfb9iqs200rgj1x9srlwaa6sjmwz41rkjm0m2aa"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-six" ,python-six)
+ ("python-click" ,python-click)
+ ("python-pyyaml" ,python-pyyaml)
+ ("python-pytest" ,python-pytest)
+ ("python-flake8" ,python-flake8)
+ ("python-pytest-cov" ,python-pytest-cov)))
+ (arguments
+ `(#:tests? #f))
+ (home-page
+ "https://github.com/zalando/python-clickclick")
+ (synopsis "Click utility functions")
+ (description "Utility functions (Python 3 only) for the wonderful
+Click library. Click is a Python package for creating beautiful
+command line interfaces in a composable way with as little code as
+necessary.")
+ (license license:asl2.0)))
+
(define-public edash
(let ((md5 "93e745e9c"))
(package