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:
17
package/python-pyicu/Config.in
Normal file
17
package/python-pyicu/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_PYTHON_PYICU
|
||||
bool "python-pyicu"
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_8 # icu
|
||||
depends on !BR2_BINFMT_FLAT # icu
|
||||
depends on BR2_INSTALL_LIBSTDCPP # icu
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # icu
|
||||
select BR2_PACKAGE_ICU
|
||||
help
|
||||
Python extension wrapping the ICU C++ API.
|
||||
|
||||
https://github.com/ovalhub/pyicu
|
||||
|
||||
comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.8, host gcc >= 4.8"
|
||||
depends on !BR2_BINFMT_FLAT
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
||||
!BR2_HOST_GCC_AT_LEAST_4_8
|
3
package/python-pyicu/python-pyicu.hash
Normal file
3
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 7656f5cc53a7c18b40e653d6eefdee14 PyICU-1.9.7.tar.gz
|
||||
sha256 db27cd1cc150b879c5465872bec7fdaf340eca140aa922be03891d5b9f855b61 PyICU-1.9.7.tar.gz
|
15
package/python-pyicu/python-pyicu.mk
Normal file
15
package/python-pyicu/python-pyicu.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyicu
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYICU_VERSION = 1.9.7
|
||||
PYTHON_PYICU_SOURCE = PyICU-$(PYTHON_PYICU_VERSION).tar.gz
|
||||
PYTHON_PYICU_SITE = https://pypi.python.org/packages/6e/88/f42a1297909ca6d9113ba37b37067011ae29432fe592fdd98cf52ad23b77
|
||||
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