blob: 7fedcb5a88af7ac4446fba80ce3fd36c34766b9e [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 Geisslerd1e89492021-02-12 15:35:20 -06005LIC_FILES_CHKSUM = "file://LICENSE;md5=98419e351433ac106a24e3ad435930bc"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
7inherit setuptools3
William A. Kennington IIIac69b482021-06-02 12:28:27 -07008SRC_URI[sha256sum] = "a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f"
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