forked from rosa/hakurei
internal/rosa/python: trove-classifiers artifact
Required by hatchling. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -141,6 +141,7 @@ const (
|
||||
PythonPygments
|
||||
PythonSetuptools
|
||||
PythonSetuptoolsSCM
|
||||
PythonTroveClassifiers
|
||||
PythonVCSVersioning
|
||||
QEMU
|
||||
Rdfind
|
||||
|
||||
@@ -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() {
|
||||
const (
|
||||
version = "1.6.0"
|
||||
|
||||
Reference in New Issue
Block a user