summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6130c5ac7cb4dc1f74fbb463c2e067eb39bed041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = python-modulegraph
	pkgdesc = determines a dependency graph between Python modules primarily by bytecode analysis for import statements
	pkgver = 0.19.6
	pkgrel = 1
	url = https://github.com/ronaldoussoren/modulegraph
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	depends = python
	depends = python-altgraph
	source = https://files.pythonhosted.org/packages/source/m/modulegraph/modulegraph-0.19.6.tar.gz
	sha256sums = c914c8c95a0e10fe88505d4e9c2284b4e3dbc70943e306cc6567e36cc541bf4b

pkgname = python-modulegraph