python-ml-dtypes.mk 692 B

12345678910111213141516171819
  1. ################################################################################
  2. #
  3. # python-ml-dtypes
  4. #
  5. ################################################################################
  6. PYTHON_ML_DTYPES_VERSION = 0.3.2
  7. PYTHON_ML_DTYPES_SOURCE = ml_dtypes-$(PYTHON_ML_DTYPES_VERSION).tar.gz
  8. PYTHON_ML_DTYPES_SITE = https://files.pythonhosted.org/packages/39/7d/8d85fcba868758b3a546e6914e727abd8f29ea6918079f816975c9eecd63
  9. PYTHON_ML_DTYPES_LICENSE = Apache-2.0
  10. PYTHON_ML_DTYPES_LICENSE_FILES = LICENSE
  11. PYTHON_ML_DTYPES_SETUP_TYPE = setuptools
  12. PYTHON_ML_DTYPES_BUILD_OPTS = --skip-dependency-check
  13. PYTHON_ML_DTYPES_DEPENDENCIES = \
  14. host-python-numpy \
  15. python-numpy
  16. $(eval $(python-package))