Thanks to @gardar this package is using their branch now.
Search Criteria
Package Details: ansible-cmdb 1.31-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ansible-cmdb.git (read-only, click to copy) |
---|---|
Package Base: | ansible-cmdb |
Description: | Generate host overview from ansible fact gathering output. |
Upstream URL: | https://github.com/fboender/ansible-cmdb |
Licenses: | GPL3 |
Submitter: | aminvakil |
Maintainer: | aminvakil |
Last Packager: | aminvakil |
Votes: | 1 |
Popularity: | 0.188867 |
First Submitted: | 2022-03-14 07:02 (UTC) |
Last Updated: | 2023-11-07 15:10 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-jsonxsAUR
- python-mako
- python-pyyaml (python-yaml)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (0)
Sources (1)
Latest Comments
aminvakil commented on 2023-11-07 13:49 (UTC)
aminvakil commented on 2023-10-28 09:02 (UTC)
@gardar I opened https://github.com/aminvakil/aur/pull/314 to use your branch, but it has new errors, please check and comment there or here.
Also feel free to open a PR to test your changes and I'll merge it.
aminvakil commented on 2023-10-25 11:49 (UTC)
Is the failing build you have fixed?
https://github.com/aminvakil/aur/actions/runs/6639893254/job/18039202280?pr=314#step:11:134
aminvakil commented on 2023-10-25 11:45 (UTC)
Somehow I forgot to add my comment regarding github repository for this package, and nightly testing of this package has been disabled since February, so I didn't know this has been broken, I have enabled it now and will run further tests there. Also you can open a PR there in case you wanted.
aminvakil commented on 2023-10-25 11:43 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.
gardar commented on 2023-10-24 17:20 (UTC)
FYI: I fixed the python-packaging >=23.0 build issues: https://github.com/fboender/ansible-cmdb/pull/255
Here's a PKGBUILD that works until the PR gets merged.
pkgname=ansible-cmdb
pkgver=1.31
pkgrel=2
pkgdesc="Generate host overview from ansible fact gathering output."
arch=('any')
url="https://github.com/fboender/ansible-cmdb"
license=('GPL3')
depends=('python' 'python-mako' 'python-pyyaml')
makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel')
source=("git+https://github.com/gardar/ansible-cmdb.git#branch=fix-build")
sha256sums=('SKIP')
build() {
cd "$srcdir/${pkgname}"
python -m build
}
package() {
cd "$srcdir/${pkgname}"
python -m installer --destdir="$pkgdir" dist/*.whl
}
Pinned Comments
aminvakil commented on 2023-10-25 11:43 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.