diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-04-18 16:07:17 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:53 +0200 |
commit | 5a20e8799eb1c1dd38ec9fee15fd90b88b38bba4 (patch) | |
tree | 1398f959f5003f944f978fe6cad152df78025459 /meta-python | |
parent | 71dcf4122c96c98b6ea65d8d838a9941e38b35b5 (diff) | |
download | meta-openembedded-5a20e8799eb1c1dd38ec9fee15fd90b88b38bba4.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.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-dominate_2.2.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-dominate_2.2.0.bb b/meta-python/recipes-devtools/python/python-dominate_2.2.0.bb new file mode 100644 index 000000000..1feaa7e8f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dominate_2.2.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." | ||
2 | LICENSE = "LGPLv3" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a30b9a8d0a5585c482c6c5a6d54aaebc" | ||
4 | |||
5 | SRC_URI[md5sum] = "14ee0361db7fbaed982220c09ef8e0b9" | ||
6 | SRC_URI[sha256sum] = "5032559e0f0835419763b3d1d88ad31ea4fe40935712db86014f2a341c89fa3d" | ||
7 | |||
8 | PYPI_PACKAGE_EXT = "zip" | ||
9 | |||
10 | inherit pypi setuptools | ||