internal/rosa/python: flirt_core artifact
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m48s
Test / Hakurei (push) Successful in 3m42s
Test / ShareFS (push) Successful in 3m49s
Test / Sandbox (race detector) (push) Successful in 5m17s
Test / Hakurei (race detector) (push) Successful in 6m26s
Test / Flake checks (push) Successful in 1m23s
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m48s
Test / Hakurei (push) Successful in 3m42s
Test / ShareFS (push) Successful in 3m49s
Test / Sandbox (race detector) (push) Successful in 5m17s
Test / Hakurei (race detector) (push) Successful in 6m26s
Test / Flake checks (push) Successful in 1m23s
A build system required by a dependency of another build system, which is required by yet another build system. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -129,6 +129,7 @@ const (
|
|||||||
PkgConfig
|
PkgConfig
|
||||||
Procps
|
Procps
|
||||||
Python
|
Python
|
||||||
|
PythonFlitCore
|
||||||
PythonIniConfig
|
PythonIniConfig
|
||||||
PythonMako
|
PythonMako
|
||||||
PythonMarkupSafe
|
PythonMarkupSafe
|
||||||
|
|||||||
@@ -255,6 +255,24 @@ func init() {
|
|||||||
}, nil)
|
}, nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
const (
|
||||||
|
version = "3.12.0"
|
||||||
|
checksum = "VcTsiGiDU1aPLbjSPe38f9OjJDCLcxFz9loObJqUI1ZxDHXAaQMxBpNyLz_G1Rff"
|
||||||
|
)
|
||||||
|
artifactsM[PythonFlitCore] = newPythonPackage(
|
||||||
|
"flit-core", 44841,
|
||||||
|
"a PEP 517 build backend for packages using Flit",
|
||||||
|
"https://flit.pypa.io/",
|
||||||
|
version, newFromGitHub(
|
||||||
|
"pypa/flit",
|
||||||
|
version, checksum,
|
||||||
|
), nil, &PipHelper{
|
||||||
|
Append: []string{"flit_core"},
|
||||||
|
}, nil,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
artifactsM[PythonPygments] = newPypi(
|
artifactsM[PythonPygments] = newPypi(
|
||||||
"pygments", 3986,
|
"pygments", 3986,
|
||||||
|
|||||||
Reference in New Issue
Block a user