Date: Saturday, January 28, 2023 @ 16:43:01
  Author: arojas
Revision: 1390107

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-28 16:42:52 UTC (rev 1390106)
+++ PKGBUILD    2023-01-28 16:43:01 UTC (rev 1390107)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Lukasz Pozarlik <[email protected]>
-
-pkgname=python-igraph
-pkgver=0.10.3
-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=('b720cb88c4b9af4a968e8390355f666ba146d631298518cc4ffa1bd0e2c21eed')
-
-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 1390106, 
python-igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-28 16:43:01 UTC (rev 1390107)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Lukasz Pozarlik <[email protected]>
+
+pkgname=python-igraph
+pkgver=0.10.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=(python-igraph-$pkgver::https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz)
+sha256sums=('4786e05919ee93f6479fe8ca697d68537edfe47549ed09dfb33bda4daced1fb9')
+
+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