Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
13
bsp/buildroot/package/python-pyicu/Config.in
Normal file
13
bsp/buildroot/package/python-pyicu/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_PYTHON_PYICU
|
||||
bool "python-pyicu"
|
||||
depends on !BR2_BINFMT_FLAT # icu
|
||||
depends on BR2_INSTALL_LIBSTDCPP # icu
|
||||
select BR2_PACKAGE_ICU
|
||||
help
|
||||
Python extension wrapping the ICU C++ API.
|
||||
|
||||
http://pyicu.osafoundation.org/
|
||||
|
||||
comment "python-pyicu needs a toolchain w/ C++"
|
||||
depends on !BR2_BINFMT_FLAT
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
3
bsp/buildroot/package/python-pyicu/python-pyicu.hash
Normal file
3
bsp/buildroot/package/python-pyicu/python-pyicu.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/PyICU/json, sha256 locally computed
|
||||
md5 30f85b7272f15b26c110c9f3e3a9e7a0 PyICU-1.9.5.tar.gz
|
||||
sha256 73b052b800861fae3281dbaf9c92d12a81cabf3d31912d94c51862e093ef359b PyICU-1.9.5.tar.gz
|
||||
15
bsp/buildroot/package/python-pyicu/python-pyicu.mk
Normal file
15
bsp/buildroot/package/python-pyicu/python-pyicu.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyicu
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYICU_VERSION = 1.9.5
|
||||
PYTHON_PYICU_SOURCE = PyICU-$(PYTHON_PYICU_VERSION).tar.gz
|
||||
PYTHON_PYICU_SITE = https://pypi.python.org/packages/a2/9f/1947f288143191b903e58633ee597cb98bc284de28dafb1231b6f8b67b99
|
||||
PYTHON_PYICU_LICENSE = MIT
|
||||
PYTHON_PYICU_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYICU_DEPENDENCIES = icu
|
||||
PYTHON_PYICU_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user