packaging: Try using uv workspaces.

This commit is contained in:
Andrew Hamilton 2024-12-28 17:29:38 +10:00
parent e6256f296f
commit fe5389d698
96 changed files with 46 additions and 90 deletions

View file

@ -9,8 +9,11 @@ authors = [
]
requires-python = ">=3.11"
dependencies = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
"termstr",
]
[project.urls]
Homepage = "https://github.com/ahamilton/eris"
[tool.uv.sources]
termstr = { workspace = true }

27
fill3/uv.lock generated
View file

@ -1,27 +0,0 @@
version = 1
requires-python = ">=3.11"
[[package]]
name = "cwcwidth"
version = "0.1.5"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa27c4d7e84d69d30fdf4966e7764247cdc395f8fe7d9/cwcwidth-0.1.5.tar.gz", hash = "sha256:2c840e7d85f6de45c45986b416d79312c91882e1121b78d4c347e49c4238c09d", size = 11071 }
[[package]]
name = "fill3"
version = "2024.12.18"
source = { editable = "." }
dependencies = [
{ name = "termstr" },
]
[package.metadata]
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }]
[[package]]
name = "termstr"
version = "2024.12.18"
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
dependencies = [
{ name = "cwcwidth" },
]