1 { lib, buildPythonPackage, fetchFromGitHub, pythonOlder, hypothesis, mypy }:
3 buildPythonPackage rec {
4 pname = "algebraic-data-types";
7 src = fetchFromGitHub {
8 owner = "jspahrsummers";
11 sha256 = "1py94jsgh6wch59n9dxnwvk74psbpa1679zfmripa1qfc2218kqi";
14 disabled = pythonOlder "3.6";
22 description = "Algebraic data types for Python";
23 homepage = "https://github.com/jspahrsummers/adt";
24 license = licenses.mit;
25 maintainers = with maintainers; [ uri-canva ];
26 platforms = platforms.unix;