mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
b8707cee5e
Drop host-python-setuptools-scm-git-archive dependency Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
613 B
Makefile
16 lines
613 B
Makefile
################################################################################
|
|
#
|
|
# python-cheroot
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CHEROOT_VERSION = 10.0.0
|
|
PYTHON_CHEROOT_SOURCE = cheroot-$(PYTHON_CHEROOT_VERSION).tar.gz
|
|
PYTHON_CHEROOT_SITE = https://files.pythonhosted.org/packages/08/7c/95c154177b16077de0fec1b821b0d8b3df2b59c5c7b3575a9c1bf52a437e
|
|
PYTHON_CHEROOT_LICENSE = BSD-3-Clause
|
|
PYTHON_CHEROOT_LICENSE_FILES = LICENSE.md
|
|
PYTHON_CHEROOT_SETUP_TYPE = setuptools
|
|
PYTHON_CHEROOT_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|