Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "A Python module for decorators, wrappers and monkey patching." |
| 2 | HOMEPAGE = "http://wrapt.readthedocs.org/" |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 3 | LICENSE = "BSD-2-Clause" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 4 | SECTION = "devel/python" |
Brad Bishop | ba6de43 | 2019-05-21 08:07:33 -0400 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 6 | |
Brad Bishop | c8f4712 | 2019-06-24 09:36:18 -0400 | [diff] [blame] | 7 | SRC_URI[md5sum] = "cc15c001b129f81eb2f79b15eb99ffe5" |
| 8 | SRC_URI[sha256sum] = "565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 9 | |
| 10 | inherit pypi |
| 11 | |
| 12 | RDEPENDS_${PN}_class-target += "\ |
| 13 | ${PYTHON_PN}-stringold \ |
| 14 | ${PYTHON_PN}-threading \ |
| 15 | " |