mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/CourtBouillon/pydyf/blob/v0.12.1/docs/changelog.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
529 B
Makefile
15 lines
529 B
Makefile
################################################################################
|
|
#
|
|
# python-pydyf
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDYF_VERSION = 0.12.1
|
|
PYTHON_PYDYF_SOURCE = pydyf-$(PYTHON_PYDYF_VERSION).tar.gz
|
|
PYTHON_PYDYF_SITE = https://files.pythonhosted.org/packages/36/ee/fb410c5c854b6a081a49077912a9765aeffd8e07cbb0663cfda310b01fb4
|
|
PYTHON_PYDYF_SETUP_TYPE = flit
|
|
PYTHON_PYDYF_LICENSE = BSD-3-Clause
|
|
PYTHON_PYDYF_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|