9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-MJYn2bXErcDmaNjG+nusG6fIxdQVwtJ/YPCB+OgNHeI=";
19 build-system = [ flit-core ];
21 nativeCheckInputs = [ pytestCheckHook ];
23 # Tests not included in archive.
26 pythonImportsCheck = [ "editables" ];
29 description = "Editable installations";
30 homepage = "https://github.com/pfmoore/editables";
31 changelog = "https://github.com/pfmoore/editables/blob/${version}/CHANGELOG.md";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [ getchoo ];