# -*- 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             3.2.1
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  e05e7b9b2d4f3e6d866c804376c850123d1dc1a8 \
                    sha256  fc6c02c47c06342c586b175924add753cad7638ff6149b3b43e87ac6709ac469 \
                    size    16297436

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-pytest-runner
}
