mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python312Packages.snakemake-storage-plugin-xrootd: modernize
This commit is contained in:
parent
8fbf1d3395
commit
9ab933e191
@ -12,7 +12,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "snakemake-storage-plugin-xrootd";
|
||||
version = "unstable-2023-12-16";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "snakemake";
|
||||
@ -22,14 +22,11 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
# xrootd<6.0.0,>=5.6.4 not satisfied by version 5.7rc20240303
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'xrootd = "^5.6.4"' ""
|
||||
'';
|
||||
pythonRelaxDeps = [ "xrootd" ];
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
snakemake-interface-storage-plugins
|
||||
snakemake-interface-common
|
||||
xrootd
|
||||
|
Loading…
Reference in New Issue
Block a user