mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
python-pysendfile: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
14af550d5e
commit
a5d88d8cca
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