1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/misc/py-tflite/Makefile
Yuri Victorovich 1601e8a6bc misc/py-tflite: update 2.3.0 → 2.10.0
Reported by:	portscout
2024-01-19 23:42:05 -08:00

28 lines
626 B
Makefile

PORTNAME= tflite
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
CATEGORIES= misc python # machine-learning
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Parse TensorFlow Lite models in Python
WWW= https://jackwish.net/tflite/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flatbuffers>0:devel/py-flatbuffers@${PY_FLAVOR} \
${PYNUMPY}
USES= python
USE_PYTHON= pep517 autoplist pytest
USE_GITHUB= yes
GH_ACCOUNT= jackwish
NO_ARCH= yes
.include <bsd.port.mk>