# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-pulp version 2.9.0 revision 0 categories-append science math platforms {darwin any} supported_archs noarch license BSD maintainers nomaintainer description A Python Linear Programming API long_description PuLP is an LP modeler written in Python. PuLP can generate MPS or LP files \ and call GLPK, COIN-OR CLP/CBC, CPLEX, GUROBI, MOSEK, XPRESS, CHOCO, MIPCL, \ HiGHS, SCIP/FSCIP to solve linear problems. homepage https://coin-or.github.io/pulp/ checksums rmd160 857aada4c9882f918f1e608660d16e4474e43290 \ sha256 2e30e6c0ef2c0edac185220e3e53faca62eb786a9bd68465208f05bc63e850f3 \ size 17610175 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-pytest-runner }