summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 84fb1abb678805a3d89323d9a1e2b7be6e02fc38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
	depends = python
	source = git+https://github.com/jaraco/configparser.git#tag=v6.0.0
	sha256sums = SKIP

pkgname = python-configparser