# -*- 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-simpleeval
version             1.0.7
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer
description         Simple, safe single expression evaluator library
long_description    {*}${description}
homepage            https://github.com/danthedeckie/simpleeval
checksums           rmd160  d8604def921669d9afd59b7bbc0279562f94ed97 \
                    sha256  1e10e5f9fec597814444e20c0892ed15162fa214c8a88f434b5b077cf2fef85b \
                    size    30250
supported_archs     noarch

python.versions         310 311 312 313 314
python.pep517_backend   hatch
