mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-29 06:10:06 +08:00
Support uv for Python
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-01>
|
||||
* Major Revision : 1
|
||||
* Last Modified : <2024-12-06>
|
||||
* Last Modified : <2024-12-11>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/* Begin Target Matrix */
|
||||
@@ -18,6 +18,7 @@ static const char
|
||||
*pl_python_poetry[] = {"poetry", NULL, t(&pl_python_poetry_target)},
|
||||
*pl_python_pdm[] = {"pdm", NULL, t(&pl_python_pdm_target)},
|
||||
*pl_python_rye[] = {"rye", NULL, t(&pl_python_rye_target)},
|
||||
*pl_python_uv[] = {"uv", NULL, t(&pl_python_uv_target)},
|
||||
|
||||
*pl_nodejs[] = {"node", "nodejs", NULL, t(&pl_nodejs_target)},
|
||||
*pl_nodejs_bun[] = {"bun", NULL, t(&pl_nodejs_bun_target)},
|
||||
@@ -48,7 +49,7 @@ static const char
|
||||
**pl_packagers[] =
|
||||
{
|
||||
pl_ruby,
|
||||
pl_python, pl_python_pip, pl_python_poetry, pl_python_pdm, pl_python_rye,
|
||||
pl_python, pl_python_pip, pl_python_poetry, pl_python_pdm, pl_python_rye, pl_python_uv,
|
||||
pl_nodejs, pl_nodejs_bun,
|
||||
pl_nodejs_npm, pl_nodejs_pnpm, pl_nodejs_yarn,
|
||||
pl_nodejs_nvm,
|
||||
|
||||
Reference in New Issue
Block a user