# -*- 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-resolvelib version 1.0.1 revision 0 license ISC categories-append devel supported_archs noarch platforms {darwin any} maintainers nomaintainer homepage https://github.com/sarugaku/resolvelib description ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic. checksums rmd160 90af8d3b8ae7e387ba6f55942fa0603064f36acd \ sha256 04ce76cbd63fded2078ce224785da6ecd42b9564b1390793f64ddecbe997b309 \ size 21065 long_description \ ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic. \ You give it some things, and a little information on how it should interact with them, and it will \ spit out a resolution result. python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools }