Port details |
- py-holidays Generate country, province, and state specific holiday sets on the fly
- 0.9.12 devel
=0 0.9.12Version of this port present on the latest quarterly branch. - Maintainer: gmm@tutanota.com
 - Port Added: 2019-09-03 15:45:16
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: python
- License: MIT
- Description:
- A fast, efficient Python library for generating country, province and state
specific sets of holidays on the fly. It aims to make determining whether a
specific date is a holiday as fast and flexible as possible.
from datetime import date
import holidays
date(2015, 1, 1) in us_holidays # True
date(2015, 1, 2) in us_holidays # False
WWW: https://github.com/dr-prodigy/python-holidays
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}holidays>0:devel/py-holidays@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-holidays/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-holidays
- pkg install py38-holidays
NOTE: This is a Python port. Instead of py38-holidays listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-holidays
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1583606250
SHA256 (holidays-0.9.12.tar.gz) = 3182c4a6fef8d01a829468362ace9c3bba7645873610535fef53454dbb4ea092
SIZE (holidays-0.9.12.tar.gz) = 85685
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-six>0 : devel/py-six@py38
- py38-dateutil>0 : devel/py-dateutil@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-fbprophet
- Configuration Options:
- No options to configure
- Options name:
- devel_py-holidays
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.9.12
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.9.12
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Mar 2021 10:17:44
0.9.12
|
danfe  |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
28 Dec 2020 23:02:15
0.9.12
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
07 Mar 2020 19:01:57
0.9.12
|
dbaio  |
devel/py-holidays: Update to 0.9.12
PR: 244598
Submitted by: Gilbert Morgan <gmm@tutanota.com> (maintainer) |
05 Sep 2019 13:49:58
0.9.11_1
|
dvl  |
Add ${WRKSRC} to LICENSE_FILE
Noticed by: koobs |
04 Sep 2019 11:10:27
0.9.11_1
|
dvl  |
* add python as a secondary virtual category
* use CHEESESHOP, works now.
* set LICENSE_FILE
Thanks
Noticed by: koobs |
03 Sep 2019 15:45:09
0.9.11
|
dvl  |
Add a Python library for generating country, province and state specific sets
of holidays on the fly.
Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email) |
Number of commits found: 8
|