diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-22 02:45:03 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-25 10:33:34 -0700 |
| commit | 303431a3f56e786afce8085572bbf2952a1e9956 (patch) | |
| tree | 6950fb49062e4651051508e4dc22582a8ced33ff /meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb | |
| parent | 602d935ccdfa4fcba48d32a8e7b45d2e6f32e1bb (diff) | |
| download | meta-openembedded-303431a3f56e786afce8085572bbf2952a1e9956.tar.gz | |
python3-click-spinner: Add recipe
Add recipe for click-spinner, a spinner for Click.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb b/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb new file mode 100644 index 0000000000..418f8a32a7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "Spinner for Click" | ||
| 2 | HOMEPAGE = "https://github.com/click-contrib/click-spinner" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "ab68ed404401421819c81cc6c0677a87" | ||
| 7 | SRC_URI[sha256sum] = "87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
