blob: d37969f666765576107c2d1746a5e22b1a36d97a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-configparser
pkgdesc = backport of configparser from Python 3
pkgver = 5.0.0
pkgrel = 1
url = https://github.com/jaraco/configparser/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-pip
makedepends = python-wheel
source = git+https://github.com/jaraco/configparser.git#tag=v5.0.0
sha256sums = SKIP
pkgname = python-configparser
|