blob: 0347c968bef5d77c9b8e8e00ef2c74eff5699799 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = python-networkx-git
pkgdesc = Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
pkgver = 3.6rc0.r8.g6dbed05b6
pkgrel = 1
url = https://github.com/networkx/networkx
arch = any
license = BSD
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-decorator
depends = python-matplotlib
depends = python-numpy
depends = python-pandas
depends = python-scipy
provides = python-networkx=3.6rc0.r8.g6dbed05b6
conflicts = python-networkx
source = git+https://github.com/networkx/networkx#branch=main
sha512sums = SKIP
pkgname = python-networkx-git
|