internal/rosa/python: wheel artifact
All checks were successful
Test / Create distribution (push) Successful in 1m4s
Test / Sandbox (push) Successful in 2m45s
Test / Hakurei (push) Successful in 3m48s
Test / ShareFS (push) Successful in 3m55s
Test / Sandbox (race detector) (push) Successful in 5m18s
Test / Hakurei (race detector) (push) Successful in 6m21s
Test / Flake checks (push) Successful in 1m32s
All checks were successful
Test / Create distribution (push) Successful in 1m4s
Test / Sandbox (push) Successful in 2m45s
Test / Hakurei (push) Successful in 3m48s
Test / ShareFS (push) Successful in 3m55s
Test / Sandbox (race detector) (push) Successful in 5m18s
Test / Hakurei (race detector) (push) Successful in 6m21s
Test / Flake checks (push) Successful in 1m32s
No idea why this ended up as a package. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -144,6 +144,7 @@ const (
|
|||||||
PythonSetuptoolsSCM
|
PythonSetuptoolsSCM
|
||||||
PythonTroveClassifiers
|
PythonTroveClassifiers
|
||||||
PythonVCSVersioning
|
PythonVCSVersioning
|
||||||
|
PythonWheel
|
||||||
QEMU
|
QEMU
|
||||||
Rdfind
|
Rdfind
|
||||||
Readline
|
Readline
|
||||||
|
|||||||
@@ -219,6 +219,24 @@ func newPythonPackage(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
const (
|
||||||
|
version = "0.47.0"
|
||||||
|
checksum = "HZ-MvkUP8mbbx2YmsRNswj_bbOCIiXckuHqL5Qbvb5NxN5DYfWnqwkGNyS7OrId0"
|
||||||
|
)
|
||||||
|
artifactsM[PythonWheel] = newPythonPackage(
|
||||||
|
"wheel", 11428,
|
||||||
|
"the official binary distribution format for Python",
|
||||||
|
"https://peps.python.org/pep-0427/",
|
||||||
|
version, newFromGitHub(
|
||||||
|
"pypa/wheel",
|
||||||
|
version, checksum,
|
||||||
|
), nil, &PipHelper{
|
||||||
|
Install: true,
|
||||||
|
}, P{PythonFlitCore, PythonSetuptools},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
const (
|
const (
|
||||||
version = "82.0.1"
|
version = "82.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user