Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" |
| 2 | HOMEPAGE = "http://babel.edgewall.org/" |
| 3 | LICENSE = "BSD" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eebdc057dc12abcc2d6c4453628bfcd4" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 5 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 6 | SRC_URI[md5sum] = "c384ac03026e8fe6f9b90f55201f1bff" |
| 7 | SRC_URI[sha256sum] = "8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 8 | |
| 9 | PYPI_PACKAGE = "Babel" |
| 10 | |
| 11 | inherit pypi |
| 12 | |
| 13 | CLEANBROKEN = "1" |
| 14 | |
| 15 | RDEPENDS_${PN} += " \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 16 | ${PYTHON_PN}-codecs \ |
| 17 | ${PYTHON_PN}-difflib \ |
| 18 | ${PYTHON_PN}-distutils \ |
| 19 | ${PYTHON_PN}-netserver \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 20 | ${PYTHON_PN}-numbers \ |
| 21 | ${PYTHON_PN}-pickle \ |
| 22 | ${PYTHON_PN}-pytz \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 23 | ${PYTHON_PN}-shell \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 24 | ${PYTHON_PN}-threading \ |
| 25 | " |