Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-igraph
Commits:
e76bb3c6 by Antonio Rojas at 2024-11-17T22:22:02+01:00
upgpkg: 0.11.8-2: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-igraph
pkgdesc = Python bindings for the igraph library
pkgver = 0.11.8
- pkgrel = 1
+ pkgrel = 2
url = https://igraph.org/python/
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_pyname=igraph
pkgname=python-$_pyname
pkgver=0.11.8
-pkgrel=1
+pkgrel=2
url='https://igraph.org/python/'
license=(GPL-2.0-or-later)
arch=(x86_64)
@@ -25,7 +25,7 @@
sha256sums=('de5c02c3330edec9aae514eea143df1ba5ebd5188c9a4a284cab4b33a1248221')
build() {
cd $pkgname
IGRAPH_USE_PKG_CONFIG=1 \
- python -m build --wheel --no-isolation
+ python -m build --wheel --no-isolation --skip-dependency-check
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-igraph/-/commit/e76bb3c6946c3757a4f90e70fe6cdd1854b3e0e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-igraph/-/commit/e76bb3c6946c3757a4f90e70fe6cdd1854b3e0e6
You're receiving this email because of your account on gitlab.archlinux.org.