summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 09:58:41 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 10:46:02 +0200
commit5c3ae21d7c82c1e87c4b35dc36a588ade47523e5 (patch)
tree2a92489a67116a579dfa007959abf21f0c332219 /dev-python/pyglet/pyglet-1.2.3.ebuild
parentdev-python/pymetar: Clean old versions up (diff)
downloadgentoo-5c3ae21d7c82c1e87c4b35dc36a588ade47523e5.tar.gz
gentoo-5c3ae21d7c82c1e87c4b35dc36a588ade47523e5.tar.bz2
gentoo-5c3ae21d7c82c1e87c4b35dc36a588ade47523e5.zip
dev-python/pyglet: Clean old versions up
Diffstat (limited to 'dev-python/pyglet/pyglet-1.2.3.ebuild')
-rw-r--r--dev-python/pyglet/pyglet-1.2.3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pyglet/pyglet-1.2.3.ebuild b/dev-python/pyglet/pyglet-1.2.3.ebuild
deleted file mode 100644
index ddcc1da6561f..000000000000
--- a/dev-python/pyglet/pyglet-1.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Cross-platform windowing and multimedia library for Python"
-HOMEPAGE="http://www.pyglet.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="alsa examples gtk +openal"
-
-RDEPEND="
- virtual/opengl
- alsa? ( media-libs/alsa-lib[alisp] )
- gtk? ( x11-libs/gtk+:2 )
- openal? ( media-libs/openal )"
-DEPEND="${RDEPEND}"
-# ffmpeg? ( media-libs/avbin-bin )
-
-# pyglet.gl.glx_info.GLXInfoException: pyglet requires an X server with GLX
-RESTRICT=test
-
-python_test() {
- python_is_python3 && return
- VIRTUALX_COMMAND="${PYTHON}"
- virtualmake tests/test.py
-}
-
-python_install_all() {
- DOCS=( NOTICE )
- use examples && EXAMPLES=( examples )
- distutils-r1_python_install_all
-}