Files

34 lines
1.2 KiB
Tcl

# -*- 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.2.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 1080849efa4c38b38c243647fe879e5235bfe95a \
sha256 7d08a2022f6e16ce405d60b68c390f054efcfd0477d4b9bd019cc941c28fad1c \
size 24575
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 310 311 312 313 314
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools
}