blob: 00e5dc6e3010b0b260d373353a0064c72699c109 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -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"
Andrew Geissler6ce62a22020-11-30 19:58:47 -06005LIC_FILES_CHKSUM = "file://LICENSE;md5=1f5d0c4cf38dfc8122c00d6f1a97a0cc"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
7inherit setuptools3
Andrew Geissler706d5aa2021-02-12 15:55:30 -06008SRC_URI[sha256sum] = "381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
10DEPENDS += "\
11 ${PYTHON_PN} \
12 "
13
14PYPI_PACKAGE = "Pygments"
15
16inherit pypi
17
18BBCLASSEXTEND = "native nativesdk"
19