diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 22:49:41 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 22:49:41 +0100 |
| commit | e844f7bdbca95657038b787b8cf18ac88f519ea1 (patch) | |
| tree | 4c75a8bfb1ad29ee6bbe225cf716b2308246dfee /gnu/packages/python-xyz.scm | |
| parent | 1ed1b0d618383f229d767587a9bdf6f4c2ca943c (diff) | |
gnu: python-pivy: Move to python-graphics.
* gnu/packages/python-xyz.scm (python-pivy): Move from here ...
* gnu/packages/python-graphics.scm: ... to here.
* gnu/packages/engineering.scm: Add python-graphics module.
Change-Id: I3fd1d43f8c45229531ea82f294ee4eb8042d4f70
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fc9295c2d9..06ba6ce754 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35732,48 +35732,6 @@ implementations.") used to retry a function a given number of times.") (license license:asl2.0))) -(define-public python-pivy - (package - (name "python-pivy") - (version "0.6.8") - (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 "00l4r06dwmgn8h29nrl3g3yv33cfyizyylk28x1j95qyj36sggfb")))) - (build-system python-build-system) - (arguments - (list - ;; The test suite fails due to an import cycle between 'pivy' and '_coin' - #:tests? #f - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'patch-cmake-include-dirs - (lambda _ - ;; Patch buildsystem to respect Coin3D include directory - (substitute* "CMakeLists.txt" - (("\\$\\{SoQt_INCLUDE_DIRS}") - "${Coin_INCLUDE_DIR};${SoQt_INCLUDE_DIRS}"))))))) - (native-inputs - (list cmake swig)) - (inputs - (list python-wrapper - qtbase-5 - 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 -Application Programming Interface based on the Open Inventor 2.1 API.") - (license license:isc))) - (define-public python-crayons (package (name "python-crayons") |
