openbsd-ports/textproc/py-tomlkit/Makefile
sthen 17228cc92e import ports/textproc/py-tomlkit, ok lraab@
TOML Kit is a 1.0.0-compliant TOML library.

It includes a parser that preserves all comments, indentations,
whitespace and internal element ordering, and makes them accessible and
editable via an intuitive API.

You can also create new TOML documents from scratch using the provided
helpers.
2022-11-27 12:41:28 +00:00

23 lines
415 B
Makefile

COMMENT = style-preserving TOML library for Python
MODPY_EGG_VERSION = 0.11.6
DISTNAME = tomlkit-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI = Yes
MODPY_PYBUILD = poetry-core
FLAVORS = python3
FLAVOR = python3
TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR}
.include <bsd.port.mk>