Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "A collection of tools for internationalizing Python applications" |
| 2 | HOMEPAGE = "http://babel.edgewall.org/" |
| 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" |
| 5 | |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 7 | |
| 8 | PYPI_PACKAGE = "Babel" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
| 12 | CLEANBROKEN = "1" |
| 13 | |
| 14 | RDEPENDS:${PN} += " \ |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 15 | python3-codecs \ |
| 16 | python3-difflib \ |
| 17 | python3-netserver \ |
| 18 | python3-numbers \ |
| 19 | python3-pickle \ |
| 20 | python3-pytz \ |
| 21 | python3-setuptools \ |
| 22 | python3-shell \ |
| 23 | python3-threading \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 24 | " |
| 25 | |
| 26 | BBCLASSEXTEND = "native nativesdk" |