freebsd-ports/devel/py-flatdict/Makefile
Po-Chuan Hsieh 783f543d5c
devel/py-flatdict: Add py-flatdict 4.0.1
FlatDict and FlatterDict are a dict classes that allows for single level,
delimited key/value pair mapping of nested dictionaries. You can interact with
FlatDict and FlatterDict like a normal dictionary and access child dictionaries
as you normally would or with the composite key.
2022-11-19 16:09:54 +08:00

19 lines
431 B
Makefile

PORTNAME= flatdict
PORTVERSION= 4.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interact with nested dicts as a single level dict with delimited keys
WWW= https://github.com/gmr/flatdict
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>