backports/py3-pivy: upgrade to 0.6.9_alpha0
This commit is contained in:
parent
78d9f34889
commit
34a6944283
2 changed files with 9 additions and 26 deletions
|
@ -1,24 +1,19 @@
|
||||||
# Contributor: Aiden Grossman <agrossman154@yahoo.com>
|
# Contributor: Aiden Grossman <agrossman154@yahoo.com>
|
||||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||||
pkgname=py3-pivy
|
pkgname=py3-pivy
|
||||||
_pkgname=pivy
|
pkgver=0.6.9_alpha0
|
||||||
pkgver=0.6.8
|
pkgrel=0
|
||||||
pkgrel=3
|
|
||||||
pkgdesc="Python3 bindings for coin"
|
pkgdesc="Python3 bindings for coin"
|
||||||
url="https://github.com/coin3d/pivy"
|
url="https://github.com/coin3d/pivy"
|
||||||
# riscv64 blocked by qt5-qtwebengine via py3-pyside2
|
# riscv64 blocked by py3-pyside6
|
||||||
# py3-pyside2 is not available on armhf
|
arch="all !riscv64"
|
||||||
# py3-pyside2 broken
|
|
||||||
#arch="all !armhf !riscv64"
|
|
||||||
license="ISC"
|
license="ISC"
|
||||||
depends="py3-pyside2"
|
depends="py3-pyside6"
|
||||||
makedepends="swig soqt-dev qt5-qtbase-dev python3-dev glu-dev cmake samurai"
|
makedepends="swig soqt-dev qt6-qtbase-dev python3-dev glu-dev cmake samurai"
|
||||||
checkdepends="py3-pytest"
|
checkdepends="py3-pytest"
|
||||||
options="!check" # test suite is interactive and requires full installation
|
options="!check" # test suite is interactive and requires full installation
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/coin3d/pivy/archive/refs/tags/$pkgver.tar.gz
|
source="$pkgname-$pkgver.tar.gz::https://github.com/coin3d/pivy/archive/refs/tags/${pkgver//_alpha/.a}.tar.gz"
|
||||||
qt5.patch
|
builddir="$srcdir/pivy-${pkgver//_alpha/.a}"
|
||||||
"
|
|
||||||
builddir="$srcdir/$_pkgname-$pkgver"
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
if [ "$CBUILD" != "$CHOST" ]; then
|
if [ "$CBUILD" != "$CHOST" ]; then
|
||||||
|
@ -37,6 +32,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
723b09028f2e3075056b9588cebad0ddccbc98d0c15552b9565c177b0de764b9645f88ea2bc534ccf606f2e0b59f91e1d03551b55ece66c0654ce9cdf09a1a7c py3-pivy-0.6.8.tar.gz
|
1bfefd58d2921c8be170a97efa30cad53b01f636ea0cf236acca242be4f691669a4c310cd61c64d3e0c55e55e8be96d36945cd244380ddc0b3a06170d0f8b691 py3-pivy-0.6.9_alpha0.tar.gz
|
||||||
7750ded3eb09da510ba5f84e7957c2ae1f92be0df280901fd9c9eba4164758a8f2d436e2d6ae7634a91aed12609f4eefd181922e6caed0b4906c6bc9dbd7b562 qt5.patch
|
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- ./qtinfo.py
|
|
||||||
+++ ./qtinfo.py
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
if qmake_command:
|
|
||||||
self._qmake_command = qmake_command
|
|
||||||
else:
|
|
||||||
- self._qmake_command = [find_executable("qmake"),]
|
|
||||||
+ self._qmake_command = [find_executable("qmake-qt5"),]
|
|
||||||
self._dict = {}
|
|
||||||
# bind all variables early at __init__ time.
|
|
||||||
for thing in self.__class__.__dict__:
|
|
Loading…
Reference in a new issue