11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "1k0jwcky17zwaz2vx4x2zbsnp270g4mgn7kx5bpl8jgx76qmsnba";
23 propagatedBuildInputs = [
34 # https://github.com/encode/typesystem/issues/102. cosmetic issue where python3.8 changed
35 # the default string formatting of regular expression flags which breaks test assertion
36 "test_to_json_schema_complex_regular_expression"
39 # for some reason jinja2 not picking up forms directory (1% of tests)
44 description = "A type system library for Python";
45 homepage = "https://github.com/encode/typesystem";
46 license = licenses.bsd3;
47 maintainers = [ maintainers.costrouc ];