summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 91dabe562ea57fd4ab86416a74c733637c422d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = python-networkx-git
	pkgdesc = Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
	pkgver = 2.6.1
	pkgrel = 1
	url = https://github.com/networkx/networkx
	arch = any
	license = BSD
	makedepends = git
	depends = python-decorator
	depends = python-matplotlib
	depends = python-numpy
	depends = python-pandas
	depends = python-scipy
	provides = python-networkx=2.6.1
	conflicts = python-networkx
	source = git+https://github.com/networkx/networkx#branch=main
	sha512sums = SKIP

pkgname = python-networkx-git