blob: 842b6a731ef7fc5969bba763b2d99eea58e67b57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-ansibug
pkgdesc = Debug Adapter Protocol for Ansible
pkgver = 0.3.1
pkgrel = 1
url = https://github.com/jborean93/ansibug
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python3
depends = ansible-core
depends = python-debugpy
depends = python-argcomplete
source = https://files.pythonhosted.org/packages/source/a/ansibug/ansibug-0.3.1.tar.gz
sha256sums = 9863a9e1d67c398fe6dcf663117de48891f75b8b945b17462395378aa5243783
pkgname = python-ansibug
|