mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/python-pygments/Config.in
Normal file
6
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
|
||||
3
package/python-pygments/python-pygments.hash
Normal file
3
package/python-pygments/python-pygments.hash
Normal 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
|
||||
14
package/python-pygments/python-pygments.mk
Normal file
14
package/python-pygments/python-pygments.mk
Normal 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))
|
||||
Reference in New Issue
Block a user