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

Alexander Rødseth arodseth at gemini.archlinux.org
Tue Jan 25 23:25:13 UTC 2022


    Date: Tuesday, January 25, 2022 @ 23:25:12
  Author: arodseth
Revision: 1115598

archrelease: copy trunk to community-x86_64

Added:
  python-pivy/repos/community-x86_64/PKGBUILD
    (from rev 1115597, python-pivy/trunk/PKGBUILD)
Deleted:
  python-pivy/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 +++++++++++++++++++++++++++--------------------
 1 file changed, 27 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 23:25:07 UTC (rev 1115597)
+++ PKGBUILD	2022-01-25 23:25:12 UTC (rev 1115598)
@@ -1,20 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Grey Christoforo
-
-pkgname=python-pivy
-pkgver=0.6.6
-pkgrel=3
-pkgdesc='Bindings to Coin3D'
-arch=(x86_64)
-license=(BSD)
-url='https://github.com/coin3d/pivy'
-depends=(python soqt)
-makedepends=(cmake git glu python-setuptools swig)
-source=("git+$url#commit=55e659de7ea346d3caf176d7fe254224d36e4791") # tag: 0.6.6
-b2sums=(SKIP)
-
-package() {
-  cd pivy
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pivy/repos/community-x86_64/PKGBUILD (from rev 1115597, python-pivy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-25 23:25:12 UTC (rev 1115598)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Grey Christoforo
+
+pkgname=python-pivy
+pkgver=0.6.6
+pkgrel=4
+pkgdesc='Bindings to Coin3D'
+arch=(x86_64)
+license=(BSD)
+url='https://github.com/coin3d/pivy'
+depends=(python soqt)
+makedepends=(cmake git glu python-setuptools swig)
+source=("py310.patch::https://github.com/coin3d/pivy/pull/91/commits/377d97ce41519e879a6c0111f1193957653a06ae.diff"
+        "git+$url#commit=55e659de7ea346d3caf176d7fe254224d36e4791") # tag: 0.6.6
+b2sums=('9c160cb6f95e480e3c09cc61e4a8bda2b63e8073cbdd2572497f0772516beb26d7cbd5c46dddf0ccb23b6df9ec0df05040868e8efed0d749cafbcb9dbda1707a'
+        'SKIP')
+
+prepare() {
+  cd pivy
+  patch -p1 -i ../py310.patch
+}
+
+package() {
+  cd pivy
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list