diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-04-18 16:07:17 -0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-05-02 14:03:02 -0700 |
commit | 07a6eebf08c6dc7679b9d20835c01c7d5b3121c5 (patch) | |
tree | 2532922c4d7fd44e761b93d8ba455bc694ff7cbf /meta-python/recipes-devtools/python/python-dominate_2.2.0.bb | |
parent | b58d78f9dcb8ed5557f59b211c191a4b000bc797 (diff) | |
download | meta-openembedded-07a6eebf08c6dc7679b9d20835c01c7d5b3121c5.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-dominate_2.2.0.bb')
-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 | ||