Update buidlroot to version 2016.08.1
This commit is contained in:
6
bsp/buildroot/package/python-pygments/Config.in
Normal file
6
bsp/buildroot/package/python-pygments/Config.in
Normal 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
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=84533d22f72de894f6d3907c3ca9eddf, sha256 locally computed.
|
||||
md5 84533d22f72de894f6d3907c3ca9eddf Pygments-2.1.tar.gz
|
||||
sha256 13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b Pygments-2.1.tar.gz
|
||||
14
bsp/buildroot/package/python-pygments/python-pygments.mk
Normal file
14
bsp/buildroot/package/python-pygments/python-pygments.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pygments
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYGMENTS_VERSION = 2.1
|
||||
PYTHON_PYGMENTS_SOURCE = Pygments-$(PYTHON_PYGMENTS_VERSION).tar.gz
|
||||
PYTHON_PYGMENTS_SITE = http://pypi.python.org/packages/source/P/Pygments
|
||||
PYTHON_PYGMENTS_LICENSE = BSD-2c
|
||||
PYTHON_PYGMENTS_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYGMENTS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user