summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2026-02-13 11:06:01 +0000
committerDanny Milosavljevic <dannym@friendly-machines.com>2026-02-21 21:52:39 +0100
commit8154e1d07b61245f59edf101f7c25a8307e63c98 (patch)
treecbace50ef8637196a0a7c68e205aa2aef4045aa7 /gnu/packages/python-science.scm
parent2e7ae98c245ddb9fd2181260a4be7c47116bdc77 (diff)
gnu: python-pycifrw: Move to (gnu packages physics).
* gnu/packages/python-science.scm (python-pycifrw): Move from here… * gnu/packages/physics.scm (python-pycifrw): …to here. Change-Id: I5b0f5ccb148b555d898a4584da9eb6897ad3126e
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index aded33595fe..aa262a79de9 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -6647,33 +6647,6 @@ Organization (ORSO). It includes utilities for working with reflectometry
6647data files and the ORSO file format.") 6647data files and the ORSO file format.")
6648 (license license:expat))) 6648 (license license:expat)))
6649 6649
6650(define-public python-pycifrw
6651 (package
6652 (name "python-pycifrw")
6653 (version "4.4.6")
6654 (source
6655 (origin
6656 (method url-fetch)
6657 (uri (pypi-uri "PyCifRW" version))
6658 (sha256
6659 (base32 "05ggj4l9cir02m593azhl03wfjimx3rvwbznpx01bdqawxsmkgq2"))))
6660 (build-system pyproject-build-system)
6661 (arguments
6662 ;; Tests are not included in the PyPI tarball.
6663 (list #:tests? #f))
6664 (propagated-inputs
6665 (list python-numpy python-ply))
6666 (native-inputs
6667 (list python-setuptools)) ; build-backend = setuptools.build_meta
6668 (home-page "https://github.com/jamesrhester/pycifrw")
6669 (synopsis "CIF file reader and writer")
6670 (description
6671 "PyCifRW provides support for reading and writing CIF (Crystallographic
6672Information File) format files. CIF is the standard format for
6673crystallographic data exchange endorsed by the International Union of
6674Crystallography.")
6675 (license license:psfl)))
6676
6677(define-public python-euphonic 6650(define-public python-euphonic
6678 (package 6651 (package
6679 (name "python-euphonic") 6652 (name "python-euphonic")