Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [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" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=98419e351433ac106a24e3ad435930bc" |
| 6 | |
| 7 | inherit setuptools3 |
| 8 | SRC_URI[sha256sum] = "4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" |
| 9 | |
| 10 | DEPENDS += "\ |
| 11 | ${PYTHON_PN} \ |
| 12 | " |
| 13 | |
| 14 | PYPI_PACKAGE = "Pygments" |
| 15 | |
| 16 | inherit pypi |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |
| 19 | |