Commit e69711b
committed
feat(core): add base accessor method for conda channel support
Add get_python_dependency_channel() method to PackageAccessorBase to
support retrieving conda channel information from package metadata.
This provides the foundation for v1.2.2 schema which introduces
conda package manager support with optional channel specification.
The method returns None by default, allowing version-specific
accessors to override with appropriate implementation.1 parent 3e7df1e commit e69711b
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
0 commit comments