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

2022-06-09 Thread Antonio Rojas via arch-commits
Date: Thursday, June 9, 2022 @ 06:14:07
  Author: arojas
Revision: 1229425

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-09 06:13:56 UTC (rev 1229424)
+++ PKGBUILD2022-06-09 06:14:07 UTC (rev 1229425)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-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 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 1229424, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-09 06:14:07 UTC (rev 1229425)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.11
+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=('52eeaf5c015e297d979fefc53038fbaaf5fff4fb5f5022dce43f3ddc78210515')
+
+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 
+}



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

2022-04-16 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2022-04-16 22:07:31 UTC (rev 1186825)
+++ PKGBUILD2022-04-16 22:07:43 UTC (rev 1186826)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-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)
+++ PKGBUILD2022-04-16 22:07:43 UTC (rev 1186826)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+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 
+}



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

2022-01-10 Thread Antonio Rojas via arch-commits
Date: Monday, January 10, 2022 @ 16:27:44
  Author: arojas
Revision: 1099405

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-10 16:27:31 UTC (rev 1099404)
+++ PKGBUILD2022-01-10 16:27:44 UTC (rev 1099405)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.8
-pkgrel=2
-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=('e7bad9f5f52e6dc3ccdaa3d02d8ec433d9ada704f7a83168915cfa0c4c226730')
-
-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 1099404, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-10 16:27:44 UTC (rev 1099405)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+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 
+}



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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 06:10:32
  Author: arojas
Revision: 1034890

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 06:10:19 UTC (rev 1034889)
+++ PKGBUILD2021-10-29 06:10:32 UTC (rev 1034890)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.7
-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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('832e9c6fe8a36886399f0c97fb1f7f75350df0b79e089d96c4b9ff86b2058dd3')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 1034889, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 06:10:32 UTC (rev 1034890)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.8
+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://pypi.python.org/packages/source/p/igraph/igraph-$pkgver.tar.gz)
+sha256sums=('e7bad9f5f52e6dc3ccdaa3d02d8ec433d9ada704f7a83168915cfa0c4c226730')
+
+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 
+}



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

2021-10-15 Thread Antonio Rojas via arch-commits
Date: Friday, October 15, 2021 @ 16:33:09
  Author: arojas
Revision: 1030283

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-15 16:33:00 UTC (rev 1030282)
+++ PKGBUILD2021-10-15 16:33:09 UTC (rev 1030283)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.6
-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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1824ca0489068100534d717056395d580b2d19bf4fefb378465e6a37a20bf316')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 1030282, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-15 16:33:09 UTC (rev 1030283)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.7
+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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('832e9c6fe8a36886399f0c97fb1f7f75350df0b79e089d96c4b9ff86b2058dd3')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}



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

2021-06-12 Thread Antonio Rojas via arch-commits
Date: Saturday, June 12, 2021 @ 09:53:18
  Author: arojas
Revision: 963143

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-12 09:53:06 UTC (rev 963142)
+++ PKGBUILD2021-06-12 09:53:18 UTC (rev 963143)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.5
-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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('888075cd862416d0a6eee548b1058a21acd8b1aa433e92807ed791f725a14e15')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 963142, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-12 09:53:18 UTC (rev 963143)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.6
+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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1824ca0489068100534d717056395d580b2d19bf4fefb378465e6a37a20bf316')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}


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

2021-06-11 Thread Antonio Rojas via arch-commits
Date: Friday, June 11, 2021 @ 15:32:55
  Author: arojas
Revision: 962812

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-11 15:32:44 UTC (rev 962811)
+++ PKGBUILD2021-06-11 15:32:55 UTC (rev 962812)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.4
-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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b1e4e3b8ea438f85e17874d0b0836107b437ebe68ae0b3be13d2ad399f45405d')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 962811, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-11 15:32:55 UTC (rev 962812)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.5
+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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('888075cd862416d0a6eee548b1058a21acd8b1aa433e92807ed791f725a14e15')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}


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

2021-05-31 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 1, 2021 @ 05:56:36
  Author: arojas
Revision: 952928

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-01 05:56:26 UTC (rev 952927)
+++ PKGBUILD2021-06-01 05:56:36 UTC (rev 952928)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.1
-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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f1895a83c57180f03c50fb77334a4d5029327aefee14f03381e10d34a1794410')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 952927, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-01 05:56:36 UTC (rev 952928)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.4
+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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b1e4e3b8ea438f85e17874d0b0836107b437ebe68ae0b3be13d2ad399f45405d')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}


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

2021-03-26 Thread Antonio Rojas via arch-commits
Date: Friday, March 26, 2021 @ 18:15:56
  Author: arojas
Revision: 904648

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-26 18:15:46 UTC (rev 904647)
+++ PKGBUILD2021-03-26 18:15:56 UTC (rev 904648)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.0
-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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7aa1d77fa02e27475eb4f14503f3cb342c3ed8990d9224640fd29c70797f2dd6')
-
-build() {
-  cd $pkgname-$pkgver
-  export CFLAGS+=" -I/usr/include/igraph"
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 904647, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-26 18:15:56 UTC (rev 904648)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.1
+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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f1895a83c57180f03c50fb77334a4d5029327aefee14f03381e10d34a1794410')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}


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

2021-02-26 Thread Antonio Rojas via arch-commits
Date: Friday, February 26, 2021 @ 11:07:58
  Author: arojas
Revision: 874382

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-26 11:07:50 UTC (rev 874381)
+++ PKGBUILD2021-02-26 11:07:58 UTC (rev 874382)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.8.3
-pkgrel=3
-url="https://igraph.org/python/;
-license=(GPL)
-arch=(x86_64)
-pkgdesc="Python bindings for the igraph library"
-depends=(python-texttable gmp libxml2)
-# TODO: unbundle igraph when 0.9.0 is released
-makedepends=(python-setuptools)
-source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e1f27622eddeb2bd5fdcbadb41ef048e884790bb050f9627c086dc609d0f1236')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 874381, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-26 11:07:58 UTC (rev 874382)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.0
+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://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7aa1d77fa02e27475eb4f14503f3cb342c3ed8990d9224640fd29c70797f2dd6')
+
+build() {
+  cd $pkgname-$pkgver
+  export CFLAGS+=" -I/usr/include/igraph"
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}


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

2021-02-22 Thread Antonio Rojas via arch-commits
Date: Monday, February 22, 2021 @ 12:59:35
  Author: arojas
Revision: 868513

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-22 12:59:25 UTC (rev 868512)
+++ PKGBUILD2021-02-22 12:59:35 UTC (rev 868513)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.8.3
-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=('e1f27622eddeb2bd5fdcbadb41ef048e884790bb050f9627c086dc609d0f1236')
-
-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 868512, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-22 12:59:35 UTC (rev 868513)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.8.3
+pkgrel=3
+url="https://igraph.org/python/;
+license=(GPL)
+arch=(x86_64)
+pkgdesc="Python bindings for the igraph library"
+depends=(python-texttable gmp libxml2)
+# TODO: unbundle igraph when 0.9.0 is released
+makedepends=(python-setuptools)
+source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e1f27622eddeb2bd5fdcbadb41ef048e884790bb050f9627c086dc609d0f1236')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}