8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-/yhbCMVfjJfOTqcBJ0OvJJXJ8SkXhfFjcivTb2r2078=";
20 doCheck = false; # no tests
22 pythonImportsCheck = [ "first" ];
25 description = "Function you always missed in Python";
26 homepage = "https://github.com/hynek/first/";
27 changelog = "https://github.com/hynek/first/blob/${version}/HISTORY.rst";
28 license = licenses.mit;
29 maintainers = with maintainers; [ zimbatm ];