7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-/yhbCMVfjJfOTqcBJ0OvJJXJ8SkXhfFjcivTb2r2078=";
19 doCheck = false; # no tests
21 pythonImportsCheck = [
26 description = "The function you always missed in Python";
27 homepage = "https://github.com/hynek/first/";
28 changelog = "https://github.com/hynek/first/blob/${version}/HISTORY.rst";
29 license = licenses.mit;
30 maintainers = with maintainers; [ zimbatm ];