Files
chromebrew/packages/ansible.rb
chromebrew-actions[bot] ed121e5078 'update-ansible' (#13840)
* Ansible 13.0.0 => 13.1.0

* update-ansible: Package File Update Run on linux/386 container.

* update-ansible: Package File Update Run on linux/amd64 container.

* update-ansible: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: uberhacker <edreel@gmail.com>
Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-12-14 17:38:09 +00:00

28 lines
958 B
Ruby

require 'buildsystems/pip'
class Ansible < Pip
description 'Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.'
homepage 'https://www.ansible.com/'
version "13.1.0-#{CREW_PY_VER}"
license 'GPL-3'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'e26ef8be53718de60c1dca6104a2f636467c50a16ec2a59a3a99618ffa12272e',
armv7l: 'e26ef8be53718de60c1dca6104a2f636467c50a16ec2a59a3a99618ffa12272e',
i686: 'dbd72736acb3866e6f9f5e5054843e749c7475502781f9b5e446f33a216fa0d5',
x86_64: 'f86c047074b0824cc6481d6da2c7311ac91202707f989abdd3a85d8b69b76fc4'
})
depends_on 'xdg_base'
depends_on 'py3_cryptography'
depends_on 'py3_pyyaml'
depends_on 'py3_packaging'
depends_on 'py3_jinja2'
depends_on 'python3' => :build
no_source_build
end