Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 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 | |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 6 | SRC_URI += "file://0001-Update-Versioneer-to-0.22.patch" |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "ab68ed404401421819c81cc6c0677a87" |
| 8 | SRC_URI[sha256sum] = "87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf" |
| 9 | |
| 10 | inherit pypi setuptools3 |
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 11 | |
| 12 | RDEPENDS:${PN} += "python3-json" |