Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 1 | SUMMARY = "An implementation-agnostic implementation of JSON reference resolution." |
| 2 | HOMEPAGE = "https://github.com/python-jsonschema/referencing" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" |
| 5 | |
Patrick Williams | 44b3caf | 2024-04-12 16:51:14 -0500 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844" |
Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 7 | |
| 8 | inherit pypi python_hatchling |
| 9 | |
Patrick Williams | 2f814a6 | 2024-04-16 16:28:03 -0500 | [diff] [blame] | 10 | DEPENDS += "python3-hatch-vcs-native" |
Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 11 | |
| 12 | RDEPENDS:${PN} += "python3-rpds-py" |
| 13 | |
| 14 | BBCLASSEXTEND = "native nativesdk" |