# -*- 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-dbgpu
version             2025.12
revision            0

license             MIT
maintainers         @oytech openmaintainer

homepage            https://github.com/painebenjamin/dbgpu
description         A small easy to use open source database of over 2000 GPUs with \
                    architecture manufacturing API support and performance details.
long_description    {*}${description}

checksums           rmd160  fddacf9dd7b4e90e7d45bd4f967d8cb61cb39369 \
                    sha256  d4a2fdc36ff5ff2af37e8fd8a3e0740ab2af73cc5e0fda199fdff3d6f1686f4e \
                    size    225653

python.versions     312 313 314

if {${name} ne ${subport}} {
    depends_run-append \
        port:py${python.version}-click \
        port:py${python.version}-pydantic \
        port:py${python.version}-tabulate \
        port:py${python.version}-thefuzz
}
