blob: 16769e92635edc305b3303539fcc05b9b5d82525 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
6
7inherit setuptools3
Andrew Geisslerc5535c92023-01-27 16:10:19 -06008SRC_URI[sha256sum] = "b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297"
Patrick Williams92b42cb2022-09-03 06:53:57 -05009
10DEPENDS += "\
11 ${PYTHON_PN} \
12 "
13
14PYPI_PACKAGE = "Pygments"
15
16inherit pypi
17
18BBCLASSEXTEND = "native nativesdk"
19