1
0
forked from rosa/hakurei

internal/rosa/python: pathspec artifact

Required by hatchling, which is required by many python packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-19 20:13:26 +09:00
parent 021cbbc2a8
commit b1b4debb82
2 changed files with 18 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ const (
PythonMako
PythonMarkupSafe
PythonPackaging
PythonPathspec
PythonPluggy
PythonPyTest
PythonPyYAML

View File

@@ -273,6 +273,23 @@ func init() {
)
}
func init() {
const (
version = "1.0.4"
checksum = "zAZbcIO-JnNhb-xMg76W2j0tn5b2MtavWjUpGpPjBmbrcRZDLoXBn8o8yJ3DUgCT"
)
artifactsM[PythonPathspec] = newPythonPackage(
"pathspec", 23424,
"utility library for gitignore style pattern matching of file paths",
"https://github.com/cpburnz/python-pathspec",
version, newFromGitHub(
"cpburnz/python-pathspec",
"v"+version, checksum,
), nil, nil, nil,
PythonFlitCore,
)
}
func init() {
artifactsM[PythonPygments] = newPypi(
"pygments", 3986,