[arch-commits] Commit in python-pivy/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 19:24:56 UTC 2021
Date: Thursday, December 2, 2021 @ 19:24:56
Author: foutrelis
Revision: 1062396
archrelease: copy trunk to community-staging-x86_64
Added:
python-pivy/repos/community-staging-x86_64/PKGBUILD
(from rev 1062395, 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 2021-12-02 19:24:54 UTC (rev 1062395)
+++ PKGBUILD 2021-12-02 19:24:56 UTC (rev 1062396)
@@ -1,20 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Grey Christoforo
-
-pkgname=python-pivy
-pkgver=0.6.6
-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=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-staging-x86_64/PKGBUILD (from rev 1062395, python-pivy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 19:24:56 UTC (rev 1062396)
@@ -0,0 +1,20 @@
+# 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"
+}
More information about the arch-commits
mailing list