New package: python3-pycollada-0.7.1

This commit is contained in:
Karl Nilsson 2020-08-23 22:14:56 -04:00 committed by Piraty
parent 3961bafad7
commit 186db2ee47

View File

@ -0,0 +1,20 @@
# Template file for 'python3-pycollada'
pkgname=python3-pycollada
version=0.7.1
revision=1
archs=noarch
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
}