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: | 1 |
| Popularity: | 0.016093 |
| First Submitted: | 2021-07-15 11:29 (UTC) |
| Last Updated: | 2023-05-09 19:40 (UTC) |
Dependencies (8)
- ghdl-git (ghdl-gcc-gitAUR, ghdl-llvm-gitAUR, ghdl-mcode-gitAUR)
- python
- 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
Sir_Delajolie commented on 2025-04-26 07:58 (UTC)
By removing the dependency to
python-pyattributesand setting the env varGHDL_PREFIX=/usr/lib/ghdlI was able to build0508aa205. The annoying part is that you have to set the env var for using the lsp, so it should be exported somewhere (or upstream should add a check forlibghdlin/usr/lib).raldone01 commented on 2023-05-06 17:22 (UTC)
The package
python-pytooling-terminaluino longer exists. I think it now resides inpython-pytoolingdirectly.xiretza commented on 2021-06-18 08:58 (UTC) (edited on 2021-06-18 09:04 (UTC) by xiretza)
This should strip the
vprefix from the version inpkgver()(see the wiki) and setprovides=("python-pyghdl=$pkgver")/conflicts=('python-pyghdl')for compatibility with the repo package.Also requires
gitinmakedepends, andlicenseshould beGPL2(that's what's in/usr/share/licenses/common/).