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

Antonio Rojas arojas at archlinux.org
Tue Jun 1 05:56:36 UTC 2021


    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
===================================================================
--- PKGBUILD	2021-06-01 05:56:26 UTC (rev 952927)
+++ PKGBUILD	2021-06-01 05:56:36 UTC (rev 952928)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
-
-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)
+++ PKGBUILD	2021-06-01 05:56:36 UTC (rev 952928)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
+
+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 
+}



More information about the arch-commits mailing list