# Compiling Time: 0.02 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-networkx
pkgver=3.5
pkgrel=1
pkgdesc="Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks"
groups=('devel-extra')
depends=('python3-decorator')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools')
archs=('x86_64')
sha1sums=('5f358add426637b4c1fbc0f99415ab5e50600803')
_F_github_name=networkx
_F_github_grepv=rc1
_F_github_tag_prefix="networkx-"
Finclude github
_F_cd_path=networkx-networkx-$pkgver
_F_python_version=python3

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build --wheel --no-isolation || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie

}

# optimization OK
