python313Packages.spython: modernize

This commit is contained in:
Fabian Affolter
2025-12-16 10:00:08 +01:00
committed by GitHub
parent b42a096798
commit 2c3fa37be3
@@ -4,7 +4,6 @@
fetchFromGitHub,
setuptools,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "0.3.15";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "singularityhub";
repo = "singularity-cli";
@@ -47,7 +44,7 @@ buildPythonPackage rec {
meta = {
description = "Streamlined singularity python client (spython) for singularity";
homepage = "https://github.com/singularityhub/singularity-cli";
changelog = "https://github.com/singularityhub/singularity-cli/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/singularityhub/singularity-cli/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "spython";