diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-13 11:09:06 +0000 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-21 21:52:39 +0100 |
| commit | 00c5a3859d1794fc2e37c580144293f04c180caa (patch) | |
| tree | 82b87a81d697aa87b7ddb17eb3ad3b1faf2faa91 /gnu/packages/python-science.scm | |
| parent | f8e2f21a82e9f362cd266ff0f742ffe374ac47dc (diff) | |
gnu: python-seekpath: Move to (gnu packages physics).
* gnu/packages/python-science.scm (python-seekpath): Move from here…
* gnu/packages/physics.scm (python-seekpath): …to here.
Change-Id: I67d060c3c5aeebe117b7d5cdeac0666a46e8f270
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index b704539996f..5fe4f0fe124 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -6498,41 +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-seekpath | ||
| 6502 | (package | ||
| 6503 | (name "python-seekpath") | ||
| 6504 | (version "2.1.0") | ||
| 6505 | (source | ||
| 6506 | (origin | ||
| 6507 | (method url-fetch) | ||
| 6508 | (uri (pypi-uri "seekpath" version)) | ||
| 6509 | (sha256 | ||
| 6510 | (base32 "1i2jhjc4ikd31v8wkxzfrvhwlv0dlzpkysf3lkafcql2c9wwbkii")))) | ||
| 6511 | (build-system pyproject-build-system) | ||
| 6512 | (arguments | ||
| 6513 | (list | ||
| 6514 | #:phases | ||
| 6515 | #~(modify-phases %standard-phases | ||
| 6516 | (replace 'check | ||
| 6517 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 6518 | (when tests? | ||
| 6519 | (invoke "pytest" "-vv" "tests"))))))) | ||
| 6520 | (propagated-inputs | ||
| 6521 | (list python-numpy | ||
| 6522 | python-scipy | ||
| 6523 | python-spglib)) | ||
| 6524 | (native-inputs | ||
| 6525 | (list python-pytest | ||
| 6526 | python-setuptools)) | ||
| 6527 | (home-page "https://github.com/giovannipizzi/seekpath") | ||
| 6528 | (synopsis "K-path finder for band structure calculations") | ||
| 6529 | (description | ||
| 6530 | "SeeK-path is a Python module to obtain band paths in the Brillouin zone | ||
| 6531 | of crystal structures. It automatically detects Bravais lattice types and | ||
| 6532 | generates k-point labels and band paths following crystallographic | ||
| 6533 | conventions.") | ||
| 6534 | (license license:expat))) | ||
| 6535 | |||
| 6536 | (define-public python-orsopy | 6501 | (define-public python-orsopy |
| 6537 | (package | 6502 | (package |
| 6538 | (name "python-orsopy") | 6503 | (name "python-orsopy") |
