generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-pysendfile/Config.in
Normal file
6
package/python-pysendfile/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PYSENDFILE
|
||||
bool "python-pysendfile"
|
||||
help
|
||||
A Python interface to sendfile(2) syscall
|
||||
|
||||
https://github.com/giampaolo/pysendfile
|
||||
3
package/python-pysendfile/python-pysendfile.hash
Normal file
3
package/python-pysendfile/python-pysendfile.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 python-pysendfile-2.0.1.tar.gz
|
||||
sha256 259f433563cfe0296c84c00381c600e82e0ab1b617ce20fe6e7f555a2b95af26 LICENSE
|
||||
13
package/python-pysendfile/python-pysendfile.mk
Normal file
13
package/python-pysendfile/python-pysendfile.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pysendfile
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYSENDFILE_VERSION = 2.0.1
|
||||
PYTHON_PYSENDFILE_SITE = $(call github,giampaolo,pysendfile,release-$(PYTHON_PYSENDFILE_VERSION))
|
||||
PYTHON_PYSENDFILE_SETUP_TYPE = setuptools
|
||||
PYTHON_PYSENDFILE_LICENSE = MIT
|
||||
PYTHON_PYSENDFILE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user