Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Human friendly output for text interfaces using Python" |
| 2 | HOMEPAGE = "https://humanfriendly.readthedocs.io/" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d178009f806c2bdd498a19be0013a7a" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 6 | |
| 7 | PYPI_PACKAGE = "humanfriendly" |
| 8 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame^] | 9 | SRC_URI[sha256sum] = "6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 10 | |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 11 | inherit pypi setuptools3 |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 12 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 13 | RDEPENDS:${PN}:class-target += " \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 14 | ${PYTHON_PN}-datetime \ |
| 15 | ${PYTHON_PN}-fcntl \ |
| 16 | ${PYTHON_PN}-io \ |
| 17 | ${PYTHON_PN}-logging \ |
| 18 | ${PYTHON_PN}-math \ |
| 19 | ${PYTHON_PN}-numbers \ |
| 20 | ${PYTHON_PN}-shell \ |
| 21 | ${PYTHON_PN}-stringold \ |
| 22 | " |
| 23 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame^] | 24 | BBCLASSEXTEND = "native nativesdk" |