summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
blob: 8b98064b78401581c2fb306f1161145caabb9724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Pygments is a syntax highlighting package written in Python."
DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
HOMEPAGE = "http://pygments.org/"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"

inherit python_hatchling
SRC_URI[sha256sum] = "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"

UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
inherit pypi

BBCLASSEXTEND = "native nativesdk"