# Template file for 'python-pyglet' pkgname=python-pyglet version=1.3.2 revision=1 noarch=yes wrksrc="pyglet-${version}" build_style=python-module pycompile_module="pyglet" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Cross-platform windowing and multimedia library for Python2" maintainer="Jasper Chan " license="BSD-3-Clause" homepage="https://www.pyglet.org" distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.tar.gz" checksum=b00570e7cdf6971af8953b6ece50d83d13272afa5d1f1197c58c0f478dd17743 post_install() { vlicense LICENSE } python3-pyglet_package() { noarch=yes pycompile_module="pyglet" depends="python3" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }