python312Packages.spython: refactor

This commit is contained in:
Fabian Affolter 2024-09-15 10:37:05 +02:00 committed by GitHub
parent ef58b536a1
commit e5b1bf103a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,10 +23,10 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace '"pytest-runner"' ""
--replace-fail '"pytest-runner"' ""
'';
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
@ -46,10 +46,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Streamlined singularity python client (spython) for singularity";
mainProgram = "spython";
homepage = "https://github.com/singularityhub/singularity-cli";
changelog = "https://github.com/singularityhub/singularity-cli/blob/${version}/CHANGELOG.md";
license = licenses.mpl20;
maintainers = with maintainers; [ fab ];
mainProgram = "spython";
};
}