mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
22 lines
515 B
Makefile
22 lines
515 B
Makefile
PORTNAME= tomli
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lil' TOML parser
|
|
WWW= https://github.com/hukkin/tomli
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= allflavors autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel
|
|
PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|