GNU bug report logs -
#76835
[PATCH python-team 00/15] Some further python fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Mar 2025 18:51:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-science.scm
(python-snakemake-interface-report-plugins): New variable.
---
gnu/packages/python-science.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 54b04abf71..41ce2a3689 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -996,6 +996,38 @@ (define-public python-snakemake-interface-executor-plugins
its executor plugins.")
(license license:expat)))
+(define-public python-snakemake-interface-report-plugins
+ (package
+ (name "python-snakemake-interface-report-plugins")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "\
+https://github.com/snakemake/snakemake-interface-report-plugins")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0i6z9vk6nv2m3jsym0glrb7h9isdlfza2yq14vbqcslybdi9ykfa"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f ;XXX: Circular dependency on snakemake
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "python3" "tests/tests.py")))))))
+ (propagated-inputs (list python-snakemake-interface-common python-pytest))
+ (native-inputs (list python-poetry-core))
+ (home-page "\
+https://github.com/snakemake/python-snakemake-interface-report-plugins")
+ (synopsis "Interface for Snakemake report plugins")
+ (description "This package provides a stable interface for interactions
+between Snakemake and its report plugins.")
+ (license license:expat)))
+
(define-public python-tdda
(package
(name "python-tdda")
--
2.48.1
This bug report was last modified 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.