python312Packages.robotframework: modernize

This commit is contained in:
Nick Cao
2025-01-19 10:39:58 -05:00
parent e44f8406fd
commit a5de10b29e
@@ -22,7 +22,7 @@ buildPythonPackage rec {
hash = "sha256-G+mmSeTLr6h0e2YCJOpbYaRNZ5M6PXWBYXdn9xGitkM=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
nativeCheckInputs = [ jsonschema ];
@@ -30,11 +30,11 @@ buildPythonPackage rec {
${python.interpreter} utest/run.py
'';
meta = with lib; {
meta = {
changelog = "https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-${version}.rst";
description = "Generic test automation framework";
homepage = "https://robotframework.org/";
license = licenses.asl20;
maintainers = with maintainers; [ bjornfor ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bjornfor ];
};
}