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

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Jul 28 12:34:31 UTC 2021


    Date: Wednesday, July 28, 2021 @ 12:34:31
  Author: arodseth
Revision: 988861

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 12:33:14 UTC (rev 988860)
+++ PKGBUILD	2021-07-28 12:34:31 UTC (rev 988861)
@@ -1,20 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Grey Christoforo
-
-pkgname=python-pivy
-pkgver=0.6.6
-pkgrel=1
-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 988860, python-pivy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-28 12:34:31 UTC (rev 988861)
@@ -0,0 +1,20 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Grey Christoforo
+
+pkgname=python-pivy
+pkgver=0.6.6
+pkgrel=1
+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"
+}



More information about the arch-commits mailing list