Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Pygments is a syntax highlighting package written in Python." |
| 2 | DESCRIPTION = "Pygments is a syntax highlighting package written in Python." |
| 3 | HOMEPAGE = "http://pygments.org/" |
| 4 | LICENSE = "BSD-2-Clause" |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame^] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1f5d0c4cf38dfc8122c00d6f1a97a0cc" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 6 | |
| 7 | inherit setuptools3 |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame^] | 8 | SRC_URI[sha256sum] = "381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 9 | |
| 10 | DEPENDS += "\ |
| 11 | ${PYTHON_PN} \ |
| 12 | " |
| 13 | |
| 14 | PYPI_PACKAGE = "Pygments" |
| 15 | |
| 16 | inherit pypi |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |
| 19 | |