Search Criteria
Package Details: gixy-git 0.1.20.r10.ge9008dc-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gixy-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gixy-git |
| Description: | Nginx configuration static analyzer |
| Upstream URL: | https://github.com/yandex/gixy |
| Licenses: | MPL |
| Conflicts: | gixy |
| Provides: | gixy |
| Submitter: | Nekit |
| Maintainer: | Nekit |
| Last Packager: | Nekit |
| Votes: | 2 |
| Popularity: | 0.000001 |
| First Submitted: | 2017-05-11 14:44 (UTC) |
| Last Updated: | 2023-05-14 09:04 (UTC) |
Latest Comments
davispuh commented on 2024-04-12 07:50 (UTC)
Note that currently it doesn't work out of box because Arch has pyparsing v3.1 which is not compatible with it. Currently you need pyparsing <3.0
I submitted issue about this https://github.com/yandex/gixy/issues/145
Also it looks like no one is triaging anything in yandex repo - tons of open issues without any maintainer comments. But there seems to be a fork which might be worth looking into https://github.com/dvershinin/gixy
sorcix commented on 2023-07-05 13:20 (UTC)
Building this PKGBUILD in a clean chroot fails due to missing dependencies.
I had to add:
Nekit commented on 2023-05-14 09:05 (UTC)
dreieck, thanks for the heads up! Dep removed.
dreieck commented on 2023-05-12 12:27 (UTC)
python-argparsemust be removed from thedependsarray, see ↗ here.Thanks for maintaining!