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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 11:03:35 UTC 2018


    Date: Sunday, March 25, 2018 @ 11:03:34
  Author: bpiotrowski
Revision: 312562

2.1-2: remove external optdepends

Modified:
  python-networkx/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 11:03:28 UTC (rev 312561)
+++ PKGBUILD	2018-03-25 11:03:34 UTC (rev 312562)
@@ -6,7 +6,7 @@
 pkgname=(python-networkx python2-networkx)
 _pypiname=networkx
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.'
 arch=('any')
 license=('BSD')
@@ -53,7 +53,6 @@
   depends=('python2-decorator')
   optdepends=('python2-numpy: Provides sparse matrix representation of graphs and many numerical scientific tools.'
               'python2-scipy: Provides flexible drawing of graphs.'
-              'python2-pygraphviz: Provides graph drawing and graph layout algorithms.'
               'python2-pydot: Provides graph drawing and graph layout algorithms.'
               'python2-pyparsing: Required for pydot, GML file reading.'
               'python2-yaml: Required for YAML format reading and writing.')



More information about the arch-commits mailing list