Search Criteria
Package Details: python-pyghdl-git 3.0.0.r193.97df73f72-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyghdl-git.git (read-only, click to copy) |
---|---|
Package Base: | python-pyghdl-git |
Description: | Python binding for GHDL and high-level APIs |
Upstream URL: | https://github.com/ghdl/ghdl |
Licenses: | GPL2 |
Conflicts: | python-pyghdl |
Provides: | python-pyghdl |
Replaces: | pyghdl-git |
Submitter: | xiretza |
Maintainer: | xiretza |
Last Packager: | xiretza |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-15 11:29 (UTC) |
Last Updated: | 2023-05-09 19:40 (UTC) |
Dependencies (8)
- ghdl-git (ghdl-mcode-gitAUR, ghdl-llvm-gitAUR, ghdl-gcc-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pyattributesAUR
- python-pytoolingAUR
- python-pyvhdlmodelAUR (python-pyvhdlmodel-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-pytest (check)
Required by (3)
- ghdl (requires python-pyghdl) (optional)
- ghdl-llvm-git (requires python-pyghdl) (optional)
- ghdl-mcode-git (requires python-pyghdl) (optional)
Latest Comments
raldone01 commented on 2023-05-06 17:22 (UTC)
The package
python-pytooling-terminalui
no longer exists. I think it now resides inpython-pytooling
directly.xiretza commented on 2021-06-18 08:58 (UTC) (edited on 2021-06-18 09:04 (UTC) by xiretza)
This should strip the
v
prefix from the version inpkgver()
(see the wiki) and setprovides=("python-pyghdl=$pkgver")
/conflicts=('python-pyghdl')
for compatibility with the repo package.Also requires
git
inmakedepends
, andlicense
should beGPL2
(that's what's in/usr/share/licenses/common/
).