summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1b145826a100617ea01faf971723dec5a955049e (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.2
	pkgrel = 3
	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.2.tar.gz
	sha256sums = 14c59c10874001aa9c1d527f114870991c0d8dfc6baf6c7e27f885df794a8239

pkgname = python-modulegraph