mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
updater-py3_markdown-3.9 — py3_markdown → 3.9 (#12694)
* Add unbuilt py3_markdown to updater-py3_markdown-3.9 * updater-py3_markdown-3.9: Build Run on linux/386. * updater-py3_markdown-3.9: Build Run on linux/arm/v7. * updater-py3_markdown-3.9: Build Run on linux/amd64. * updater-py3_markdown-3.9: Package File Update Run on linux/386 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4319b0d117
commit
759c18a440
@@ -3,17 +3,17 @@ require 'buildsystems/pip'
|
||||
class Py3_markdown < Pip
|
||||
description 'Markdown is a Python implementation of Markdown.'
|
||||
homepage 'https://python-markdown.github.io/'
|
||||
version "3.8.2-#{CREW_PY_VER}"
|
||||
version "3.9-#{CREW_PY_VER}"
|
||||
license 'BSD'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '89e57cf50b51717ad30b75c2133c1a0859c44cf4a55c5ef49627702b87043321',
|
||||
armv7l: '89e57cf50b51717ad30b75c2133c1a0859c44cf4a55c5ef49627702b87043321',
|
||||
i686: 'fd971bb658a84cdedc22a37f868db9b086a3366828c8f8cfad6a34b08f824282',
|
||||
x86_64: 'ac37d746935c50e53a56ced12a47bd52069c2046bebb4d53e5684be0d921a71c'
|
||||
aarch64: '241f5da7ba19c4dfbd28b542b4c7602d790db8d70e63769f6232be177d15f64b',
|
||||
armv7l: '241f5da7ba19c4dfbd28b542b4c7602d790db8d70e63769f6232be177d15f64b',
|
||||
i686: 'c2121cf28f4920ede2f03d959c644ac402fe738f9362834077bbbf09bed1e2c7',
|
||||
x86_64: '40f82e1940e4e70245489ff03820632ed5c09a0b55874392c2428c0eb05e3ce0'
|
||||
})
|
||||
|
||||
depends_on 'python3'
|
||||
|
||||
Reference in New Issue
Block a user