Date: Monday, October 17, 2022 @ 19:31:52
  Author: arojas
Revision: 1329686

archrelease: copy trunk to community-x86_64

Added:
  python-igraph/repos/community-x86_64/PKGBUILD
    (from rev 1329685, 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-10-17 19:31:44 UTC (rev 1329685)
+++ PKGBUILD    2022-10-17 19:31:52 UTC (rev 1329686)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Lukasz Pozarlik <[email protected]>
-
-pkgname=python-igraph
-pkgver=0.10.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=(python-igraph-$pkgver::https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz)
-sha256sums=('65165883cc506ec7c6d8b68e620954810935ef033138aa3a92cba6089339cae6')
-
-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 1329685, 
python-igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-17 19:31:52 UTC (rev 1329686)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Lukasz Pozarlik <[email protected]>
+
+pkgname=python-igraph
+pkgver=0.10.2
+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=(python-igraph-$pkgver::https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz)
+sha256sums=('215c53591b0bccd2082ef0e007e1919f25c040abb03014bdb4f20712173e33c2')
+
+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 
+}

Reply via email to