blob: b47e0aff67c2ae0335b8f5c531a1d39d7c4e7e33 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Pygments is a syntax highlighting package written in Python."
2DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
3HOMEPAGE = "http://pygments.org/"
4LICENSE = "BSD-2-Clause"
Andrew Geisslerd5838332022-05-27 11:33:10 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
Andrew Geissler595f6302022-01-24 19:11:47 +00006
7inherit setuptools3
Andrew Geisslerd5838332022-05-27 11:33:10 -05008SRC_URI[sha256sum] = "5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"
Andrew Geissler595f6302022-01-24 19:11:47 +00009
10DEPENDS += "\
11 ${PYTHON_PN} \
12 "
13
14PYPI_PACKAGE = "Pygments"
15
16inherit pypi
17
18BBCLASSEXTEND = "native nativesdk"
19