mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 01:27:41 +08:00
Update pl recipes using chef DSL
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* |
|
||||
* Created On : <2023-09-03>
|
||||
* Last Modified : <2025-07-14>
|
||||
*
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
void
|
||||
@@ -85,27 +84,9 @@ pl_python_group_setsrc (char *option)
|
||||
chsrc_conclude (&source);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
pl_python_group_resetsrc (char *option)
|
||||
{
|
||||
pl_python_group_setsrc (option);
|
||||
}
|
||||
|
||||
|
||||
Feature_t
|
||||
pl_python_group_feat (char *option)
|
||||
{
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = true;
|
||||
|
||||
f.cap_locally = PartiallyCan;
|
||||
f.cap_locally_explain = "Support Poetry, PDM, uv. No support for pip";
|
||||
f.can_english = false;
|
||||
f.can_user_define = true;
|
||||
|
||||
return f;
|
||||
}
|
||||
|
||||
def_target_gsrf(pl_python_group);
|
||||
|
Reference in New Issue
Block a user