initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYFTPDLIB
bool "python-pyftpdlib"
help
Extremely fast and scalable Python FTP server library.
https://github.com/giampaolo/pyftpdlib
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pyftpdlib/json
md5 7f8089520d60171bee5dab2b721e8d00 pyftpdlib-1.5.5.tar.gz
sha256 1adf1c03d1508749e7c2f26dc9850ec0ef834318d725b7ae5ac91698f5c86752 pyftpdlib-1.5.5.tar.gz
# Locally computed sha256 checksums
sha256 18a4ff1ddf890838e36504b307581e3eb42c890a7272ce28b18b3ce1205b7ea8 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-pyftpdlib
#
################################################################################
PYTHON_PYFTPDLIB_VERSION = 1.5.5
PYTHON_PYFTPDLIB_SOURCE = pyftpdlib-$(PYTHON_PYFTPDLIB_VERSION).tar.gz
PYTHON_PYFTPDLIB_SITE = https://files.pythonhosted.org/packages/27/64/06a574350c79873e908fa9f48b617e7961de50fc468acc0a05d76771bce9
PYTHON_PYFTPDLIB_SETUP_TYPE = setuptools
PYTHON_PYFTPDLIB_LICENSE = MIT
PYTHON_PYFTPDLIB_LICENSE_FILES = LICENSE
$(eval $(python-package))