mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
16
package/python3-decorator/python3-decorator.mk
Normal file
16
package/python3-decorator/python3-decorator.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python3-decorator
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python-decorator/python-decorator.mk
|
||||
PYTHON3_DECORATOR_VERSION = 4.4.1
|
||||
PYTHON3_DECORATOR_SITE = https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d
|
||||
PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
|
||||
PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
|
||||
PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON3_DECORATOR_SETUP_TYPE = setuptools
|
||||
HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user