You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
aaf7d09c80
License hash changed due to line wrap change: https://github.com/jaraco/portend/commit/7558cfe2eb2f1ffe3676905e9871466cbc9da24f Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
600 B
Makefile
16 lines
600 B
Makefile
################################################################################
|
|
#
|
|
# python-portend
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PORTEND_VERSION = 3.1.0
|
|
PYTHON_PORTEND_SOURCE = portend-$(PYTHON_PORTEND_VERSION).tar.gz
|
|
PYTHON_PORTEND_SITE = https://files.pythonhosted.org/packages/6e/0a/42bcc9c97744958ce72d33f526e972379b9e90adede8a151f338818c41d4
|
|
PYTHON_PORTEND_LICENSE = MIT
|
|
PYTHON_PORTEND_LICENSE_FILES = LICENSE
|
|
PYTHON_PORTEND_SETUP_TYPE = setuptools
|
|
PYTHON_PORTEND_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|