19 lines
652 B
Bash
19 lines
652 B
Bash
# Template file for 'python3-pycollada'
|
|
pkgname=python3-pycollada
|
|
version=0.7.2
|
|
revision=3
|
|
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=e3c29857a65b3dd9c0375c1074195195fc3dada95d6b5c78d246b005f2e85c93
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|