15 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-uvLnV8Sxm+ggj55n5I+0dbSld9VhNZDORmk7298IL1I=";
36 # creates a file, checks when it was last accessed/modified
37 # AssertionError: assert 1650036414.0 == 1650036414.960688
41 pythonImportsCheck = [
46 description = "Object-oriented file system path manipulation";
47 homepage = "https://github.com/jaraco/path";
48 license = licenses.mit;
49 maintainers = with maintainers; [ ];