mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
* Drop redundant DEPENDS * PEP-517 backend is now hatchling -> inherit python_hatchling * Drop PYPI_PACKAGE as upstream download filename is now "pygments" * Add UPSTREAM_CHECK_PYPI_PACKAGE since upstream path is still "/Pygments/" https://github.com/pygments/pygments/blob/2.17.2/CHANGES (From OE-Core rev: 426ec8595233203034d06dd30041c551f2622d90) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
488 B
BlitzBasic
15 lines
488 B
BlitzBasic
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"
|
|
|