diff options
Diffstat (limited to 'devel/py-dotmap')
-rw-r--r-- | devel/py-dotmap/Makefile | 19 | ||||
-rw-r--r-- | devel/py-dotmap/distinfo | 3 | ||||
-rw-r--r-- | devel/py-dotmap/pkg-descr | 8 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/py-dotmap/Makefile b/devel/py-dotmap/Makefile new file mode 100644 index 000000000000..33b47ca9c37b --- /dev/null +++ b/devel/py-dotmap/Makefile @@ -0,0 +1,19 @@ +PORTNAME= dotmap +DISTVERSION= 1.3.30 +CATEGORIES= devel +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Ordered, dynamically-expandable dot-access dictionary +WWW= https://github.com/drgrib/dotmap + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-dotmap/distinfo b/devel/py-dotmap/distinfo new file mode 100644 index 000000000000..a94133baa2c1 --- /dev/null +++ b/devel/py-dotmap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748658523 +SHA256 (dotmap-1.3.30.tar.gz) = 5821a7933f075fb47563417c0e92e0b7c031158b4c9a6a7e56163479b658b368 +SIZE (dotmap-1.3.30.tar.gz) = 12391 diff --git a/devel/py-dotmap/pkg-descr b/devel/py-dotmap/pkg-descr new file mode 100644 index 000000000000..7764f7e598c8 --- /dev/null +++ b/devel/py-dotmap/pkg-descr @@ -0,0 +1,8 @@ +Dot access dictionary with dynamic hierarchy creation and ordered iteration. + +DotMap is a dot-access dict subclass that +* has dynamic hierarchy creation (autovivification) +* can be initialized with keys +* easily initializes from dict +* easily converts to dict +* is ordered by insertion |