[arch-commits] Commit in python-igraph/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 16:57:30 UTC 2020


    Date: Thursday, November 12, 2020 @ 16:57:29
  Author: felixonmars
Revision: 752122

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: python-igraph/repos/community-staging-x86_64/PKGBUILD (from rev 752119, python-igraph/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-12 16:57:29 UTC (rev 752122)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
+
+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
+}



More information about the arch-commits mailing list