[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64134] [PATCH 01/17] gnu: Add python-holidays.
From: |
Vinicius Monego |
Subject: |
[bug#64134] [PATCH 01/17] gnu: Add python-holidays. |
Date: |
Sat, 17 Jun 2023 15:18:24 +0000 |
* gnu/packages/python-xyz.scm (python-holidays): New variable.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9ba17c509b..51e6da8d21 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30797,6 +30797,28 @@ (define-public python-csb43
spreadsheet), CSV, TSV, XLS, XLSX (Microsoft Excel spreadsheet), and YAML.")
(license license:lgpl3)))
+(define-public python-holidays
+ (package
+ (name "python-holidays")
+ (version "0.26")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "holidays" version))
+ (sha256
+ (base32
+ "05c999q41b41av061l1j6kk4ys0jcdpby0iqgmqzrj2ljwd43y73"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest))
+ (propagated-inputs (list python-dateutil))
+ (home-page "https://github.com/dr-prodigy/python-holidays")
+ (synopsis "Generate and work with holidays in Python")
+ (description
+ "This package provides a Python library for generating country- and
+subdivision- (e.g. state or province) specific sets of government-designated
+holidays on the fly. It aims to make determining whether a specific date is
+a holiday as fast and flexible as possible.")
+ (license license:expat)))
+
(define-public python-febelfin-coda
(package
(name "python-febelfin-coda")
--
2.34.1
- [bug#64134] [PATCH 00/17] Add some Python financial libraries., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 01/17] gnu: Add python-holidays.,
Vinicius Monego <=
- [bug#64134] [PATCH 02/17] gnu: Add python-multitasking., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 03/17] gnu: Add python-yfinance., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 09/17] gnu: Add python-arch., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 04/17] gnu: Add python-pandas-datareader., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 05/17] gnu: Add python-ffn., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 06/17] gnu: Add python-bt., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 08/17] gnu: Add python-interface-meta., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 07/17] gnu: Add python-pyhdfe., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 10/17] gnu: Add python-alpha-vantage., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 11/17] gnu: Add python-ascii-magic., Vinicius Monego, 2023/06/17