python-pivy: update to 0.6.4
This commit is contained in:
parent
19072cb366
commit
ef66240710
|
@ -1,24 +1,27 @@
|
||||||
# Template file for 'python-pivy'
|
# Template file for 'python-pivy'
|
||||||
pkgname=python-pivy
|
pkgname=python-pivy
|
||||||
_ver=20101207
|
_ver=20101207
|
||||||
_scmrev=963cd83905b5
|
_scmrev=a84100beff22
|
||||||
version=0.5.0
|
version=0.6.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Coin3D-${pkgname#python-}-${_scmrev}"
|
wrksrc="Coin3D-${pkgname#python-}-${_scmrev}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="pivy"
|
pycompile_module="pivy"
|
||||||
hostmakedepends="python-devel swig"
|
hostmakedepends="python-devel swig"
|
||||||
makedepends="python-devel coin3-devel"
|
makedepends="python-devel coin3-devel qt-devel"
|
||||||
|
|
||||||
# depends on script coin-config
|
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
short_desc="Python binding for the high-level 3D graphics library Coin"
|
short_desc="Python binding for the high-level 3D graphics library Coin"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="BSD"
|
license="0BSD"
|
||||||
homepage="https://bitbucket.org/Coin3D/pivy"
|
homepage="https://bitbucket.org/Coin3D/pivy"
|
||||||
distfiles="https://bitbucket.org/Coin3D/pivy/get/${pkgname#python-}-${_ver}.tar.gz"
|
distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
|
||||||
checksum=a44050745c888253dce2586c030fcc5445e37d522cab8cdd94522b830a54451a
|
checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
|
||||||
|
nocross="use coin-config script"
|
||||||
|
|
||||||
|
post_extract() (
|
||||||
|
# use setup_old.py until have Coin with cmake support
|
||||||
|
mv setup.py setup_new.py
|
||||||
|
mv setup_old.py setup.py
|
||||||
|
)
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue