You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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-dotty-dict
|
|
version 1.3.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
maintainers {@bashu gmail.com:bashu.was.here} openmaintainer
|
|
|
|
description Dictionary wrapper for quick access to deeply nested keys
|
|
long_description Dotty Dict is a wrapper around builtin dictionary. \
|
|
Provides quick access to deeply nested keys and values \
|
|
with dot notation. Dotty Dict expose dictionary public API \
|
|
as proxy to dict implemented underneath and should work \
|
|
with all dict-like objects which are instances of Mapping.
|
|
|
|
homepage https://github.com/pawelzny/dotty_dict
|
|
|
|
distname dotty_dict-${version}
|
|
|
|
checksums rmd160 de015b3ed6d3d15be3955ff0c29cc86f6bf9777c \
|
|
sha256 4b016e03b8ae265539757a53eba24b9bfda506fb94fbce0bee843c6f05541a15 \
|
|
size 7699
|
|
|
|
python.versions 310 311
|
|
python.pep517 yes
|
|
python.pep517_backend \
|
|
poetry
|