diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygments_2.19.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygments_2.19.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.0.bb b/meta/recipes-devtools/python/python3-pygments_2.19.0.bb new file mode 100644 index 0000000000..f1bc845662 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pygments_2.19.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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=36a13c90514e2899f1eba7f41c3ee592" | ||
| 6 | |||
| 7 | inherit python_hatchling | ||
| 8 | SRC_URI[sha256sum] = "afc4146269910d4bdfabcd27c24923137a74d562a23a320a41a55ad303e19783" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
