summaryrefslogtreecommitdiffstats
path: root/package/python-mistune/python-mistune.mk
diff options
context:
space:
mode:
authorMauro Condarelli <mc5686@mclink.it>2016-02-02 01:44:46 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-02 18:02:31 +0100
commit56526bbfae64fee625f560297a979f8345887a00 (patch)
tree39ac9903efabedc23ed2b4e457165d2a200881bd /package/python-mistune/python-mistune.mk
parent45c903065dff389e1885f976d758465fbdcb3e56 (diff)
downloadbuildroot-56526bbfae64fee625f560297a979f8345887a00.tar.gz
buildroot-56526bbfae64fee625f560297a979f8345887a00.zip
python-mistune: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - rename the .mk file to carry the proper name - rewrap Config.in help text to use the proper length and avoid a trailing space - remove excessive empty new line at the end of Config.in - specify BSD-3c as the license, since it's the variant being used, and it's more specific than just BSD.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-mistune/python-mistune.mk')
-rw-r--r--package/python-mistune/python-mistune.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-mistune/python-mistune.mk b/package/python-mistune/python-mistune.mk
new file mode 100644
index 0000000000..a1e571095c
--- /dev/null
+++ b/package/python-mistune/python-mistune.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-mistune
+#
+################################################################################
+
+PYTHON_MISTUNE_VERSION = 0.7.1
+PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
+PYTHON_MISTUNE_SITE = http://pypi.python.org/packages/source/m/mistune
+PYTHON_MISTUNE_LICENSE = BSD-3c
+PYTHON_MISTUNE_LICENSE_FILES = LICENSE
+PYTHON_MISTUNE_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud