mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
updater-py3_pyicu-2.15.3 — py3_pyicu → 2.15.3 (#12797)
* Add unbuilt py3_pyicu to updater-py3_pyicu-2.15.3 * updater-py3_pyicu-2.15.3: Build Run on linux/arm/v7. * updater-py3_pyicu-2.15.3: Build Run on linux/386. * updater-py3_pyicu-2.15.3: Build Run on linux/amd64. * updater-py3_pyicu-2.15.3: Package File Update Run on linux/386 container. * updater-py3_pyicu-2.15.3: Package File Update Run on linux/amd64 container. * clean deps --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
380e61fb30
commit
a5c2bf1d2a
@@ -3,23 +3,23 @@ require 'buildsystems/pip'
|
||||
class Py3_pyicu < Pip
|
||||
description 'PyICU is a Python extension wrapping the ICU C++ API.'
|
||||
homepage 'https://pyicu.org/'
|
||||
version "2.15.2-#{CREW_ICU_VER}-#{CREW_PY_VER}"
|
||||
version "2.15.3-#{CREW_ICU_VER}-#{CREW_PY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '33115a343cd7f5899eaa6c34baebf18df0e5e0dbf1aaba2eeea266b79d56f20b',
|
||||
armv7l: '33115a343cd7f5899eaa6c34baebf18df0e5e0dbf1aaba2eeea266b79d56f20b',
|
||||
i686: 'b1f496de760cecc66351570ba061aa94e41b7ea5cf4f3ec843dde30c7f114cf1',
|
||||
x86_64: 'fb464855fa1cd7e067408b1c96a041894416b887fac1683fe8dc62af8ea00cde'
|
||||
aarch64: '5f903dd3cd32b5a584ef265598e4e4bb09594ec31818f29f5b06f6586c25e0db',
|
||||
armv7l: '5f903dd3cd32b5a584ef265598e4e4bb09594ec31818f29f5b06f6586c25e0db',
|
||||
i686: '7a3776d906f6d5b9c0dd13dc4800fe0f1863366ec44e6259ae993d379fc3b338',
|
||||
x86_64: '7df8f7442fed573c5be5616f21ed0f36b6825344668d9bbe1a7022b4d1d6f0cc'
|
||||
})
|
||||
|
||||
depends_on 'python3' => :build
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'icu4c' # R
|
||||
depends_on 'python3' # R
|
||||
|
||||
no_source_build
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user