diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-27 06:07:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-27 06:07:33 +0000 |
| commit | b2ba880059c86056e84e77e4f84f2ecd120b0caf (patch) | |
| tree | 7a3121e87ff4748b8fc982aafdac4f53f8728cb0 /dev-python/pyopengl | |
| parent | 5fe8a7f2da6b6609438210908e64fd7501a576e0 (diff) | |
| download | baldeagleos-repo-b2ba880059c86056e84e77e4f84f2ecd120b0caf.tar.gz baldeagleos-repo-b2ba880059c86056e84e77e4f84f2ecd120b0caf.tar.xz baldeagleos-repo-b2ba880059c86056e84e77e4f84f2ecd120b0caf.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyopengl')
| -rw-r--r-- | dev-python/pyopengl/pyopengl-3.1.6-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pyopengl/pyopengl-3.1.6.ebuild | 53 |
2 files changed, 1 insertions, 54 deletions
diff --git a/dev-python/pyopengl/pyopengl-3.1.6-r2.ebuild b/dev-python/pyopengl/pyopengl-3.1.6-r2.ebuild index cf9104f80201..0f759ebf7148 100644 --- a/dev-python/pyopengl/pyopengl-3.1.6-r2.ebuild +++ b/dev-python/pyopengl/pyopengl-3.1.6-r2.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/PyOpenGL-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="tk" RDEPEND=" diff --git a/dev-python/pyopengl/pyopengl-3.1.6.ebuild b/dev-python/pyopengl/pyopengl-3.1.6.ebuild deleted file mode 100644 index 763d712bdeb7..000000000000 --- a/dev-python/pyopengl/pyopengl-3.1.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_REQ_USE="tk?" -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 virtualx - -MY_PN="PyOpenGL" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python OpenGL bindings" -HOMEPAGE="http://pyopengl.sourceforge.net/ https://pypi.org/project/PyOpenGL/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="tk" - -RDEPEND=" - media-libs/freeglut - virtual/opengl - x11-libs/libXi - x11-libs/libXmu - tk? ( dev-tcltk/togl ) -" -DEPEND=" - ${RDEPEND} -" - -# The tests need an X server with the GLX extension. Software rendering -# under Xvfb works but only with llvmpipe, not softpipe or swr. -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pygame[${PYTHON_USEDEP},opengl,X] - !prefix? ( - media-libs/mesa[llvm] - x11-base/xorg-server[-minimal,xorg] - ) - ) -" - -distutils_enable_tests pytest - -src_test() { - virtx distutils-r1_src_test -} |
