mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
15 lines
581 B
Makefile
15 lines
581 B
Makefile
################################################################################
|
|
#
|
|
# python-frozenlist
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FROZENLIST_VERSION = 1.0.0
|
|
PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
|
|
PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/85/32/12f1247bf4915b74a00264aa0033745ee871759daee47499641bd13aeee7
|
|
PYTHON_FROZENLIST_SETUP_TYPE = setuptools
|
|
PYTHON_FROZENLIST_LICENSE = Apache-2.0
|
|
PYTHON_FROZENLIST_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|