Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "Python extension wrapping the ICU C++ API" |
| 2 | HOMEPAGE = "https://gitlab.pyicu.org/main/pyicu" |
| 3 | BUGTRACKER = "https://gitlab.pyicu.org/main/pyicu/-/issues" |
| 4 | SECTION = "devel/python" |
| 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0724597863f1581ab01429e0423e779f" |
| 7 | |
| 8 | DEPENDS += "icu" |
| 9 | |
| 10 | PYPI_PACKAGE = "PyICU" |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 11 | SRC_URI[sha256sum] = "0c3309eea7fab6857507ace62403515b60fe096cbfb4f90d14f55ff75c5441c1" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 12 | |
| 13 | SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch" |
| 14 | |
| 15 | inherit pkgconfig pypi python_setuptools_build_meta |