diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-19 22:32:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-19 22:32:12 +0900 |
| commit | dcdc6f7f6d2f27c8da1beec39c2593bdba706748 (patch) | |
| tree | d569f31c14a3461d2f5c1881c17e11b4f09c7a87 | |
| parent | 5ad6f26b4632d451d1973935815c057307a05403 (diff) | |
internal/rosa/python: trove-classifiers artifact
Required by hatchling.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/all.go | 1 | ||||
| -rw-r--r-- | internal/rosa/python.go | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index dc50fcee..4a9e4200 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -141,6 +141,7 @@ const ( PythonPygments PythonSetuptools PythonSetuptoolsSCM + PythonTroveClassifiers PythonVCSVersioning QEMU Rdfind diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 842efd44..e9965772 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -356,6 +356,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" checksum = "GiUgDkKjF8Xn1cmq6iMhTGXzcPIYeaJrvQpHBSAJapNVx4UyuiTXqd5eVlxSClJu" ) |
