mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
AutoBuild: updates-2025-03-20-00-19 started at 2025-03-20-00UTC (#11576)
* Add unbuilt updated pip packages to updates-2025-03-20-00-19 * Add unbuilt updated ruby gem packages to updates-2025-03-20-00-19 * Add built packages for linux/386 to updates-2025-03-20-00-19 * Add built packages for linux/amd64 to updates-2025-03-20-00-19 * Add built packages for linux/arm/v7 to updates-2025-03-20-00-19 --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3b6b0679fe
commit
ada16861a1
@@ -3,17 +3,17 @@ require 'buildsystems/pip'
|
||||
class Py3_iniconfig < Pip
|
||||
description 'Iniconfig provides simple config-ini parsing.'
|
||||
homepage 'https://github.com/pytest-dev/iniconfig/'
|
||||
version "2.0.0-#{CREW_PY_VER}"
|
||||
version "2.1.0-#{CREW_PY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '26a72c86edc3d1d7b3592869e409e52746dc5bdb0865903ec29a80c7a916f1f4',
|
||||
armv7l: '26a72c86edc3d1d7b3592869e409e52746dc5bdb0865903ec29a80c7a916f1f4',
|
||||
i686: '75840b6dc6229d9e0cae915b6061d4b57d1e55af48aa254684a0bc16ec83b5f7',
|
||||
x86_64: 'affe2856094244e00505c11fc03a28d7090bd6a1199a6461713e2bb5e4fc59b8'
|
||||
aarch64: 'da66a979b986c9a4af2d96f80ff91a5d5fd6901396d66da2e868d25d4a5e4847',
|
||||
armv7l: 'da66a979b986c9a4af2d96f80ff91a5d5fd6901396d66da2e868d25d4a5e4847',
|
||||
i686: 'ea7fe2dfa476581cbe47f35941546492dfdd8915b9f77a4a4e1da8f920ec735e',
|
||||
x86_64: 'eccf8c9425c203e90d727db66d4c8e66da371a82b8ea3a484f3d4e4403b7c845'
|
||||
})
|
||||
|
||||
depends_on 'python3' => :build
|
||||
|
||||
Reference in New Issue
Block a user