Revert "packaging: Try uv path dependencies in projects"
This reverts commit b1eb3d30f5.
- Other projects couldn't depend on subprojects anymore.
This commit is contained in:
parent
9e8c41749a
commit
e6256f296f
7 changed files with 15 additions and 43 deletions
|
|
@ -1,8 +1,5 @@
|
|||
tool.uv.package = true
|
||||
|
||||
[tool.uv.sources]
|
||||
termstr = { path = "../termstr" }
|
||||
|
||||
[project]
|
||||
name = "fill3"
|
||||
version = "v2024.12.20"
|
||||
|
|
@ -12,7 +9,7 @@ authors = [
|
|||
]
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"termstr",
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
7
fill3/uv.lock
generated
7
fill3/uv.lock
generated
|
|
@ -16,15 +16,12 @@ dependencies = [
|
|||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "termstr", virtual = "../termstr" }]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }]
|
||||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.18"
|
||||
source = { virtual = "../termstr" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "cwcwidth", specifier = "==0.1.5" }]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue