Files
SDK_SG200x_V2/buildroot-2024.02/package/python-pyhamcrest/python-pyhamcrest.mk
carbon e42fe97d74 buildroot long term support release 2024.02.3
buildroot-2024.02.3.tar.gz

Signed-off-by: carbon <carbon@milkv.io>
2024-06-21 14:23:43 +08:00

18 lines
662 B
Makefile

################################################################################
#
# python-pyhamcrest
#
################################################################################
PYTHON_PYHAMCREST_VERSION = 2.1.0
PYTHON_PYHAMCREST_SOURCE = pyhamcrest-$(PYTHON_PYHAMCREST_VERSION).tar.gz
PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/16/3f/f286caba4e64391a8dc9200e6de6ce0d07471e3f718248c3276843b7793b
PYTHON_PYHAMCREST_SETUP_TYPE = pep517
PYTHON_PYHAMCREST_LICENSE = BSD-3-Clause
PYTHON_PYHAMCREST_LICENSE_FILES = LICENSE.txt
PYTHON_PYHAMCREST_DEPENDENCIES = \
host-python-hatchling \
host-python-hatch-vcs
$(eval $(python-package))