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

Antonio Rojas arojas at archlinux.org
Sat Feb 8 09:20:51 UTC 2020


    Date: Saturday, February 8, 2020 @ 09:20:51
  Author: arojas
Revision: 563901

Update to 0.8.0

Modified:
  python-igraph/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-08 09:20:49 UTC (rev 563900)
+++ PKGBUILD	2020-02-08 09:20:51 UTC (rev 563901)
@@ -2,23 +2,17 @@
 # Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
 
 pkgname=python-igraph
-pkgver=0.7.1.post6
-pkgrel=6
+pkgver=0.8.0
+pkgrel=1
 url="https://igraph.org/python/"
 license=(GPL)
 arch=(x86_64)
 pkgdesc="Python bindings for the igraph library"
 depends=(igraph python)
-source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz"
-        igraph-python3.patch::"https://github.com/igraph/python-igraph/commit/8864b468.patch")
-sha256sums=('a5ea42790a077eadb3d1e8f82edc47516fea4a2b26bbf52bfc148370fe0fe676'
-            '2ae94434dca55c4a7afbfc292e308aea48c647e737a73fd5c3a2d3f2b2dc24dc')
+makedepends=(python-setuptools)
+source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('47e6bb48ec7dbfddbd89cf064a24b271783a1490fc688ebce17fbd652bcdab8e')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../igraph-python3.patch # fixed Plot._repr_svg_() on Python 3.x
-}
-
 build() {
   cd $pkgbase-$pkgver
   python setup.py build



More information about the arch-commits mailing list