blob: 4d282e4f268ef445622df5c3cafba40a6f2618ad (
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
|
pkgbase = debops
pkgdesc = Your Debian-based data center in a box
pkgver = 3.2.4
pkgrel = 2
url = https://debops.org/
arch = any
license = GPL-3.0-or-later
makedepends = python-setuptools
depends = ansible
depends = encfs
depends = gnupg
depends = python-distro
depends = python-dotenv
depends = python-jinja
depends = python-pyxdg
depends = python-toml
depends = python-yaml
depends = python
depends = util-linux
optdepends = python-dnspython: required by Ansible "dig" module
optdepends = python-pyopenssl: required by "openssl_*" Ansible modules
optdepends = python-netaddr: required by Ansible "ipaddr" filter plugin
optdepends = python-ldap: required by Ansible "ldap_*" modules
optdepends = python-passlib: required by Ansible "password" lookup plugin
conflicts = debops-git
source = debops-3.2.4.tar.gz::https://github.com/debops/debops/archive/v3.2.4.tar.gz
source = https://github.com/debops/debops/releases/download/v3.2.4/debops-3.2.4.tar.gz.asc
validpgpkeys = 27067A91D620EE91D50309D92DCCF53E9BC74BEC
sha512sums = 9bc1c2144b9f2eaf10946e366433f980a4f257ed109df1b8be51f3be74535d5a01118be0720b60cf598c1ce55b9c4309a609e9dfaed315a457b6635b00008efa
sha512sums = SKIP
pkgname = debops
|