summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pygame: Add ~ppc64 keywordJames Le Cuirot2020-04-231-1/+1
| | | | | | | | | The pyopengl tests uses this and pass on ppc64le. 3 of the OpenGL-related tests fail on ppc64be but OpenGL is known to be problematic on this platform. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-python/pygame: Add opengl USE flagJames Le Cuirot2020-04-201-2/+2
| | | | | | | Consumers of pygame sometimes require SDL to have OpenGL support. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-python/pygame: added ~arm64 keywordRoy Bamford2020-03-041-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/706656 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pygame: Support python 3.8, drop python2 supportPacho Ramos2019-12-271-0/+78
| | | | | | | | All reverse deps will use only python3 and those python2 consumers are dead and will be removed. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* dev-python/pygame: [QA] Revert "Add python 3.8 support"David Seifert2019-12-261-82/+0
| | | | | | | | | * We need to bifurcate the py2/py3 depgraph of numpy atomically, in order to avoid misleading and weird blocker warnings. This reverts commit 425fd47518ffd27b6455520eeba82cabeccddad0. Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/pygame: Add python 3.8 support, for now we also needPacho Ramos2019-12-251-0/+82
numpy-python2 until all reverse deps are handled Bug: https://bugs.gentoo.org/703758 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>