Files
rpi-buildroot/package/python-ml-dtypes/python-ml-dtypes.mk
James Hilliard 830f9f5d81 package/python-ml-dtypes: bump to version 0.5.1
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-01-11 15:53:40 +01:00

20 lines
692 B
Makefile

################################################################################
#
# python-ml-dtypes
#
################################################################################
PYTHON_ML_DTYPES_VERSION = 0.5.1
PYTHON_ML_DTYPES_SOURCE = ml_dtypes-$(PYTHON_ML_DTYPES_VERSION).tar.gz
PYTHON_ML_DTYPES_SITE = https://files.pythonhosted.org/packages/32/49/6e67c334872d2c114df3020e579f3718c333198f8312290e09ec0216703a
PYTHON_ML_DTYPES_LICENSE = Apache-2.0
PYTHON_ML_DTYPES_LICENSE_FILES = LICENSE
PYTHON_ML_DTYPES_SETUP_TYPE = setuptools
PYTHON_ML_DTYPES_BUILD_OPTS = --skip-dependency-check
PYTHON_ML_DTYPES_DEPENDENCIES = \
host-python-numpy \
python-numpy
$(eval $(python-package))