blob: bffef59e69fe07c653728fe7d39342e008265eb8 [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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e1d7b7bffbfeaa14083fd2bd3236aea8"
6
7inherit setuptools3
Andrew Geissler4ed12e12020-06-05 18:00:41 -05008SRC_URI[md5sum] = "a48c5219de92f12c41acba814730b31a"
9SRC_URI[sha256sum] = "647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11DEPENDS += "\
12 ${PYTHON_PN} \
13 "
14
15PYPI_PACKAGE = "Pygments"
16
17inherit pypi
18
19BBCLASSEXTEND = "native nativesdk"
20