11 buildPythonPackage rec {
12 pname = "shellingham";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-xeBo3Ok+XPrHN4nQd7M8/11leSV/8z1f7Sj33+HFVtQ=";
25 nativeBuildInputs = [ setuptools ];
32 pythonImportsCheck = [ "shellingham" ];
35 description = "Tool to detect the surrounding shell";
36 homepage = "https://github.com/sarugaku/shellingham";
37 changelog = "https://github.com/sarugaku/shellingham/blob/${version}/CHANGELOG.rst";
38 license = licenses.isc;
39 maintainers = with maintainers; [ mbode ];