blob: a2f9c5c3ffed8b795fc7724e12843fc5b2cd7ad7 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Python implementation of subunit test streaming protocol"
Andrew Geisslerd25ed322020-06-27 00:28:28 -05002HOMEPAGE = "https://pypi.org/project/python-subunit/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=909c08e291647fd985fbe5d9836d51b6"
6
7PYPI_PACKAGE = "python-subunit"
8
Andrew Geissler4ed12e12020-06-05 18:00:41 -05009SRC_URI[md5sum] = "30f1ab20651d94442dd9a7f8c9e8d633"
10SRC_URI[sha256sum] = "042039928120fbf392e8c983d60f3d8ae1b88f90a9f8fd7188ddd9c26cad1e48"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
12inherit pypi
13
14BBCLASSEXTEND = "nativesdk"