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