# -*- 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-pytomlpp
version             1.0.13
revision            0
categories          python
license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         This is an python wrapper for toml++
long_description    {*}${description}
homepage            https://github.com/bobfang1992/pytomlpp

checksums           rmd160  15a0689e04946ebeb98fb19aed31bcbd30d23c91 \
                    sha256  a0bd639a8f624d1bdf5b3ea94363ca23dbfef38ab7b5b9348881a84afab434ad \
                    size    1309165

python.versions     39 310 311 312 313

compiler.cxx_standard   2017

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