all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52608] [PATCH]: FreeCAD add python-ply dependency
@ 2021-12-18 20:20 Jacob Hrbek
  2021-12-22  8:11 ` Mathieu Othacehe
  2021-12-31  9:26 ` [bug#52608] [PATCH] FreeCAD: Add python-ply Jacob Hrbek
  0 siblings, 2 replies; 4+ messages in thread
From: Jacob Hrbek @ 2021-12-18 20:20 UTC (permalink / raw)
  To: 52608


[-- Attachment #1.1: Type: text/plain, Size: 408 bytes --]

Fixes: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52606

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index edc0f51d8d..823b4788d7 100644 --- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm @@ -2433,6 +2433,7 @@ (define-public
freecad python-gitpython python-matplotlib python-pivy + python-ply
python-pyside-2 python-pyyaml python-shiboken-2

--
Jacob Hrbek


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

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

* [bug#52608] [PATCH]: FreeCAD add python-ply dependency
  2021-12-18 20:20 [bug#52608] [PATCH]: FreeCAD add python-ply dependency Jacob Hrbek
@ 2021-12-22  8:11 ` Mathieu Othacehe
  2021-12-31  9:26 ` [bug#52608] [PATCH] FreeCAD: Add python-ply Jacob Hrbek
  1 sibling, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2021-12-22  8:11 UTC (permalink / raw)
  To: Jacob Hrbek; +Cc: 52608


Hello Jacob,

Thanks for this fix. Looks like something messed with its
indentation. Could you resend it, maybe using git format-patch && git
send-email?

Thanks,

Mathieu




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

* [bug#52608] [PATCH] FreeCAD: Add python-ply
  2021-12-18 20:20 [bug#52608] [PATCH]: FreeCAD add python-ply dependency Jacob Hrbek
  2021-12-22  8:11 ` Mathieu Othacehe
@ 2021-12-31  9:26 ` Jacob Hrbek
  2021-12-31 10:35   ` bug#52608: " Guillaume Le Vaillant
  1 sibling, 1 reply; 4+ messages in thread
From: Jacob Hrbek @ 2021-12-31  9:26 UTC (permalink / raw)
  To: 52608; +Cc: Jacob Hrbek


[-- Attachment #1.1: Type: text/plain, Size: 699 bytes --]

As mentioned in guix-bug #52606 (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52606) the OpenSCAD workbench in FreeCAD depends on this dependecy to work.

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
---
 gnu/packages/engineering.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index edc0f51d8d..823b4788d7 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2433,6 +2433,7 @@ (define-public freecad
            python-gitpython
            python-matplotlib
            python-pivy
+	   python-ply
            python-pyside-2
            python-pyyaml
            python-shiboken-2
--
2.34.0


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

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

* bug#52608: [PATCH] FreeCAD: Add python-ply
  2021-12-31  9:26 ` [bug#52608] [PATCH] FreeCAD: Add python-ply Jacob Hrbek
@ 2021-12-31 10:35   ` Guillaume Le Vaillant
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-31 10:35 UTC (permalink / raw)
  To: Jacob Hrbek; +Cc: 52608-done

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Patch pushed as b7078d5d49d72cb5e5356d698b99540612b4d6c4 with a complete
commit message.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-12-31 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-18 20:20 [bug#52608] [PATCH]: FreeCAD add python-ply dependency Jacob Hrbek
2021-12-22  8:11 ` Mathieu Othacehe
2021-12-31  9:26 ` [bug#52608] [PATCH] FreeCAD: Add python-ply Jacob Hrbek
2021-12-31 10:35   ` bug#52608: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.