10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-T3OFm10gvGrUXAAHOnO0Zv1nWrXPBXSmEWnbJxrWYU0=";
26 url = "https://patch-diff.githubusercontent.com/raw/gugarosa/opytimark/pull/2.patch";
27 hash = "sha256-r/oCKI9Q1nuCZDGHx7UW8j523sFe4EFmguMOJTs/LOU=";
31 propagatedBuildInputs = [
39 # several tests are failing
47 pythonImportsCheck = [
52 description = "Library consisting of optimization benchmarking functions";
53 homepage = "https://github.com/gugarosa/opytimark";
54 changelog = "https://github.com/gugarosa/opytimark/releases/tag/v${version}";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ firefly-cpp ];