Files
chromebrew/packages/py3_markdown.rb
github-actions[bot] 69d416be1b AutoBuild: sed started at 2025-06-18-21UTC (#12058)
* Adjust sed logic and update i686 hashes.

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

* Add built packages for linux/amd64 to sed

* Add built packages for linux/arm/v7 to sed

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-06-18 22:30:19 +00:00

23 lines
682 B
Ruby

require 'buildsystems/pip'
class Py3_markdown < Pip
description 'Markdown is a Python implementation of Markdown.'
homepage 'https://python-markdown.github.io/'
version "3.8.1-#{CREW_PY_VER}"
license 'BSD'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'ec635c7f7111c436ecccc2efc1237a6d19d6f56454090209ba284161ce83fb60',
armv7l: 'ec635c7f7111c436ecccc2efc1237a6d19d6f56454090209ba284161ce83fb60',
i686: '5cc30bb088907ac051fa188def8baebc10242dc550442de806b2458ef0f78e22',
x86_64: 'c70961c946d7bb34bef8eda1f9349c46fa970657ccbdc9522671551939708dcd'
})
depends_on 'python3'
no_source_build
end