[arch-commits] Commit in python-networkx/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 17 18:20:32 UTC 2019


    Date: Thursday, October 17, 2019 @ 18:20:32
  Author: felixonmars
Revision: 516531

upgpkg: python-networkx 2.4-1

Modified:
  python-networkx/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-17 18:19:40 UTC (rev 516530)
+++ PKGBUILD	2019-10-17 18:20:32 UTC (rev 516531)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS <clement at archivel.fr>
 
 pkgname=python-networkx
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.'
 arch=('any')
@@ -14,9 +14,9 @@
             'python-pyparsing: Required for pydot, GML file reading.'
             'python-yaml: Required for YAML format reading and writing.')
 makedepends=('python-setuptools')
-checkdepends=('python-nose')
+checkdepends=('python-pytest-runner')
 source=("https://github.com/networkx/networkx/archive/networkx-$pkgver.tar.gz")
-sha512sums=('c94de6f4804e8972e79d125c59d1a6c2c4287123146696e33ecea677f4d78dd319c025ad343238bd350fd1df1396b06eb6cffd33e6182ec7037a585c8857dbe8')
+sha512sums=('2fedc556d068d2b0b1d238f5f2715c928c7999df33c318b720650893a3e536459545769c8b86c97c62ef56a62cc808848bd6897df9f37656810b11990f5d6be0')
 
 build() {
   cd networkx-networkx-$pkgver
@@ -25,7 +25,7 @@
 
 check() {
   cd networkx-networkx-$pkgver
-  python setup.py nosetests
+  python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list