8 buildPythonPackage rec {
10 version = "unstable-2017-11-08";
11 format = "setuptools";
13 src = fetchFromGitHub {
16 rev = "ca6483d13159ba65ba6fc2f77b90421c40f2bbf2";
17 hash = "sha256-PssucudvlE8mztwVme70+h+2hRW/ri9oV9IZayiZhdU=";
21 # Fix python 3.10 compatibility. Tracked upstream in
22 # https://github.com/spy16/pyschemes/pull/6
24 url = "https://github.com/spy16/pyschemes/commit/23011128c6c22838d4fca9e00fd322a20bb566c4.patch";
25 hash = "sha256-vDaWxMrn2aC2wmd035EWRZ3cd/XME81z/BWG0f2T9jc=";
32 pythonImportsCheck = [ "pyschemes" ];
35 description = "A library for validating data structures in Python";
36 homepage = "https://github.com/spy16/pyschemes";
37 license = licenses.wtfpl;
38 maintainers = with maintainers; [ gador ];