Files
rpi-buildroot/package/python-aiologstash/python-aiologstash.mk
James Hilliard 72c08122c0 package/python-aiologstash: migrate to flit build backend
We need to add a patch which selects the correct flit build
backend.

As flit is configured as the pep517 build backend for aiologstash
we need to migrate from setuptools to flit prior to migrating
setuptools to pep517 as the frontend will not fall back to using
setuptools once migrated.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-03-27 22:55:30 +01:00

15 lines
573 B
Makefile

################################################################################
#
# python-aiologstash
#
################################################################################
PYTHON_AIOLOGSTASH_VERSION = 2.0.0
PYTHON_AIOLOGSTASH_SOURCE = aiologstash-$(PYTHON_AIOLOGSTASH_VERSION).tar.gz
PYTHON_AIOLOGSTASH_SITE = https://files.pythonhosted.org/packages/1c/dc/382861d5d25ccc976d02118922598fc4547f74f3287793e270ed614d8176
PYTHON_AIOLOGSTASH_SETUP_TYPE = flit
PYTHON_AIOLOGSTASH_LICENSE = MIT
PYTHON_AIOLOGSTASH_LICENSE_FILES = LICENSE
$(eval $(python-package))