From 169612c49a1bd1a9b4693865a56572831e4ab750 Mon Sep 17 00:00:00 2001 From: yopito Date: Wed, 20 Feb 2019 19:04:22 +0100 Subject: [PATCH] New package: python3-pivy 0.6.4 --- srcpkgs/python3-pivy/template | 25 +++++++++++++++++++++++++ srcpkgs/python3-pivy/update | 3 +++ 2 files changed, 28 insertions(+) create mode 100644 srcpkgs/python3-pivy/template create mode 100644 srcpkgs/python3-pivy/update diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template new file mode 100644 index 00000000000..9daf33025d3 --- /dev/null +++ b/srcpkgs/python3-pivy/template @@ -0,0 +1,25 @@ +# Template file for 'python3-pivy' +pkgname=python3-pivy +version=0.6.4 +revision=1 +wrksrc="Coin3D-${pkgname#python3-}-a84100beff22" +build_style=python3-module +pycompile_module="pivy" +hostmakedepends="python3-devel swig" +makedepends="python3-devel coin3-devel qt5-devel" +short_desc="Python3 bindings for the high-level 3D graphics library Coin" +maintainer="yopito " +license="0BSD" +homepage="https://bitbucket.org/Coin3D/pivy" +distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz" +checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e +nocross="require coin-config script" + +post_extract() ( + # use setup_old.py until have Coin with cmake support + mv -f setup_old.py setup.py +) + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-pivy/update b/srcpkgs/python3-pivy/update new file mode 100644 index 00000000000..d4a4e715386 --- /dev/null +++ b/srcpkgs/python3-pivy/update @@ -0,0 +1,3 @@ +site=https://bitbucket.org/Coin3D/pivy/downloads/?tab=tags +pkgname= +ignore="20101207"