[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/78: gnu: Add python-cwlformat.
From: |
guix-commits |
Subject: |
13/78: gnu: Add python-cwlformat. |
Date: |
Fri, 23 Feb 2024 03:11:59 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 9bd1585f73ff9cfc7215f5cd592a288f86e47d77
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sun Oct 22 20:21:23 2023 +0100
gnu: Add python-cwlformat.
* gnu/packages/bioinformatics.scm (python-cwlformat): New variable.
Change-Id: Ib2d79e350ab100c61c7afe2d5d3eafc72146e493
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 935126d782..5ef83e73ab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5131,6 +5131,33 @@ resources for bioinformatics.")
doublets in single-cell RNA-seq data.")
(license license:expat)))
+(define-public python-cwlformat
+ (package
+ (name "python-cwlformat")
+ (version "2022.02.18")
+ (source
+ ;; The PyPI tarball is missing Readme.md. Readme.md is required for the
+ ;; build.
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rabix/cwl-format")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0agkz2w86k91rc9m5vx5hsqi5nm6fcmzkng6j99hjapz0r9233ql"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-importlib-resources
+ python-ruamel.yaml))
+ (home-page "https://github.com/rabix/cwl-format")
+ (synopsis "Prettifier for CWL code")
+ (description "@code{python-cwlformat} is a specification and a reference
+implementation for a very opinionated @acronym{CWL, Common Workflow Language}
+code formatter. It outputs CWL in a standardized YAML format.")
+ (license license:asl2.0)))
+
(define-public cwltool
(package
(name "cwltool")
- branch go-team updated (07962429da -> cb3bcce563), guix-commits, 2024/02/23
- 03/78: gnu: universal-ctags: Update to 6.1.20240218.0., guix-commits, 2024/02/23
- 02/78: gnu: Remove duplicate module import., guix-commits, 2024/02/23
- 01/78: gnu: Add libdbx., guix-commits, 2024/02/23
- 04/78: gnu: vim-asyncrun: Update to 2.12.4., guix-commits, 2024/02/23
- 08/78: gnu: emacs-tramp: Update to 2.6.2.1., guix-commits, 2024/02/23
- 05/78: gnu: Add neovim-asyncrun., guix-commits, 2024/02/23
- 11/78: gnu: python-ruamel-yaml: Update to 0.18.6., guix-commits, 2024/02/23
- 09/78: gnu: tigervnc-client: Update to 1.13.1., guix-commits, 2024/02/23
- 10/78: gnu: python-ruamel.yaml.clib: Update to 0.2.8., guix-commits, 2024/02/23
- 13/78: gnu: Add python-cwlformat.,
guix-commits <=
- 14/78: gnu: Add python-cwl-upgrader., guix-commits, 2024/02/23
- 16/78: gnu: Add python-spython., guix-commits, 2024/02/23
- 18/78: gnu: Add xpenguins., guix-commits, 2024/02/23
- 12/78: gnu: python-schema-salad: Update to 8.5.20240102191335., guix-commits, 2024/02/23
- 15/78: gnu: Add python-cwl-utils., guix-commits, 2024/02/23
- 17/78: gnu: cwltool: Update to 3.1.20240112164112., guix-commits, 2024/02/23
- 20/78: gnu: virglrenderer: Update to 1.0.1., guix-commits, 2024/02/23
- 29/78: gnu: emacs-auctex: Update to 14.0.3., guix-commits, 2024/02/23
- 30/78: gnu: emacs-mmm-mode: Update to 0.5.11., guix-commits, 2024/02/23
- 40/78: gnu: emacs-dtrt-indent: Update to 1.17., guix-commits, 2024/02/23