10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-4QRFjbeaggoEPVGAmSY+qVMNW0DKqarNfRXaH6B58ew=";
24 nativeBuildInputs = [ poetry-core ];
26 nativeCheckInputs = [ pytestCheckHook ];
29 sed -i "/--cov/d" pyproject.toml
32 pythonImportsCheck = [ "pathable" ];
35 description = "Library for object-oriented paths";
36 homepage = "https://github.com/p1c2u/pathable";
37 changelog = "https://github.com/p1c2u/pathable/releases/tag/${version}";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ fab ];