10 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-YUIRA8z44QZnFxFf55F2ENgx1VHGjTGhEIdqW2x4rqQ=";
19 nativeBuildInputs = [ setuptools-scm ];
20 propagatedBuildInputs = [
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "amply" ];
29 homepage = "https://github.com/willu47/amply";
31 Allows you to load and manipulate AMPL/GLPK data as Python data structures
33 maintainers = with maintainers; [ ris ];
34 license = licenses.epl10;