# -*- 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.1.0
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  15f40e3b54d3f6d7c2f97d247dfd23e9d38d9e0b \
                    sha256  b68591ef748f58c1e2a2ac28d0961b3586ae8b25f60b0ba9a5e4f3d87c1d6a79 \
                    size    22551

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     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-setuptools
}