1 { lib, fetchPypi, buildPythonPackage, pytest }:
3 buildPythonPackage rec {
4 pname = "backports.shutil_which";
9 sha256 = "fe39f567cbe4fad89e8ac4dbeb23f87ef80f7fe8e829669d0221ecdb0437c133";
12 nativeCheckInputs = [ pytest ];
19 description = "Backport of shutil.which from Python 3.3";
20 homepage = "https://github.com/minrk/backports.shutil_which";
21 license = licenses.psfl;
22 maintainers = with maintainers; [ jluttine ];