George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-pivy


Commits:
0baa7e5f by George Rawlinson at 2026-02-15T07:41:55+00:00
reuse: simplify conf

- - - - -
8db65d53 by George Rawlinson at 2026-02-15T07:56:17+00:00
upgpkg: 1:0.6.10-4

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pivy
        pkgdesc = Python bindings to Coin3D
        pkgver = 0.6.10
-       pkgrel = 3
+       pkgrel = 4
        epoch = 1
        url = https://github.com/coin3d/pivy
        arch = x86_64
@@ -11,7 +11,8 @@ pkgbase = python-pivy
        makedepends = glu
        makedepends = swig
        depends = glibc
-       depends = gcc-libs
+       depends = libgcc
+       depends = libstdc++
        depends = coin
        depends = python
        depends = pyside6


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=python-pivy
 pkgver=0.6.10
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Python bindings to Coin3D'
 arch=(x86_64)
@@ -12,7 +12,8 @@ url='https://github.com/coin3d/pivy'
 license=(ISC)
 depends=(
   glibc
-  gcc-libs
+  libgcc
+  libstdc++
   coin
   python
   pyside6


=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
 ]



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pivy/-/compare/0f9a6b5ffd243561e96dc1a8ab048ef2cf3322c3...8db65d531bf06c88238189b10078cb3a9a3208ab

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pivy/-/compare/0f9a6b5ffd243561e96dc1a8ab048ef2cf3322c3...8db65d531bf06c88238189b10078cb3a9a3208ab
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to