8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonAtLeast "3.4"; # Was added to std library in Python 3.4
15 inherit pname version;
16 sha256 = "17zajiw4mjbkkv6ahp3xf025qglkj0805m9s41c45zryzj6p2h39";
19 nativeCheckInputs = [ unittestCheckHook ];
22 description = "Object-oriented filesystem paths";
23 homepage = "https://pathlib.readthedocs.org/";
24 license = lib.licenses.mit;
25 maintainers = with lib.maintainers; [ ];