blob: 8fa2ad48c4cdd58a260627ac9ae9463825d7cd80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
pkgbase = python-amaranth
pkgdesc = A modern hardware definition language and toolchain based on Python (formerly nMigen)
pkgver = 0.5.1.r0.g212cb2c
pkgrel = 1
url = https://github.com/amaranth-lang/amaranth
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = yosys>0.16
checkdepends = symbiyosys-git
checkdepends = yices
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
makedepends = python-jschon
makedepends = python-packaging
makedepends = python-pdm-backend
depends = python
depends = python-jinja
depends = python-pyvcd
optdepends = python-paramiko: for remote builds
provides = python-nmigen=0.5.1.r0.g212cb2c
provides = python-amaranth=0.5.1.r0.g212cb2c
conflicts = python-nmigen
conflicts = python-nmigen-git
conflicts = python-amaranth-git
replaces = python-nmigen
source = git+https://github.com/amaranth-lang/amaranth.git
sha256sums = SKIP
pkgname = python-amaranth
|