blob: 4c431431c2d6e525e511059efc02af25db125651 [file] [log] [blame]
Andrew Geisslereef63862021-01-29 15:58:13 -06001SUMMARY = "Experimental type system extensions for programs checked with the mypy typechecker"
2HOMEPAGE = "https://github.com/python/mypy_extensions"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=0fe3219e2470a78c0d1837019b8b426e"
5
6PYPI_PACKAGE = "mypy_extensions"
7
8inherit pypi setuptools3
9
Andrew Geissler5082cc72023-09-11 08:41:39 -040010SRC_URI[sha256sum] = "75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
Andrew Geisslereef63862021-01-29 15:58:13 -060011
12BBCLASSEXTEND = "native"