| SUMMARY = "Pygments is a syntax highlighting package written in Python." |
| DESCRIPTION = "Pygments is a syntax highlighting package written in Python." |
| HOMEPAGE = "http://pygments.org/" |
| LICENSE = "BSD-2-Clause" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" |
| |
| inherit python_setuptools_build_meta |
| SRC_URI[sha256sum] = "8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c" |
| |
| DEPENDS += "\ |
| ${PYTHON_PN} \ |
| " |
| |
| PYPI_PACKAGE = "Pygments" |
| |
| inherit pypi |
| |
| BBCLASSEXTEND = "native nativesdk" |
| |