internal/rosa/python: install markupsafe from source
Some checks failed
Test / Hakurei (push) Failing after 31s
Test / Hakurei (race detector) (push) Failing after 30s
Test / Sandbox (push) Failing after 30s
Test / Sandbox (race detector) (push) Failing after 29s
Test / ShareFS (push) Failing after 30s
Test / Create distribution (push) Failing after 30s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Hakurei (push) Failing after 31s
Test / Hakurei (race detector) (push) Failing after 30s
Test / Sandbox (push) Failing after 30s
Test / Sandbox (race detector) (push) Failing after 29s
Test / ShareFS (push) Failing after 30s
Test / Create distribution (push) Failing after 30s
Test / Flake checks (push) Has been skipped
Required by mesa. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -473,17 +473,22 @@ func init() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
artifactsM[PythonMarkupSafe] = newPypi(
|
||||
const (
|
||||
version = "3.0.3"
|
||||
checksum = "txRGYdWE3his1lHHRI-lZADw0-ILvUg2l5OGdFHtFXIb_QowGxwdxHCUSJIgmjQs"
|
||||
)
|
||||
artifactsM[PythonMarkupSafe] = newPythonPackage(
|
||||
"markupsafe", 3918,
|
||||
"implements a text object that escapes characters so it is safe to use in HTML and XML",
|
||||
"3.0.3", "cp314", "cp314", "musllinux_1_2_"+linuxArch(),
|
||||
perArch[string]{
|
||||
"amd64": "E2mo9ig_FKgTpGon_8qqviSEULwhnmxTIqd9vfyNxNpK4yofVYM7eLW_VE-LKbtO",
|
||||
"arm64": "iG_hqsncOs8fA7bCaAg0x9XenXWlo9sqblyPcSG7yA9sfGLvM9KZznCpwWfOCwFC",
|
||||
"riscv64": "7DI7U0M3jvr7U4uZml25GLw3m3EvMubCtNukZmss1gkVJ_DVkhV5DgX3Wt_sztbv",
|
||||
}.unwrap(),
|
||||
"https://markupsafe.palletsprojects.com/",
|
||||
version, newFromGitHub(
|
||||
"pallets/markupsafe",
|
||||
version, checksum,
|
||||
), nil, nil, P{PythonSetuptools},
|
||||
)
|
||||
}
|
||||
|
||||
func init() {
|
||||
artifactsM[PythonMako] = newPypi(
|
||||
"mako", 3915,
|
||||
"a template library written in Python",
|
||||
|
||||
Reference in New Issue
Block a user