mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/pfmoore/editables/blob/0.6/CHANGELOG.md Updated license hash due to removal of DOS line endings. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
568 B
Makefile
15 lines
568 B
Makefile
################################################################################
|
|
#
|
|
# python-editables
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_EDITABLES_VERSION = 0.6
|
|
PYTHON_EDITABLES_SOURCE = editables-$(PYTHON_EDITABLES_VERSION).tar.gz
|
|
PYTHON_EDITABLES_SITE = https://files.pythonhosted.org/packages/82/f8/02a4e9a0cb961b0feeb431ac96b231c157ecdcbbeacafe9e2fdb4b1dde39
|
|
PYTHON_EDITABLES_LICENSE = MIT
|
|
PYTHON_EDITABLES_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_EDITABLES_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(host-python-package))
|