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.3
|
|
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 2b96d854c87a2df7e810ed2058b18518cbc7308b \
|
|
sha256 4a1518b8993086a7982523e071643f3c0e5f213e75b21318e78bcabfff9d1415 \
|
|
size 198674
|
|
|
|
python.versions 310 311 312 313 314
|