Add x86_64, armv7l binaries

This commit is contained in:
Satadru Pramanik
2021-07-26 00:32:09 -04:00
parent ef4e0f83fd
commit a522eeac9d
141 changed files with 1597 additions and 96 deletions

View File

@@ -8,7 +8,18 @@ class Py3_pyicu < Package
license 'MIT'
compatibility 'all'
source_url 'https://gitlab.pyicu.org/main/pyicu.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyicu/2.7.3_armv7l/py3_pyicu-2.7.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyicu/2.7.3_armv7l/py3_pyicu-2.7.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyicu/2.7.3_x86_64/py3_pyicu-2.7.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'c33368edcac29c591da25ada3005349ebc86a1013b821df6e459af2c08715dac',
armv7l: 'c33368edcac29c591da25ada3005349ebc86a1013b821df6e459af2c08715dac',
x86_64: '8243a2b5e225bc1001fa0392887ea122f47b01644f2e7b0cf68e5b355f6ab4c7'
})
depends_on 'py3_setuptools' => :build