blob: e4082d4b7b1581f1b454de89f21a23729f1a8845 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-configlib
pkgdesc = Configuration file parsing library
pkgver = 1.0.2
pkgrel = 1
url = https://github.com/homeinfogmbh/configlib
arch = any
license = GPLv3
makedepends = git
makedepends = python-pytest
makedepends = python-setuptools-scm
depends = python
depends = python-setuptools
source = configlib::git+https://github.com/homeinfogmbh/configlib.git#tag=1.0.2
md5sums = SKIP
pkgname = python-configlib
|