python-networkx: update to 3.5

This commit is contained in:
Biswapriyo Nath 2025-05-30 04:42:40 +00:00
parent cdf214e216
commit dff196793d

View File

@ -3,7 +3,7 @@
_realname=networkx
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.4.2
pkgver=3.5
pkgrel=1
pkgdesc="High-productivity software for complex networks (mingw-w64)"
arch=('any')
@ -27,7 +27,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy"
"${MINGW_PACKAGE_PREFIX}-python-matplotlib"
"${MINGW_PACKAGE_PREFIX}-python-pandas")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1')
sha256sums=('d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"