Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-graph-tool
Commits:
b993a734 by Jakub Klinkovský at 2026-02-21T14:56:48+01:00
upgpkg: 2.98-4: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of
graphs
pkgver = 2.98
- pkgrel = 3
+ pkgrel = 4
url = https://graph-tool.skewed.de
arch = x86_64
license = LGPL-3.0-or-later
@@ -12,10 +12,12 @@ pkgbase = python-graph-tool
depends = boost-libs
depends = cairomm-1.16
depends = expat
- depends = gcc-libs
depends = glib2
depends = glibc
depends = gmp
+ depends = libgcc
+ depends = libgomp
+ depends = libstdc++
depends = python
depends = python-cairo
depends = python-gobject
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgname=(
python-graph-tool-opt
)
pkgver=2.98
-pkgrel=3
+pkgrel=4
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=(x86_64)
url='https://graph-tool.skewed.de'
@@ -16,10 +16,12 @@ depends=(
boost-libs
cairomm-1.16
expat
- gcc-libs
glib2
glibc
gmp
+ libgcc
+ libgomp
+ libstdc++
python
python-cairo
python-gobject
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graph-tool/-/commit/b993a734fb86990f725f24a76b5a56f328643a18
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graph-tool/-/commit/b993a734fb86990f725f24a76b5a56f328643a18
You're receiving this email because of your account on gitlab.archlinux.org.