Date: Saturday, August 27, 2022 @ 20:34:47 Author: arodseth Revision: 1284888
archrelease: copy trunk to community-x86_64 Added: python-pivy/repos/community-x86_64/PKGBUILD (from rev 1284887, python-pivy/trunk/PKGBUILD) Deleted: python-pivy/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-08-27 20:34:41 UTC (rev 1284887) +++ PKGBUILD 2022-08-27 20:34:47 UTC (rev 1284888) @@ -1,20 +0,0 @@ -# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org> -# Contributor: Grey Christoforo - -pkgname=python-pivy -pkgver=0.6.7 -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=81236d917c2d1e20c8403385e8a39d424c78909b") # tag: 0.6.7 -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 1284887, python-pivy/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-08-27 20:34:47 UTC (rev 1284888) @@ -0,0 +1,20 @@ +# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org> +# Contributor: Grey Christoforo + +pkgname=python-pivy +pkgver=0.6.8 +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=83e99c18545bb66145716123151f6635c367533b") # tag: 0.6.8 +b2sums=('SKIP') + +package() { + cd pivy + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}