mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Unit test adjustments and add pip updates (#10681)
* Unit test adjustments Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Pip updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4c3a845376
commit
7980884aca
@@ -3,17 +3,17 @@ require 'buildsystems/pip'
|
||||
class Py3_pyicu < Pip
|
||||
description 'PyICU is a Python extension wrapping the ICU C++ API.'
|
||||
homepage 'https://pyicu.org/'
|
||||
version "2.13.1-#{CREW_ICU_VER}-#{CREW_PY_VER}"
|
||||
version "2.14-#{CREW_ICU_VER}-#{CREW_PY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '6c0202aeeceddeb01645077b909b4fe26e227974f55f13bc12f509aaa60e526b',
|
||||
armv7l: '6c0202aeeceddeb01645077b909b4fe26e227974f55f13bc12f509aaa60e526b',
|
||||
i686: '340d3f6151c3f1237ad9b51b864d35674a004cbf24ab595d14c1f6d4332457aa',
|
||||
x86_64: '7f9fdbb623860def22fb63647624121bbfad80d7985ef58277e10092c429a155'
|
||||
aarch64: '1bd7f2b6ad53c7d6b9b49a81bce6fd7ea7b1340b1972c037c0c024c86dad137f',
|
||||
armv7l: '1bd7f2b6ad53c7d6b9b49a81bce6fd7ea7b1340b1972c037c0c024c86dad137f',
|
||||
i686: '161777426ef5031a0a05b1814ffe9981c434e5e78cdc6e1da6b05f5a4b361384',
|
||||
x86_64: '2edcf17c5c465084f675af4792f7652adcec19ccc5197057fe6b6932a57e5871'
|
||||
})
|
||||
|
||||
depends_on 'python3' => :build
|
||||
|
||||
Reference in New Issue
Block a user