13 buildPythonPackage rec {
18 disabled = pythonOlder "3.4";
21 inherit pname version;
22 hash = "sha256-S44TWpzU0uoA2mcMCTNy105nK6OruH9MmNjnPepURFw=";
29 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Utilities for working with inspect.Signature objects";
46 homepage = "https://sigtools.readthedocs.io/";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ];