Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopengl_accelerate/
Date: Sat, 28 Mar 2020 18:03:08
Message-Id: 1585418566.fbe299eaa22decb0a8e277ed73c27b3ef40672fd.mgorny@gentoo
1 commit: fbe299eaa22decb0a8e277ed73c27b3ef40672fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:56:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:02:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe299ea
7
8 dev-python/pyopengl_accelerate: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pyopengl_accelerate-3.1.0.ebuild | 24 ----------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0.ebuild b/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0.ebuild
16 deleted file mode 100644
17 index 7ca6bce2065..00000000000
18 --- a/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -PYTHON_COMPAT=( python3_6 )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Accelerate module for PyOpenGL"
30 -HOMEPAGE="http://pyopengl.sourceforge.net/ https://pypi.org/project/PyOpenGL-accelerate/"
31 -MY_PN="PyOpenGL-accelerate"
32 -MY_P="${MY_PN}-${PV}"
33 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39 -
40 -RDEPEND="dev-python/pyopengl[${PYTHON_USEDEP}]"
41 -DEPEND="${RDEPEND}
42 - dev-python/setuptools[${PYTHON_USEDEP}]"
43 -
44 -S=${WORKDIR}/${MY_P}