# -*- 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-boltons
version             26.1.0
platforms           {darwin any}
license             BSD
supported_archs     noarch

maintainers         {@harens harens} openmaintainer

description         Constructs, recipes, and snippets which extend the Python standard library
long_description    Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same \
                    spirit as — and yet conspicuously missing from — the standard library.

homepage            https://boltons.readthedocs.org/

checksums           rmd160  60fa03be3d9c9037bab930b984aca67f55930fb5 \
                    sha256  5764468aba493b15995ed17f46a16789023f123ca2a62d491a9ce825c1cbe26c \
                    size    227393

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