OpenAssetIO / OpenAssetIO/Template-OpenAssetIO-Manager-Python
Move dependencies to extras
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 6
- 派生
- 3
- PR 合并指标
- 30 天内没有已合并 PR
描述
What
Remove hard dependency on openassetio and openassetio-mediacreation and move to extras
Why
openassetio should always be provided by the host runtime (to ensure we don't have multiple copies loaded simultaneously). Having it as a hard dependency anywhere up the stack causes problems, as pip will try and provision it too, which usually results in a separate static build being installed in addition to whatever the host provides (unless the host is pure python).
ACs
openassetiomoved to a extras dep under theallanddepsnamesopenassetio-mediacreationmoved to an extras dep under thedepsname. [TBC]
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位软件包依赖配置,并检查现有的 openassetio 和 openassetio-mediacreation requirements 是如何声明的。确认 openassetio 可通过 all 和 deps extras 获取,并确认 openassetio-mediacreation 可通过 deps 获取;在将工作视为完成之前,解决已指出的不确定性。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system
- Issue 类型
- 重构
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 52/100