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:
Satadru Pramanik, DO, MPH, MEng
2024-10-31 12:50:30 -04:00
committed by GitHub
parent 4c3a845376
commit 7980884aca
64 changed files with 466 additions and 434 deletions

View File

@@ -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