forked from rosa/hakurei
internal/rosa/python: hatchling artifact
Required by many python packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -130,6 +130,7 @@ const (
|
|||||||
Procps
|
Procps
|
||||||
Python
|
Python
|
||||||
PythonFlitCore
|
PythonFlitCore
|
||||||
|
PythonHatchling
|
||||||
PythonIniConfig
|
PythonIniConfig
|
||||||
PythonMako
|
PythonMako
|
||||||
PythonMarkupSafe
|
PythonMarkupSafe
|
||||||
|
|||||||
@@ -390,6 +390,28 @@ func init() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
const (
|
||||||
|
version = "1.16.5"
|
||||||
|
checksum = "V2eREtqZLZeV85yb4O-bfAJCUluHcQP76Qfs0QH5s7RF_Oc8xIP8jD0jl85qFyWk"
|
||||||
|
)
|
||||||
|
artifactsM[PythonHatchling] = newPythonPackage(
|
||||||
|
"hatchling", 16137,
|
||||||
|
"the extensible, standards compliant build backend used by Hatch",
|
||||||
|
"https://hatch.pypa.io/latest/",
|
||||||
|
version, newFromGitHub(
|
||||||
|
"pypa/hatch",
|
||||||
|
"hatch-v"+version, checksum,
|
||||||
|
), nil, &PipHelper{
|
||||||
|
Append: []string{"backend"},
|
||||||
|
}, nil,
|
||||||
|
PythonPackaging,
|
||||||
|
PythonPathspec,
|
||||||
|
PythonTroveClassifiers,
|
||||||
|
PythonPluggy,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
artifactsM[PythonPygments] = newPypi(
|
artifactsM[PythonPygments] = newPypi(
|
||||||
"pygments", 3986,
|
"pygments", 3986,
|
||||||
|
|||||||
Reference in New Issue
Block a user