10 buildPythonPackage rec {
11 pname = "shellingham";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-7hMlKw9oSGp57FQmbxdAgUsm5cFRr1oTW1ymJyYsgOg=";
33 pythonImportsCheck = [
38 description = "Tool to detect the surrounding shell";
39 homepage = "https://github.com/sarugaku/shellingham";
40 changelog = "https://github.com/sarugaku/shellingham/blob/${version}/CHANGELOG.rst";
41 license = licenses.isc;
42 maintainers = with maintainers; [ mbode ];