summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7422aa5f15e3c14cc8aa663e442fb263cb391db4 (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.1
	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.1
	sha256sums = SKIP

pkgname = python-configparser