aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-04-18 16:07:17 -0300
committerArmin Kuster <akuster808@gmail.com>2016-05-02 14:03:02 -0700
commit1b1d6c8b2be37537fc5dec74a9480677a05d42a9 (patch)
treecb26685a1986d7fe1785ba67826c3327cf7a0b7b
parent8e57bd4680e1eb64362917bd334d05147de37545 (diff)
downloadmeta-python2-1b1d6c8b2be37537fc5dec74a9480677a05d42a9.tar.gz
python-dominate: Add recipe for version 2.2.0
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. (From meta-openembedded commit: 07a6eebf08c6dc7679b9d20835c01c7d5b3121c5) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-dominate_2.2.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-dominate_2.2.0.bb b/recipes-devtools/python/python-dominate_2.2.0.bb
new file mode 100644
index 0000000..1feaa7e
--- /dev/null
+++ b/recipes-devtools/python/python-dominate_2.2.0.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API."
+LICENSE = "LGPLv3"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a30b9a8d0a5585c482c6c5a6d54aaebc"
+
+SRC_URI[md5sum] = "14ee0361db7fbaed982220c09ef8e0b9"
+SRC_URI[sha256sum] = "5032559e0f0835419763b3d1d88ad31ea4fe40935712db86014f2a341c89fa3d"
+
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi setuptools