mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-occ: update to 7.9.0.
This commit is contained in:
parent
dfb6b7f4dd
commit
d8793c227f
2 changed files with 7 additions and 2567 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'python3-occ'
|
||||
pkgname=python3-occ
|
||||
version=7.7.0
|
||||
revision=3
|
||||
version=7.9.0
|
||||
revision=1
|
||||
archs="i686* x86_64* armv7l* aarch64* ppc*"
|
||||
build_style=cmake
|
||||
configure_args="-DPYTHONOCC_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=None"
|
||||
build_helper="numpy"
|
||||
configure_args="-DCMAKE_BUILD_TYPE=None -DPYTHONOCC_MESHDS_NUMPY=ON"
|
||||
hostmakedepends="python3 python3-setuptools swig"
|
||||
makedepends="python3-devel occt-devel freetype-devel swig rapidjson"
|
||||
makedepends="python3-devel python3-numpy occt-devel freetype-devel swig rapidjson"
|
||||
depends="python3 occt freetype"
|
||||
short_desc="Industrial strength 3D CAD Python3 package"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://pythonocc.org"
|
||||
homepage="https://github.com/tpaviot/pythonocc-core"
|
||||
distfiles="https://github.com/tpaviot/pythonocc-core/archive/${version}.tar.gz"
|
||||
checksum=9b27003b87799badfae04f8cacd03b8faa1309600c9de8021434d7511e718f82
|
||||
checksum=98e53657f54e8a9c3477a81c0b4a11bc6659d5f60123e263419521b42a8e111f
|
||||
|
|
Loading…
Add table
Reference in a new issue