mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
317 B
Makefile
19 lines
317 B
Makefile
COMMENT= style-preserving TOML library for Python
|
|
|
|
MODPY_DISTV= 0.15.0
|
|
DISTNAME= tomlkit-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-test-cov \
|
|
textproc/py-yaml
|
|
|
|
.include <bsd.port.mk>
|