diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-17 10:17:41 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:27 +0200 |
commit | 6e17cf09980afc69f9942b3dc63350578496859a (patch) | |
tree | 33bfa43f5462c96fd1e0a9bfcfe8e2223980215c /meta-python/recipes-devtools/python/python-progress.inc | |
parent | 4efb76b1aad1d69933e91ae16508bc8022399b2a (diff) | |
download | meta-openembedded-6e17cf09980afc69f9942b3dc63350578496859a.tar.gz |
python-progress, python3-progress: Add recipe for version 1.2
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-progress.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-progress.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-progress.inc b/meta-python/recipes-devtools/python/python-progress.inc new file mode 100644 index 0000000000..80d0a58450 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-progress.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Easy progress reporting for Python" | ||
2 | HOMEPAGE = "http://github.com/verigak/progress/" | ||
3 | LICENSE = "ISC" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317" | ||
5 | |||
6 | SRC_URI[md5sum] = "c1dbf49a41e80408d3874d976ba894cc" | ||
7 | SRC_URI[sha256sum] = "5b6a50f9ac76820f619d7789b5354881c8c10060a64047e415868d8f503cc2eb" | ||
8 | |||
9 | BBCLASSEXTEND = "native nativesdk" | ||