From fac726a4ee1ecf44b28f34a4b735010ba3a336dd Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 1 Nov 2024 20:26:03 +0000 Subject: gnu: Add python-hasasia. * gnu/packages/astronomy.scm (python-hasasia): New variable. Change-Id: Iaf6df32037b9435da2731c080578042f1f03867c --- gnu/packages/astronomy.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1afdcd15a9..120ea63dd5 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2395,6 +2395,43 @@ universes of galaxies starting from a catalog of dark matter halos obtained from a cosmological simulation.") (license license:bsd-3))) +(define-public python-hasasia + (package + (name "python-hasasia") + (version "1.2.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "hasasia" version)) + (sha256 + (base32 "0vs3935c9cqwp44dycxfsv4p9q4zbw8i5z3946928yy0nqmj1aw7")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools + python-wheel)) + (propagated-inputs + (list python-astropy + python-numpy + python-scipy)) + (home-page "https://github.com/Hazboun6/hasasia") + (synopsis "Pulsar timing array sensitivity curves calculation in Python") + (description + "This package provides a Python package to calculate gravitational-wave +sensitivity curves for pulsar timing arrays. + +Features: +@itemize +@item pulsar transmission functions +@item inverse-noise-weighted transmission functions +@item individual pulsar sensitivity curves +@item pulsar timing array sensitivity curves as characteristic strain, strain +sensitivity or energy density +@item power-law integrated sensitivity curves +@item sensitivity sky maps for pulsar timing arrays +@end itemize") + (license license:expat))) + (define-public python-healpy (package (name "python-healpy") -- cgit v1.2.3 rch'/>
path: root/tests/guix-style.sh
.scm?id=6d42b87f1d6909d3bfdcbd00cae0d2b03e799eb1'>gnu: dashel: Don't use unstable tarball....* gnu/packages/cpp.scm (dashel)[source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page]: Move down to its conventional spot.
AgeCommit message (Expand)Author
2022-08-08style: Add '--whole-file' option....* guix/scripts/style.scm (format-whole-file): New procedure. (%options, show-help): Add '--whole-file'. (guix-style): Honor it. * tests/guix-style.sh: New file. * Makefile.am (SH_TESTS): Add it. * doc/guix.texi (Invoking guix style): Document it. Ludovic Courtès
Tobias Geerinckx-Rice
2019-06-07gnu: xsimd: Update to 7.2.3....* gnu/packages/cpp.scm (xsimd): Update to 7.2.3. [arguments]: Add a configure flag required to build the tests. Tobias Geerinckx-Rice
2019-06-07gnu: xsimd: Don't use unstable tarball....* gnu/packages/cpp.scm (xsimd)[source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page]: Move down to its conventional spot. Tobias Geerinckx-Rice
2019-05-11gnu: xtl: Update to 0.6.4....* gnu/packages/cpp.scm (xtl): Update to 0.6.4. Tobias Geerinckx-Rice
2019-04-19gnu: rct: Be more idiomatic....* gnu/packages/cpp.scm (rct): Move the call to 'git-version' into the package definition. [source]: Explicitly include the source URI rather than using 'home-page'. Leo Famulari
2019-01-31gnu: json-modern-cxx: Fetch from git....* gnu/packages/cpp.scm (json-modern-cxx)[source]: Use GIT-FETCH. [source](snippet): End on #t. Marius Bakke
2019-01-21gnu: libzen: Fix sha256 and remove manual autogen.sh....* gnu/packages/cpp.scm (libzen)[source]: Fix sha256. [arguments]: Remove manual autogen.sh. Pierre Neidhardt
2018-09-03Fix some typos....* doc/guix.texi (Sound Services, DNS Services): Fix typos. * gnu/packages/cpp.scm (json-modern-cxx)[description]: Likewise. * gnu/packages/emacs.scm (emacs-fancy-narrow)[synopsis, description]: Likewise. Edit & mark up while we're here. * gnu/packages/mail.scm (alot)[synopsis, description]: Ditto. Tobias Geerinckx-Rice
2018-08-18gnu: xtl: Update to 0.4.14....* gnu/packages/cpp.scm (xtl): Update to 0.4.14. [source]: Use git-fetch. Kei Kebreau