You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
820 B
Tcl
24 lines
820 B
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-tzdata
|
|
version 2026.2
|
|
revision 0
|
|
|
|
license Apache-2
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description tzdata: Python package providing IANA time zone data
|
|
long_description {*}${description}
|
|
homepage https://github.com/python/tzdata
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 c0c4ef57c61124702371adafe0221f4e6993bb65 \
|
|
sha256 9173fde7d80d9018e02a662e168e5a2d04f87c41ea174b139fbef642eda62d10 \
|
|
size 198254
|
|
|
|
python.versions 310 311 312 313 314
|