mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
440 B
Makefile
26 lines
440 B
Makefile
COMMENT= convert .ini/.cfg files to TOML equivalents
|
|
|
|
MODPY_DISTV= 0.15
|
|
DISTNAME= ini2toml-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/abravalheri/ini2toml/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools_scm
|
|
|
|
# tests need validate-pyproject (not ported) and others
|
|
NO_TEST= Yes
|
|
|
|
RUN_DEPENDS= sysutils/py-packaging
|
|
|
|
.include <bsd.port.mk>
|