python313Packages.pysam: refactor

Tom Hunze 9eb0b6c7 05f950d0

Changed files
+7 -2
pkgs
development
python-modules
pysam
+7 -2
pkgs/development/python-modules/pysam/default.nix
···
hash = "sha256-yOLnfuGQW+j0nHy4MRlwurZMpeRHTGmQ9eLmihcAGoQ=";
};
+
build-system = [
+
cython
+
setuptools
+
];
+
nativeBuildInputs = [
-
cython
samtools
-
setuptools
];
buildInputs = [
···
"pysam.libchtslib"
"pysam.libcutils"
"pysam.libcvcf"
+
"pysam.libcsamtools"
];
meta = {
description = "Python module for reading, manipulating and writing genome data sets";
downloadPage = "https://github.com/pysam-developers/pysam";
+
changelog = "https://github.com/pysam-developers/pysam/releases/tag/${src.tag}";
homepage = "https://pysam.readthedocs.io";
maintainers = with lib.maintainers; [ unode ];
license = lib.licenses.mit;