internal/rosa/python: trove-classifiers artifact
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m45s
Test / Hakurei (push) Successful in 3m48s
Test / ShareFS (push) Successful in 4m55s
Test / Sandbox (race detector) (push) Successful in 5m16s
Test / Hakurei (race detector) (push) Successful in 6m27s
Test / Flake checks (push) Successful in 1m31s

Required by hatchling.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-19 22:32:12 +09:00
parent 5ad6f26b46
commit dcdc6f7f6d
2 changed files with 17 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ const (
PythonPygments PythonPygments
PythonSetuptools PythonSetuptools
PythonSetuptoolsSCM PythonSetuptoolsSCM
PythonTroveClassifiers
PythonVCSVersioning PythonVCSVersioning
QEMU QEMU
Rdfind Rdfind

View File

@@ -354,6 +354,22 @@ func init() {
) )
} }
func init() {
const (
version = "2026.1.14.14"
checksum = "ADfyOvGq7wfOhW10xTVvTmcuY7ZXw8Xlqhz7AM6KULOEm42rpk_45hfcO2PgxOIe"
)
artifactsM[PythonTroveClassifiers] = newPythonPackage(
"trove-classifiers", 88298,
"canonical source for classifiers on PyPI",
"https://pypi.org/p/trove-classifiers/",
version, newFromGitHub(
"pypa/trove-classifiers",
version, checksum,
), nil, nil, P{PythonSetuptools},
)
}
func init() { func init() {
const ( const (
version = "1.6.0" version = "1.6.0"