Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [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=e1d7b7bffbfeaa14083fd2bd3236aea8" |
| 6 | |
| 7 | inherit setuptools3 |
| 8 | SRC_URI[md5sum] = "5ecc3fbb2a783e917b369271fc0e6cd1" |
| 9 | SRC_URI[sha256sum] = "881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297" |
| 10 | |
| 11 | DEPENDS += "\ |
| 12 | ${PYTHON_PN} \ |
| 13 | " |
| 14 | |
| 15 | PYPI_PACKAGE = "Pygments" |
| 16 | |
| 17 | inherit pypi |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |
| 20 | |