blob: a1f73b441dcacfddf948973e34d3eab8f66d9e1d (
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] = "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"
inherit pypi
BBCLASSEXTEND = "native nativesdk"
|