internal/rosa/python: pathspec artifact
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / Hakurei (push) Successful in 3m53s
Test / ShareFS (push) Successful in 3m51s
Test / Sandbox (race detector) (push) Successful in 5m14s
Test / Hakurei (race detector) (push) Successful in 6m28s
Test / Flake checks (push) Successful in 1m22s
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / Hakurei (push) Successful in 3m53s
Test / ShareFS (push) Successful in 3m51s
Test / Sandbox (race detector) (push) Successful in 5m14s
Test / Hakurei (race detector) (push) Successful in 6m28s
Test / Flake checks (push) Successful in 1m22s
Required by hatchling, which is required by many python packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -134,6 +134,7 @@ const (
|
|||||||
PythonMako
|
PythonMako
|
||||||
PythonMarkupSafe
|
PythonMarkupSafe
|
||||||
PythonPackaging
|
PythonPackaging
|
||||||
|
PythonPathspec
|
||||||
PythonPluggy
|
PythonPluggy
|
||||||
PythonPyTest
|
PythonPyTest
|
||||||
PythonPyYAML
|
PythonPyYAML
|
||||||
|
|||||||
@@ -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() {
|
func init() {
|
||||||
artifactsM[PythonPygments] = newPypi(
|
artifactsM[PythonPygments] = newPypi(
|
||||||
"pygments", 3986,
|
"pygments", 3986,
|
||||||
|
|||||||
Reference in New Issue
Block a user