From 82f3124522a579d2fa75f9021a16f8494fc7bf25 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 13 Jan 2016 16:18:10 +0100 Subject: python-html5lib: new package Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/python-html5lib/python-html5lib.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/python-html5lib/python-html5lib.mk (limited to 'package/python-html5lib/python-html5lib.mk') diff --git a/package/python-html5lib/python-html5lib.mk b/package/python-html5lib/python-html5lib.mk new file mode 100644 index 0000000000..93eef9a617 --- /dev/null +++ b/package/python-html5lib/python-html5lib.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-html5lib +# +################################################################################ + +PYTHON_HTML5LIB_VERSION = 0.9999999 +PYTHON_HTML5LIB_SOURCE = html5lib-$(PYTHON_HTML5LIB_VERSION).tar.gz +PYTHON_HTML5LIB_SITE = https://pypi.python.org/packages/source/h/html5lib +PYTHON_HTML5LIB_LICENSE = MIT +PYTHON_HTML5LIB_LICENSE_FILES = LICENSE +PYTHON_HTML5LIB_SETUP_TYPE = distutils + +$(eval $(python-package)) -- cgit v1.2.3