8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 hash = "sha256-cE+WmKzggYof/olxQb5M7xPsBONr39KdjOTG4ofYPUM=";
26 pythonImportsCheck = [
31 description = "Python library for SMT formulae manipulation and solving";
32 mainProgram = "pysmt-install";
33 homepage = "https://github.com/pysmt/pysmt";
34 license = with licenses; [ asl20 ];
35 maintainers = with maintainers; [ fab ];