Files
chromebrew/packages/py3_trove_classifiers.rb
github-actions[bot] 819c5602fc AutoBuild: updates-2025-04-21-00-21 started at 2025-04-21-10UTC (#11793)
* Add unbuilt updated pip packages to updates-2025-04-21-00-21

* Add unbuilt updated ruby gem packages to updates-2025-04-21-00-21

* Revert py3_ldapdomaindump

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/386 to updates-2025-04-21-00-21

* add arm builds for py3_pillow

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add builds and rust rebuild

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add more binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-04-21 19:07:52 +00:00

23 lines
708 B
Ruby

require 'buildsystems/pip'
class Py3_trove_classifiers < Pip
description 'Canonical source for classifiers on PyPI.'
homepage 'https://github.com/pypa/trove-classifiers'
version "2025.4.11.15-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '0b3e77f41abb615372ba1c0b3663fe09ee299c6f12f45ef4bd57290c6f86e6b2',
armv7l: '0b3e77f41abb615372ba1c0b3663fe09ee299c6f12f45ef4bd57290c6f86e6b2',
i686: '6c93719dcf13e78c951d34d72f7ec6841594b93b65ea1e121dd3b1eccba75274',
x86_64: 'e38d6b74de4bd95dc545eed6f7cafe79f76ebcd363322ab096ee153cc950155a'
})
depends_on 'python3' => :build
no_source_build
end