[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYGMENTS
bool "python-pygments"
help
Pygments is a syntax highlighting package written in Python.
https://pypi.python.org/pypi/Pygments

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pygments/json
md5 390a49fa0eb5486a795b2b54b9a7b666 Pygments-2.7.4.tar.gz
sha256 df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337 Pygments-2.7.4.tar.gz
# Locally computed sha256 checksums
sha256 c012cf17a2ba79142977c8cc5bb1497a675401bf79c2c9b95a7604e2ddfde8b8 LICENSE

View File

@ -0,0 +1,16 @@
################################################################################
#
# python-pygments
#
################################################################################
PYTHON_PYGMENTS_VERSION = 2.7.4
PYTHON_PYGMENTS_SOURCE = Pygments-$(PYTHON_PYGMENTS_VERSION).tar.gz
PYTHON_PYGMENTS_SITE = https://files.pythonhosted.org/packages/e1/86/8059180e8217299079d8719c6e23d674aadaba0b1939e25e0cc15dcf075b
PYTHON_PYGMENTS_LICENSE = BSD-2-Clause
PYTHON_PYGMENTS_LICENSE_FILES = LICENSE
PYTHON_PYGMENTS_CPE_ID_VENDOR = pygments
PYTHON_PYGMENTS_CPE_ID_PRODUCT = pygments
PYTHON_PYGMENTS_SETUP_TYPE = setuptools
$(eval $(python-package))