[arch-commits] Commit in python-igraph/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 27 20:30:50 UTC 2020


    Date: Monday, April 27, 2020 @ 20:30:49
  Author: arojas
Revision: 621937

archrelease: copy trunk to community-x86_64

Added:
  python-igraph/repos/community-x86_64/PKGBUILD
    (from rev 621936, python-igraph/trunk/PKGBUILD)
Deleted:
  python-igraph/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-27 20:28:48 UTC (rev 621936)
+++ PKGBUILD	2020-04-27 20:30:49 UTC (rev 621937)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
-
-pkgname=python-igraph
-pkgver=0.8.0
-pkgrel=2
-url="https://igraph.org/python/"
-license=(GPL)
-arch=(x86_64)
-pkgdesc="Python bindings for the igraph library"
-depends=(igraph python-texttable)
-makedepends=(python-setuptools)
-source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('47e6bb48ec7dbfddbd89cf064a24b271783a1490fc688ebce17fbd652bcdab8e')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 621936, python-igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-27 20:30:49 UTC (rev 621937)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
+
+pkgname=python-igraph
+pkgver=0.8.1
+pkgrel=1
+url="https://igraph.org/python/"
+license=(GPL)
+arch=(x86_64)
+pkgdesc="Python bindings for the igraph library"
+depends=(igraph python-texttable)
+makedepends=(python-setuptools)
+source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('780fe30d2413fd1123215d7ef53b9d00abe47ae91912b188b5a5ed1aad528174')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list