diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-09-17 15:37:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-17 20:47:11 -0700 |
commit | b94cd227831b7b09a484f2b2c65dfe0d42cac1fb (patch) | |
tree | f6f106357db7a0892b26052f4fe8fe7b3b550f1f /meta-python/recipes-devtools/python/python3-padatious_0.4.7.bb | |
parent | dfe94c918249d91cc052b4121b3a52493a281f23 (diff) | |
download | meta-openembedded-b94cd227831b7b09a484f2b2c65dfe0d42cac1fb.tar.gz |
python3-padatious: Initial commit of 0.4.7
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-padatious_0.4.7.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-padatious_0.4.7.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-padatious_0.4.7.bb b/meta-python/recipes-devtools/python/python3-padatious_0.4.7.bb new file mode 100644 index 000000000..4abe7c747 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-padatious_0.4.7.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "An efficient and agile neural network intent parser. Padatious is a core component of Mycroft AI." | ||
2 | HOMEPAGE = "https://github.com/MycroftAI/padatious" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://README.md;md5=77baec496a458dd0e0fc4ca64cd305bc" | ||
5 | |||
6 | SRC_URI[md5sum] = "1f53967a1633baa8fd48f11139808a33" | ||
7 | SRC_URI[sha256sum] = "3c235942ff4151a3c36536fd776bd8a6d4d57c97046723d2fa80a89b34faac1f" | ||
8 | |||
9 | inherit pypi setuptools3 | ||