packaging: Try using uv workspaces.
|
|
@ -1 +0,0 @@
|
||||||
../LICENSE
|
|
||||||
|
|
@ -9,8 +9,11 @@ authors = [
|
||||||
]
|
]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
|
"termstr",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/ahamilton/eris"
|
Homepage = "https://github.com/ahamilton/eris"
|
||||||
|
|
||||||
|
[tool.uv.sources]
|
||||||
|
termstr = { workspace = true }
|
||||||
|
|
|
||||||
27
fill3/uv.lock
generated
|
|
@ -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" },
|
|
||||||
]
|
|
||||||
|
|
@ -14,9 +14,12 @@ authors = [
|
||||||
]
|
]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
|
"termstr",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.uv.sources]
|
||||||
|
termstr = { workspace = true }
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/ahamilton/eris"
|
Homepage = "https://github.com/ahamilton/eris"
|
||||||
|
|
||||||
|
|
|
||||||
27
lscolors/uv.lock
generated
|
|
@ -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 = "lscolors"
|
|
||||||
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" },
|
|
||||||
]
|
|
||||||
|
|
@ -12,16 +12,24 @@ requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"decorator==5.1.1",
|
"decorator==5.1.1",
|
||||||
"docopt==0.6.2",
|
"docopt==0.6.2",
|
||||||
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=fill3",
|
"fill3",
|
||||||
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=lscolors",
|
"lscolors",
|
||||||
"pexpect==4.8.0",
|
"pexpect==4.8.0",
|
||||||
"pillow==10.0.0",
|
"pillow==10.0.0",
|
||||||
"pygments==2.16.1",
|
"pygments==2.16.1",
|
||||||
"pyinotify==0.9.6",
|
"pyinotify==0.9.6",
|
||||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
|
"termstr",
|
||||||
"toml==0.10.2",
|
"toml==0.10.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.uv.sources]
|
||||||
|
fill3 = { workspace = true }
|
||||||
|
lscolors = { workspace = true }
|
||||||
|
termstr = { workspace = true }
|
||||||
|
|
||||||
|
[tool.uv.workspace]
|
||||||
|
members = ["termstr", "fill3", "lscolors"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
eris = "eris.__main__:entry_point"
|
eris = "eris.__main__:entry_point"
|
||||||
eris-worker = "eris.worker:main"
|
eris-worker = "eris.worker:main"
|
||||||
|
|
@ -12,4 +12,3 @@ dependencies = [
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/ahamilton/eris"
|
Homepage = "https://github.com/ahamilton/eris"
|
||||||
|
|
||||||
|
|
|
||||||
19
termstr/uv.lock
generated
|
|
@ -1,19 +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 = "termstr"
|
|
||||||
version = "2024.12.18"
|
|
||||||
source = { virtual = "." }
|
|
||||||
dependencies = [
|
|
||||||
{ name = "cwcwidth" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[package.metadata]
|
|
||||||
requires-dist = [{ name = "cwcwidth", specifier = "==0.1.5" }]
|
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 108 B After Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
37
eris/uv.lock → uv.lock
generated
|
|
@ -1,6 +1,14 @@
|
||||||
version = 1
|
version = 1
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
||||||
|
[manifest]
|
||||||
|
members = [
|
||||||
|
"eris",
|
||||||
|
"fill3",
|
||||||
|
"lscolors",
|
||||||
|
"termstr",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cwcwidth"
|
name = "cwcwidth"
|
||||||
version = "0.1.5"
|
version = "0.1.5"
|
||||||
|
|
@ -24,7 +32,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf57
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eris"
|
name = "eris"
|
||||||
version = "2024.12.18"
|
version = "2024.12.20"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "decorator" },
|
{ name = "decorator" },
|
||||||
|
|
@ -43,32 +51,38 @@ dependencies = [
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "decorator", specifier = "==5.1.1" },
|
{ name = "decorator", specifier = "==5.1.1" },
|
||||||
{ name = "docopt", specifier = "==0.6.2" },
|
{ name = "docopt", specifier = "==0.6.2" },
|
||||||
{ name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18" },
|
{ name = "fill3", editable = "fill3" },
|
||||||
{ name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18" },
|
{ name = "lscolors", editable = "lscolors" },
|
||||||
{ name = "pexpect", specifier = "==4.8.0" },
|
{ name = "pexpect", specifier = "==4.8.0" },
|
||||||
{ name = "pillow", specifier = "==10.0.0" },
|
{ name = "pillow", specifier = "==10.0.0" },
|
||||||
{ name = "pygments", specifier = "==2.16.1" },
|
{ name = "pygments", specifier = "==2.16.1" },
|
||||||
{ name = "pyinotify", specifier = "==0.9.6" },
|
{ name = "pyinotify", specifier = "==0.9.6" },
|
||||||
{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" },
|
{ name = "termstr", virtual = "termstr" },
|
||||||
{ name = "toml", specifier = "==0.10.2" },
|
{ name = "toml", specifier = "==0.10.2" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fill3"
|
name = "fill3"
|
||||||
version = "2024.12.18"
|
version = "2024.12.20"
|
||||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
|
source = { editable = "fill3" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "termstr" },
|
{ name = "termstr" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata]
|
||||||
|
requires-dist = [{ name = "termstr", virtual = "termstr" }]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lscolors"
|
name = "lscolors"
|
||||||
version = "2024.12.18"
|
version = "2024.12.20"
|
||||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
|
source = { editable = "lscolors" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "termstr" },
|
{ name = "termstr" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata]
|
||||||
|
requires-dist = [{ name = "termstr", virtual = "termstr" }]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pexpect"
|
name = "pexpect"
|
||||||
version = "4.8.0"
|
version = "4.8.0"
|
||||||
|
|
@ -135,12 +149,15 @@ sdist = { url = "https://files.pythonhosted.org/packages/e3/c0/fd5b18dde17c12496
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "2024.12.18"
|
version = "2024.12.20"
|
||||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
|
source = { virtual = "termstr" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "cwcwidth" },
|
{ name = "cwcwidth" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata]
|
||||||
|
requires-dist = [{ name = "cwcwidth", specifier = "==0.1.5" }]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml"
|
name = "toml"
|
||||||
version = "0.10.2"
|
version = "0.10.2"
|
||||||