blob: f8c7d5b46f14df2321fcc4d575773348d0fd47da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
pkgbase = ansible-core-git
pkgdesc = Radically simple IT automation platform
pkgver = r54368.802e95f5808
pkgrel = 1
url = https://github.com/ansible/ansible
arch = any
license = GPL3
makedepends = python-build
makedepends = python-docutils
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = git
depends = python
depends = python-pyyaml
depends = python-paramiko
depends = python-jinja
depends = python-resolvelib
depends = python-typing_extensions
optdepends = sshpass: for ssh connections with password
optdepends = python-passlib: crypt values for vars_prompt
optdepends = python-netaddr: for the ipaddr filter
optdepends = python-systemd: log to journal
optdepends = python-pywinrm: connect to Windows machines
optdepends = python-dnspython: for dig lookup
optdepends = python-jmespath: json_query support
optdepends = python-pip: for module to manage Python libarary dependencies
optdepends = python-setuptools: for module to manage Python libarary dependencies
provides = ansible-core
provides = python-ansible
conflicts = ansible-core
conflicts = python-ansible
replaces = ansible-core
replaces = python-ansible
source = ansible-core-git::git+https://github.com/ansible/ansible.git
sha512sums = SKIP
pkgname = ansible-core-git
|