python-pyglet: remove package
This commit is contained in:
parent
646995222b
commit
e663fe3564
4 changed files with 8 additions and 16 deletions
srcpkgs
|
@ -1 +0,0 @@
|
|||
python-pyglet
|
|
@ -1,27 +1,19 @@
|
|||
# Template file for 'python-pyglet'
|
||||
pkgname=python-pyglet
|
||||
# Template file for 'python3-pyglet'
|
||||
pkgname=python3-pyglet
|
||||
version=1.4.10
|
||||
revision=4
|
||||
wrksrc="pyglet-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools unzip"
|
||||
depends="python"
|
||||
short_desc="Cross-platform windowing and multimedia library for Python2"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools unzip"
|
||||
depends="python3"
|
||||
short_desc="Cross-platform windowing and multimedia library for Python3"
|
||||
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.pyglet.org"
|
||||
distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.zip"
|
||||
checksum=c57e3e18246f45e4d6bb3d29e39d128d6e72b05f4212b10353adc3ba260ceb65
|
||||
make_check=no # pyglet requires an X server with GLX
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-pyglet_package() {
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -307,6 +307,7 @@ replaces="
|
|||
python-pycryptodome<=3.9.7_3
|
||||
python-pydns<=2.3.6_4
|
||||
python-pyenet<=1.3.13.post7_2
|
||||
python-pyglet<=1.4.10_4
|
||||
python-pyside<=1.2.2_7
|
||||
python-pystache<=0.5.4_6
|
||||
python-pytest-relaxed<=1.1.2_2
|
||||
|
|
Loading…
Reference in a new issue