unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73747] [PATCH 0/2] gnu: Add python-pyglet.
@ 2024-10-11 15:25 Sharlatan Hellseher
  2024-10-11 17:40 ` [bug#73747] [PATCH 1/2] gnu: Add packages/python-graphics module Sharlatan Hellseher
  2024-10-11 17:50 ` [bug#73747] [PATCH 2/2] gnu: Add python-pyglet Sharlatan Hellseher
  0 siblings, 2 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-10-11 15:25 UTC (permalink / raw)
  To: 73747
  Cc: Daniel Meißner, Adam Kandur, Sharlatan Hellseher, Adam Faiz,
	Liliana Marie Prikler, Morgan Smith, jgart, Lars-Dominik Braun,
	Marius Bakke, Munyoki Kilyungi, Sharlatan Hellseher,
	Tanguy Le Carrour, jgart

Hi Guix!

While checking python-science module for enabling optional packages for
python-trimesh:

-  python-pycollada   ; not packed yet, optional
-  python-pyglet      ; not packed yet, optional

I've packed python-pycollada as a part of Astro update for this month, it
would required to complete long packaging chain.

After check issues for python-pyglet I've found a few attempts to pack it
already in:

- 48467 [PATCH] gnu: Add python-pyglet.
;;; Copyright © 2021 Adam Kandur <kefironpremise@gmail.com>
- 50505 [PATCH 00/12] gnu: Add python-manim
;;; Copyright © 2021 Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>
- 52116 [PATCH 0/2] gnu: Add printrun.
;;; Copyright © 2021 Morgan Smith <Morgan.J.Smith@outlook.com>
- 67131 [PATCH 0/7] gnu: Add tuxemon.
;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org>

This patch series introduces a new module - python-graphics (following naming
style taken from rust-team), and the latest python-pyglet with all bindings
implemented. Some tests are disabled, but most of them passed and module loads
successfly.

In the future I'd like to move some related packages from chunky python-xyz
into python-graphics.

Thanks,
Oleg

Sharlatan Hellseher (2):
  gnu: Add packages/python-graphics module.
  gnu: Add python-pyglet.

 gnu/local.mk                     |   1 +
 gnu/packages/python-graphics.scm | 178 +++++++++++++++++++++++++++++++
 2 files changed, 179 insertions(+)
 create mode 100644 gnu/packages/python-graphics.scm


base-commit: 053accdde356eaf84751b16d3aaf1425f410a70b
-- 
2.46.0





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-11 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 15:25 [bug#73747] [PATCH 0/2] gnu: Add python-pyglet Sharlatan Hellseher
2024-10-11 17:40 ` [bug#73747] [PATCH 1/2] gnu: Add packages/python-graphics module Sharlatan Hellseher
2024-10-11 17:50 ` [bug#73747] [PATCH 2/2] gnu: Add python-pyglet Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).