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"
|
||
|
|
|