Package Details: ansible-docs-git 1:2.11.0b4.r1446.g95df5cb740c-1

Git Clone URL: https://aur.archlinux.org/ansible-docs-git.git (read-only, click to copy)
Package Base: ansible-docs-git
Description: HTML documentation of Ansible
Upstream URL: https://github.com/ansible/ansible
Licenses: GPL3
Provides: ansible-docs
Submitter: 10sr
Maintainer: dmrz
Last Packager: dmrz
Votes: 1
Popularity: 0.000000
First Submitted: 2014-07-17 04:03 (UTC)
Last Updated: 2022-06-13 22:49 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

MarsSeed commented on 2022-06-13 04:51 (UTC)

@moormaster, I've implemented your recommendations so this package builds correctly.

I am disowning it since I don't need it; I only did the fixing for the learning experience. :)

moormaster commented on 2021-05-28 21:24 (UTC) (edited on 2021-05-28 21:25 (UTC) by moormaster)

Flagged out of date - build of package fails.

I managed to build the package after applying following modifications

  • removed makedepends entry 'python2-sphinx'
  • added makedepends entry 'python-virtualenv'
  • removed prepare() function as current ansible versions do not use python2 anymore
  • modified build() function to:
build() {
    cd "$srcdir/ansible"
    python -m venv ../
    . ../bin/activate
    pip install -r docs/docsite/requirements.txt
    make webdocs
}

haawda commented on 2018-08-20 20:33 (UTC)

needs python2-yaml as makedependency.