10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-jflmXR7fuGRSyI6NoQrHFvkKqF/D4iq47StNSCdLbqQ=";
22 fetchSubmodules = true;
25 propagatedBuildInputs = [
36 nosetests test_interface.py test_interface_bb.py
39 pythonImportsCheck = [
44 description = "Python interface for ECOS";
45 homepage = "https://github.com/embotech/ecos-python";
46 license = licenses.gpl3Only;
47 maintainers = with maintainers; [ drewrisinger ];