This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 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,3 @@
# md5 from https://pypi.python.org/pypi/pygments/json, sha256 locally computed
md5 13037baca42f16917cbd5ad2fab50844 Pygments-2.2.0.tar.gz
sha256 dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc Pygments-2.2.0.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pygments
#
################################################################################
PYTHON_PYGMENTS_VERSION = 2.2.0
PYTHON_PYGMENTS_SOURCE = Pygments-$(PYTHON_PYGMENTS_VERSION).tar.gz
PYTHON_PYGMENTS_SITE = https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a
PYTHON_PYGMENTS_LICENSE = BSD-2-Clause
PYTHON_PYGMENTS_LICENSE_FILES = LICENSE
PYTHON_PYGMENTS_SETUP_TYPE = setuptools
$(eval $(python-package))