From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopengl/
Date: Thu, 19 Jan 2023 01:20:54 +0000 (UTC) [thread overview]
Message-ID: <1674090901.f3ae0804dfee895e5a94cf1c20c7ad2acbd30cd3.sam@gentoo> (raw)
commit: f3ae0804dfee895e5a94cf1c20c7ad2acbd30cd3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 23:25:20 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 01:15:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ae0804
dev-python/pyopengl: enable py3.11
Needs to be in ~arch because of pygame.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pyopengl/pyopengl-3.1.6-r1.ebuild | 53 ++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/dev-python/pyopengl/pyopengl-3.1.6-r1.ebuild b/dev-python/pyopengl/pyopengl-3.1.6-r1.ebuild
new file mode 100644
index 000000000000..1c19aea56637
--- /dev/null
+++ b/dev-python/pyopengl/pyopengl-3.1.6-r1.ebuild
@@ -0,0 +1,53 @@
+# 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_{9..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
+}
next reply other threads:[~2023-01-19 1:20 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-19 1:20 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 15:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopengl/ Michał Górny
2025-03-31 13:32 Viorel Munteanu
2025-03-02 8:21 Sam James
2025-02-08 18:04 Sam James
2025-02-08 10:55 Arthur Zamarin
2025-01-20 5:34 Michał Górny
2024-10-08 19:13 Arthur Zamarin
2024-10-05 11:48 Arthur Zamarin
2024-10-05 9:06 Arthur Zamarin
2024-10-05 9:06 Arthur Zamarin
2024-10-05 8:30 Sam James
2024-08-25 18:38 Arthur Zamarin
2024-07-02 16:05 Michał Górny
2024-05-19 19:43 Arthur Zamarin
2024-01-05 12:56 Michał Górny
2023-12-20 8:29 Michał Górny
2023-12-20 2:34 Ionen Wolkens
2023-12-14 4:15 Sam James
2023-11-10 18:44 Michał Górny
2023-06-27 10:24 Sam James
2023-06-27 7:54 Sam James
2023-06-27 7:14 Sam James
2023-06-27 6:55 Sam James
2023-06-27 6:43 Sam James
2023-05-24 7:02 Michał Górny
2023-03-26 16:21 Michał Górny
2023-03-26 16:04 Arthur Zamarin
2023-03-26 16:04 Arthur Zamarin
2023-03-25 1:43 Sam James
2023-03-24 20:06 Arthur Zamarin
2023-03-24 14:19 Arthur Zamarin
2023-03-24 10:49 Arthur Zamarin
2023-03-22 9:37 Sam James
2023-02-19 19:46 Michał Górny
2023-02-12 19:41 Michał Górny
2023-02-12 19:41 Michał Górny
2023-02-12 19:41 Michał Górny
2022-04-14 8:11 Agostino Sarubbo
2022-04-02 12:04 Arthur Zamarin
2022-04-02 7:33 Arthur Zamarin
2022-04-01 12:27 Arthur Zamarin
2022-04-01 5:15 Arthur Zamarin
2022-03-31 12:40 Jakov Smolić
2022-03-31 12:34 Jakov Smolić
2022-02-28 7:06 Yixun Lan
2022-02-20 14:03 Michał Górny
2021-10-04 14:22 Arthur Zamarin
2021-02-25 8:44 Michał Górny
2021-02-25 8:33 Sam James
2021-02-25 8:30 Sam James
2020-11-30 21:12 Sergei Trofimovich
2020-09-25 20:22 Michał Górny
2020-08-14 18:02 Sergei Trofimovich
2020-08-02 6:46 Michał Górny
2020-08-02 6:46 Michał Górny
2020-07-26 0:46 Sam James
2020-07-10 0:15 Sam James
2020-07-06 12:43 Michał Górny
2020-04-26 2:11 Patrick McLean
2020-04-23 21:24 James Le Cuirot
2019-05-27 23:41 Aaron Bauman
2017-06-27 9:16 Alexis Ballier
2017-05-03 9:26 Michał Górny
2017-04-26 6:24 Tim Harder
2017-02-24 18:01 Markus Meier
2017-01-25 9:27 Tobias Klausmann
2017-01-23 16:27 Agostino Sarubbo
2017-01-23 6:11 Jeroen Roovers
2017-01-22 16:27 Agostino Sarubbo
2017-01-21 20:33 Agostino Sarubbo
2017-01-20 11:05 Agostino Sarubbo
2017-01-19 10:59 Agostino Sarubbo
2017-01-18 16:52 Agostino Sarubbo
2016-03-28 22:58 Kacper Kowalik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1674090901.f3ae0804dfee895e5a94cf1c20c7ad2acbd30cd3.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox