diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygments_2.5.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygments_2.5.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.5.2.bb b/meta/recipes-devtools/python/python3-pygments_2.5.2.bb new file mode 100644 index 0000000000..474b95494a --- /dev/null +++ b/meta/recipes-devtools/python/python3-pygments_2.5.2.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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] = "465a35559863089d959d783a69f79b9f" | ||
| 9 | SRC_URI[sha256sum] = "98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe" | ||
| 10 | |||
| 11 | DEPENDS += "\ | ||
| 12 | ${PYTHON_PN} \ | ||
| 13 | " | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "Pygments" | ||
| 16 | |||
| 17 | inherit pypi | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
| 20 | |||
