mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-particle.
* gnu/packages/python-science.scm (python-particle): New variable. Change-Id: Ib2462e25aadba797532c005a3b4d4e4a238a611e
This commit is contained in:
parent
1c17f30d9b
commit
dae5362436
1 changed files with 28 additions and 0 deletions
|
@ -1405,6 +1405,34 @@ constants in the HEP System of Units, as derived from the basic units
|
|||
originally defined by the CLHEP project.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-particle
|
||||
(package
|
||||
(name "python-particle")
|
||||
(version "0.25.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "particle" version))
|
||||
(sha256
|
||||
(base32 "0as50k5hinxszsm6lnghnmx2cyjy77c0i2gvzf2q64g2x5b7xkvq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-attrs
|
||||
python-hepunits
|
||||
python-typing-extensions))
|
||||
(native-inputs (list python-hatch-vcs
|
||||
python-hatchling
|
||||
python-pandas
|
||||
python-pytest
|
||||
python-pytest-benchmark
|
||||
python-tabulate))
|
||||
(home-page "https://github.com/scikit-hep/particle")
|
||||
(synopsis "Extended PDG particle data and MC identification codes")
|
||||
(description
|
||||
"@code{Particle} provides a pythonic interface to the Particle Data Group
|
||||
(PDG) particle data tables and particle identification codes, with extended
|
||||
particle information and extra goodies.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-trimesh
|
||||
(package
|
||||
(name "python-trimesh")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue