20 lines
682 B
Bash
20 lines
682 B
Bash
# Template file for 'python3-pycollada'
|
|
pkgname=python3-pycollada
|
|
version=0.7.1
|
|
revision=2
|
|
wrksrc="pycollada-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil python3-lxml python3-numpy"
|
|
checkdepends="python3-Cython ${depends}"
|
|
short_desc="Python3 module for creating, editing, and loding COLLADA files"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://pycollada.readthedocs.io/en/latest/"
|
|
distfiles="https://github.com/pycollada/pycollada/archive/v${version}.tar.gz"
|
|
checksum=b0b8e1fd17e3e5a7c1befcb5ec4fa0ead1318c5ca340bb930f62f9809fbce8a1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|