python-pyglet: update to 1.4.10.
This commit is contained in:
parent
43a3176129
commit
7276621482
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-pyglet'
|
# Template file for 'python-pyglet'
|
||||||
pkgname=python-pyglet
|
pkgname=python-pyglet
|
||||||
version=1.4.4
|
version=1.4.10
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyglet-${version}"
|
wrksrc="pyglet-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pyglet"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools unzip"
|
hostmakedepends="python-setuptools python3-setuptools unzip"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Cross-platform windowing and multimedia library for Python2"
|
short_desc="Cross-platform windowing and multimedia library for Python2"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.pyglet.org"
|
homepage="https://www.pyglet.org"
|
||||||
distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.zip"
|
distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.zip"
|
||||||
checksum=08353c549b7f26d5815cc2e9360a85e4e0d80e6a67962e18df0255b00cb529ab
|
checksum=c57e3e18246f45e4d6bb3d29e39d128d6e72b05f4212b10353adc3ba260ceb65
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
|
|
||||||
python3-pyglet_package() {
|
python3-pyglet_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="pyglet"
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue