# -*- 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-addict
version             2.4.0
revision            0
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         The Python Dict that's better than heroin.
long_description    ${python.rootname} is a Python module that gives you \
                    dictionaries whose values are both gettable and \
                    settable using attributes, in addition to standard \
                    item-syntax.

homepage            https://github.com/mewwts/addict

checksums           rmd160  73b36ece704914e1eb6ddb57612cadc072c4108e \
                    sha256  b3b2210e0e067a281f5646c8c5db92e99b7231ea8b0eb5f74dbdf9e259d4e494 \
                    size    9186

python.versions     312 313 314
