blob: 6074efa73e684771d68be16ef3f488b847980b1c [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "Backports and enhancements for the contextlib module"
2HOMEPAGE = "http://contextlib2.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "PSF"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
Brad Bishop2f973922019-11-11 07:58:48 -05006
Andrew Geissler82c905d2020-04-13 13:39:40 -05007SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979"
8SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3"
9
10inherit pypi setuptools3
11
12BBCLASSEXTEND = "native nativesdk"