From 0238ff5351508bf20151943550d9701159bb126f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 12 May 2026 16:19:23 +0100 Subject: gnu: python-pivy: Fix indentation. * gnu/packages/python-graphics.scm (python-pivy): Fix indentation. Change-Id: Ia85695da0d336afe62d8d6e6dd8f4c9b7662147c --- gnu/packages/python-graphics.scm | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index 1652dd1653..5a604e7e88 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm @@ -355,14 +355,14 @@ Design spec without sacrificing ease of use or application performance.") (name "python-pivy") (version "0.6.11") (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coin3d/pivy") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc")))) + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/coin3d/pivy") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc")))) (build-system pyproject-build-system) (arguments (list @@ -377,18 +377,18 @@ Design spec without sacrificing ease of use or application performance.") (("\\$\\{SoQt_INCLUDE_DIRS}") "${Coin_INCLUDE_DIR};${SoQt_INCLUDE_DIRS}"))))))) (native-inputs - (list cmake-minimal swig-4.4)) + (list cmake-minimal swig-4.4)) (inputs - (list python-wrapper - qtbase - libxi - libice - glew - coin3d)) + (list python-wrapper + qtbase + libxi + libice + glew + coin3d)) (home-page "https://github.com/coin3d/pivy") (synopsis "Python bindings to Coin3D") (description - "Pivy provides python bindings for Coin, a 3D graphics library with an + "Pivy provides python bindings for Coin, a 3D graphics library with an Application Programming Interface based on the Open Inventor 2.1 API.") (license license:isc))) -- cgit v1.3