You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
883 B
Tcl
30 lines
883 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-pytzdata
|
|
version 2020.1
|
|
revision 0
|
|
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description The Olson timezone database for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/sdispater/pytzdata
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
checksums rmd160 d07e9b541ee731bd258118a4eb0cda698945b065 \
|
|
sha256 3efa13b335a00a8de1d345ae41ec78dd11c9f8807f522d39850f2dd828681540 \
|
|
size 281719
|
|
|
|
patchfiles-append use-poetry-core.patch
|
|
|
|
python.pep517_backend \
|
|
poetry
|