From: Rick Huijzer <ikbenrickhuyzer@gmail.com>
To: 74264@debbugs.gnu.org
Cc: Rick Huijzer <ikbenrickhuyzer@gmail.com>
Subject: [bug#74264] [PATCH] add python-pyet
Date: Fri, 8 Nov 2024 18:17:50 +0100 [thread overview]
Message-ID: <20241108171808.584587-1-ikbenrickhuyzer@gmail.com> (raw)
Change-Id: Ia2be23aeb83911aa93869f82cf0667da8af509c4
---
gnu/packages/python-science.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index f38992a1c2..f55ec8cac5 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -26,6 +26,7 @@
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de>
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3576,6 +3577,34 @@ (define-public python-pynsee
compagnies.")
(license license:expat)))
+(define-public python-pyet
+ (package
+ (name "python-pyet")
+ (version "1.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyet" version))
+ (sha256
+ (base32 "1dblsx0bv1g453hcx5vwij1zgankwgwvhwllqkn47k578h038xvy"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "nosetests")))))))
+
+ (propagated-inputs (list python-pandas python-xarray))
+ (native-inputs (list python-mock python-nose))
+ (home-page "https://github.com/pyet-org/pyet")
+ (synopsis "Python package for evapotranspiration calculation")
+ (description
+ "This package provides a Python library for calculating Evapotranspiration
+ using various standard methods.")
+ (license license:expat)))
+
(define-public python-libneuroml
(package
(name "python-libneuroml")
base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
--
2.47.0
next reply other threads:[~2024-11-08 17:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-08 17:17 Rick Huijzer [this message]
2024-11-18 23:36 ` bug#74264: [PATCH] add python-pyet Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241108171808.584587-1-ikbenrickhuyzer@gmail.com \
--to=ikbenrickhuyzer@gmail.com \
--cc=74264@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).