blob: de24ed3f11c90f55577a9c03de83a7ad01b97970 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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] = "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"
inherit pypi
BBCLASSEXTEND = "native nativesdk"
|