[arch-commits] Commit in python-pivy/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 10:11:30 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:11:30
  Author: felixonmars
Revision: 751464

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:11:29 UTC (rev 751463)
+++ PKGBUILD	2020-11-12 10:11:30 UTC (rev 751464)
@@ -1,20 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Grey Christoforo
-
-pkgname=python-pivy
-pkgver=0.6.5
-pkgrel=2
-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=cde1297b0e0da2b93d261c9ec24b8ece7d167c91") # tag: 0.6.5
-sha256sums=(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-staging-x86_64/PKGBUILD (from rev 751462, python-pivy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:11:30 UTC (rev 751464)
@@ -0,0 +1,20 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Grey Christoforo
+
+pkgname=python-pivy
+pkgver=0.6.5
+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=cde1297b0e0da2b93d261c9ec24b8ece7d167c91") # tag: 0.6.5
+sha256sums=(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