summaryrefslogtreecommitdiffstats
path: root/package/python-pysendfile/python-pysendfile.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-01-20 21:38:55 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-01-23 21:17:25 +0100
commita5d88d8cca5b2017da69eb191914bdb77aab6be6 (patch)
tree12b1d3e1c297529f7a12c5f8ddf5e7f298629a4b /package/python-pysendfile/python-pysendfile.mk
parent14af550d5eb50222196ece3042d2f1e2a9466cf6 (diff)
downloadbuildroot-a5d88d8cca5b2017da69eb191914bdb77aab6be6.tar.gz
buildroot-a5d88d8cca5b2017da69eb191914bdb77aab6be6.zip
python-pysendfile: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pysendfile/python-pysendfile.mk')
-rw-r--r--package/python-pysendfile/python-pysendfile.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-pysendfile/python-pysendfile.mk b/package/python-pysendfile/python-pysendfile.mk
new file mode 100644
index 0000000000..bb8f057d3d
--- /dev/null
+++ b/package/python-pysendfile/python-pysendfile.mk
@@ -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))
OpenPOWER on IntegriCloud