mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 19:42:24 +00:00
pyproject.toml: depend on amaranth >= 0.5.
This commit is contained in:
parent
2381d6ef41
commit
b57c9a5c25
10
pdm.lock
10
pdm.lock
|
@ -5,15 +5,12 @@
|
||||||
groups = ["default", "test"]
|
groups = ["default", "test"]
|
||||||
strategy = ["cross_platform", "inherit_metadata"]
|
strategy = ["cross_platform", "inherit_metadata"]
|
||||||
lock_version = "4.4.2"
|
lock_version = "4.4.2"
|
||||||
content_hash = "sha256:7ced02b88ce69e03d516a9aa6b3445b6e9817c45c75d221edf8efb3e2f29d7b5"
|
content_hash = "sha256:dfce41eadf41522ec513efd6be5f6e9b039e9fc2fc6eac1eecb921d5bc9925f5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "amaranth"
|
name = "amaranth"
|
||||||
version = "0.6.0.dev26"
|
version = "0.6.0.dev26"
|
||||||
requires_python = "~=3.8"
|
requires_python = "~=3.8"
|
||||||
git = "https://github.com/amaranth-lang/amaranth.git"
|
|
||||||
ref = "main"
|
|
||||||
revision = "eefca8323028a0616d2b50019d119fcf7dd3d200"
|
|
||||||
summary = "Amaranth hardware definition language"
|
summary = "Amaranth hardware definition language"
|
||||||
groups = ["default", "test"]
|
groups = ["default", "test"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -55,14 +52,11 @@ name = "amaranth"
|
||||||
version = "0.6.0.dev26"
|
version = "0.6.0.dev26"
|
||||||
extras = ["builtin-yosys"]
|
extras = ["builtin-yosys"]
|
||||||
requires_python = "~=3.8"
|
requires_python = "~=3.8"
|
||||||
git = "https://github.com/amaranth-lang/amaranth.git"
|
|
||||||
ref = "main"
|
|
||||||
revision = "eefca8323028a0616d2b50019d119fcf7dd3d200"
|
|
||||||
summary = "Amaranth hardware definition language"
|
summary = "Amaranth hardware definition language"
|
||||||
groups = ["default"]
|
groups = ["default"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"amaranth @ git+https://github.com/amaranth-lang/amaranth.git@eefca8323028a0616d2b50019d119fcf7dd3d200",
|
|
||||||
"amaranth-yosys>=0.40",
|
"amaranth-yosys>=0.40",
|
||||||
|
"amaranth==0.6.0.dev26",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -6,7 +6,7 @@ authors = [
|
||||||
{ name = "Asherah Connor", email = "ashe@kivikakk.ee" },
|
{ name = "Asherah Connor", email = "ashe@kivikakk.ee" },
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"amaranth[builtin-yosys] @ git+https://github.com/amaranth-lang/amaranth.git@main",
|
"amaranth[builtin-yosys] >= 0.5",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
license = { text = "BSD-2-Clause" }
|
license = { text = "BSD-2-Clause" }
|
||||||
|
|
Loading…
Reference in a new issue