Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Backports and enhancements for the contextlib module" |
| 2 | HOMEPAGE = "http://contextlib2.readthedocs.org/" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "PSF" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" |
Brad Bishop | 2f97392 | 2019-11-11 07:58:48 -0500 | [diff] [blame] | 6 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" |
| 8 | SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
| 12 | BBCLASSEXTEND = "native nativesdk" |