mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Changelog: https://github.com/bluetooth-devices/dbus-fast/blob/main/CHANGELOG.md#v5014-2026-05-26 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Marcus: add changelog to commit message] Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
20 lines
732 B
Makefile
20 lines
732 B
Makefile
################################################################################
|
|
#
|
|
# python-dbus-fast
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DBUS_FAST_VERSION = 5.0.14
|
|
PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
|
|
PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/7f/6b/d4c8871e772ddf73e76bfd725dbb6fa82eb11492b370b423892016f0e579
|
|
PYTHON_DBUS_FAST_SETUP_TYPE = poetry
|
|
PYTHON_DBUS_FAST_LICENSE = MIT
|
|
PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
|
|
PYTHON_DBUS_FAST_ENV = REQUIRE_CYTHON=1
|
|
PYTHON_DBUS_FAST_BUILD_OPTS = --skip-dependency-check
|
|
PYTHON_DBUS_FAST_DEPENDENCIES = \
|
|
host-python-cython \
|
|
host-python-setuptools
|
|
|
|
$(eval $(python-package))
|