You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-holidays
|
|
version 0.84
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Generate country-, subdivision-, and \
|
|
market-specific holiday sets.
|
|
long_description {*}${description} The library provides fast, \
|
|
dict-like access to national, regional, and some \
|
|
financial-market holidays across many jurisdictions.
|
|
|
|
homepage https://github.com/vacanza/holidays
|
|
|
|
checksums rmd160 07267f9a34fbb48855d0f950ca0feba907c435a2 \
|
|
sha256 d604490717c2315e0800269d03c86bf8275e132e4bd140f19d62eb6ccddb5ddc \
|
|
size 797583
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-dateutil
|
|
}
|