Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | DESCRIPTION = "Backports and enhancements for the contextlib module" |
| 2 | HOMEPAGE = "http://contextlib2.readthedocs.org/" |
| 3 | SECTION = "devel/python" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "PSF-2.0 & Apache-2.0" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" |
| 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
| 11 | BBCLASSEXTEND = "native nativesdk" |