1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-04 04:14:05 +02:00

gnu: snakemake-6: Uninherit from snakemake-5.

* gnu/packages/python-science.scm (snakemake-6):
  Do not inherit from snakemake-5.
  [home-page, synopsis, description, license]: Copy from snakemake-5.

Change-Id: I01aadb93d2acf13ba227cb113bd5ef7002194403
This commit is contained in:
Nguyễn Gia Phong
2026-04-29 11:49:34 +09:00
parent c266426f15
commit ab1cccf8d9
+8 -2
View File
@@ -6665,7 +6665,6 @@ Python style, together with a fast and comfortable execution environment.")
(define-public snakemake-6
(package
(inherit snakemake-5)
(name "snakemake")
(version "6.15.5")
(source
@@ -6740,7 +6739,14 @@ Python style, together with a fast and comfortable execution environment.")
python-pandas
python-requests-mock
python-setuptools
python-versioneer))))
python-versioneer))
(home-page "https://snakemake.readthedocs.io")
(synopsis "Python-based execution environment for make-like workflows")
(description
"Snakemake aims to reduce the complexity of creating workflows by
providing a clean and modern domain specific specification language (DSL) in
Python style, together with a fast and comfortable execution environment.")
(license license:expat)))
(define-public snakemake-7
(package