diff options
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 | ||