mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://gitlab.com/takluyver/jeepney/-/blob/0.9/docs/release-notes.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
537 B
Makefile
15 lines
537 B
Makefile
################################################################################
|
|
#
|
|
# python-jeepney
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JEEPNEY_VERSION = 0.9.0
|
|
PYTHON_JEEPNEY_SOURCE = jeepney-$(PYTHON_JEEPNEY_VERSION).tar.gz
|
|
PYTHON_JEEPNEY_SITE = https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c
|
|
PYTHON_JEEPNEY_SETUP_TYPE = flit
|
|
PYTHON_JEEPNEY_LICENSE = MIT
|
|
PYTHON_JEEPNEY_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|