summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2026-02-13 11:08:27 +0000
committerDanny Milosavljevic <dannym@friendly-machines.com>2026-02-21 21:52:39 +0100
commitf8e2f21a82e9f362cd266ff0f742ffe374ac47dc (patch)
tree3050522a1e4ca90e7ab87b850a25ffc041e76fcf /gnu/packages/python-science.scm
parent59ec18b7b6da3bad0e484fcf9827110b3398d219 (diff)
gnu: python-spglib: Move to (gnu packages physics).
* gnu/packages/python-science.scm (python-spglib): Move from here… * gnu/packages/physics.scm (python-spglib): …to here. Change-Id: I19a757ffbb7ba42065a35e1213b789dae93c645c
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 16466c2515b..b704539996f 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -6498,35 +6498,6 @@ Python style, together with a fast and comfortable execution environment.")
6498 python-setuptools 6498 python-setuptools
6499 python-wheel)))) 6499 python-wheel))))
6500 6500
6501(define-public python-spglib
6502 (package
6503 (name "python-spglib")
6504 (version "2.6.0")
6505 (source
6506 (origin
6507 (method url-fetch)
6508 (uri (pypi-uri "spglib" version))
6509 (sha256
6510 (base32 "1sq8niay87n7hmby6hs628zzpc4apx6kp77cjvyi87hal0mxlvnn"))))
6511 (build-system pyproject-build-system)
6512 (propagated-inputs
6513 (list python-numpy
6514 python-typing-extensions))
6515 (native-inputs
6516 (list cmake-minimal
6517 python-pytest
6518 python-pyyaml
6519 python-scikit-build-core
6520 python-setuptools-scm))
6521 (home-page "https://spglib.readthedocs.io/")
6522 (synopsis "Python bindings for spglib crystal symmetry library")
6523 (description
6524 "Spglib is a library for finding and handling crystal symmetries written
6525in C. This package provides Python bindings for spglib, allowing Python
6526programs to find symmetry operations, identify space groups, and perform
6527other symmetry-related operations on crystal structures.")
6528 (license license:bsd-3)))
6529
6530(define-public python-seekpath 6501(define-public python-seekpath
6531 (package 6502 (package
6532 (name "python-seekpath") 6503 (name "python-seekpath")