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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 16 22:07:43 UTC 2022


    Date: Saturday, April 16, 2022 @ 22:07:43
  Author: arojas
Revision: 1186826

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-16 22:07:31 UTC (rev 1186825)
+++ PKGBUILD	2022-04-16 22:07:43 UTC (rev 1186826)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
-
-pkgname=python-igraph
-pkgver=0.9.9
-pkgrel=1
-url='https://igraph.org/python/'
-license=(GPL)
-arch=(x86_64)
-pkgdesc='Python bindings for the igraph library'
-depends=(python-texttable igraph)
-makedepends=(python-setuptools)
-source=(https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz)
-sha256sums=('3f84b57fbaab37efa965f8dc1e1e28aad181357f1a6aa8204fe7c91ee9615092')
-
-build() {
-  cd igraph-$pkgver
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd igraph-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd igraph-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 1186825, python-igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-16 22:07:43 UTC (rev 1186826)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
+
+pkgname=python-igraph
+pkgver=0.9.10
+pkgrel=1
+url='https://igraph.org/python/'
+license=(GPL)
+arch=(x86_64)
+pkgdesc='Python bindings for the igraph library'
+depends=(python-texttable igraph)
+makedepends=(python-setuptools)
+source=(https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz)
+sha256sums=('6f9d8e1d6105b34298591820e94d4d8b3f33f38068523769e7a555bf7c96accb')
+
+build() {
+  cd igraph-$pkgver
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd igraph-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd igraph-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}



More information about the arch-commits mailing list