blob: 379d85dbd7cf1528ce0a3b48f1a1b8e948d57581 [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 Geisslerc723b722021-01-08 16:14:09 -06008SRC_URI[sha256sum] = "ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716"
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