You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
a0aeb786c1
Migrate from setuptools to hatchling pep517 build backend. License hash changed due to date update: https://github.com/facelessuser/soupsieve/commit/9da2de87bd67308b933d794a46b349d8da74dac1 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
620 B
Makefile
16 lines
620 B
Makefile
################################################################################
|
|
#
|
|
# python-soupsieve
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SOUPSIEVE_VERSION = 2.3.2.post1
|
|
PYTHON_SOUPSIEVE_SOURCE = soupsieve-$(PYTHON_SOUPSIEVE_VERSION).tar.gz
|
|
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/f3/03/bac179d539362319b4779a00764e95f7542f4920084163db6b0fd4742d38
|
|
PYTHON_SOUPSIEVE_SETUP_TYPE = pep517
|
|
PYTHON_SOUPSIEVE_LICENSE = MIT
|
|
PYTHON_SOUPSIEVE_LICENSE_FILES = LICENSE.md
|
|
PYTHON_SOUPSIEVE_DEPENDENCIES = host-python-hatchling
|
|
|
|
$(eval $(python-package))
|