9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-HmEdCJOF04h0z5UPpfYa07b78EEBj5KyVAk6aNRFPEo=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "pysmt" ];
28 description = "Python library for SMT formulae manipulation and solving";
29 mainProgram = "pysmt-install";
30 homepage = "https://github.com/pysmt/pysmt";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ fab ];