19 lines
670 B
Bash
19 lines
670 B
Bash
# Template file for 'python3-pycollada'
|
|
pkgname=python3-pycollada
|
|
version=0.8
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-dateutil python3-numpy"
|
|
checkdepends="${depends} python3-lxml python3-pytest-xdist"
|
|
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=0ed3d422c2e287c187a6f744ad9db2d3bfef69f72d3666d037f1e01a245f5cbc
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|