blob: 8c3797b52869a996873a444805f5883dc1ea0b2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-hcl2
pkgdesc = A parser for HCL2 written in Python
pkgver = 4.3.3
pkgrel = 1
url = https://github.com/amplify-education/python-hcl2
arch = any
license = MIT
checkdepends = python-coverage
checkdepends = python-mock
checkdepends = python-nose2
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
depends = python-lark
source = git+https://github.com/amplify-education/python-hcl2.git#tag=v4.3.3
sha256sums = SKIP
pkgname = python-hcl2
|