diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template new file mode 100644 index 00000000000..d82fdc97dbd --- /dev/null +++ b/srcpkgs/python-pyglet/template @@ -0,0 +1,31 @@ +# 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 + } +} diff --git a/srcpkgs/python3-pyglet b/srcpkgs/python3-pyglet new file mode 120000 index 00000000000..0da9a8d712f --- /dev/null +++ b/srcpkgs/python3-pyglet @@ -0,0 +1 @@ +python-pyglet \ No newline at end of file