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" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" |
| 5 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 6 | SRC_URI[md5sum] = "60228b3ce93a203357158b909afe8ae1" |
| 7 | SRC_URI[sha256sum] = "6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811" |
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} += " \ |
| 16 | ${PYTHON_PN}-numbers \ |
| 17 | ${PYTHON_PN}-pickle \ |
| 18 | ${PYTHON_PN}-pytz \ |
| 19 | ${PYTHON_PN}-threading \ |
| 20 | " |