blob: 24bbaaf38c435c3c5a3b7c0ad0445323ad5af608 [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
Andrew Geisslerd1e89492021-02-12 15:35:20 -06008SRC_URI[sha256sum] = "df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337"
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