Unverified Commit e5b1bf10 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.spython: refactor

parent ef58b536
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
  };
}