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" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e1d7b7bffbfeaa14083fd2bd3236aea8" |
| 6 | |
| 7 | inherit setuptools3 |
Andrew Geissler | 4ed12e1 | 2020-06-05 18:00:41 -0500 | [diff] [blame] | 8 | SRC_URI[md5sum] = "a48c5219de92f12c41acba814730b31a" |
| 9 | SRC_URI[sha256sum] = "647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 10 | |
| 11 | DEPENDS += "\ |
| 12 | ${PYTHON_PN} \ |
| 13 | " |
| 14 | |
| 15 | PYPI_PACKAGE = "Pygments" |
| 16 | |
| 17 | inherit pypi |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |
| 20 | |