Files
2026-02-06 07:34:37 -06:00

33 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-pendulum
version 3.2.0
revision 0
license MIT
maintainers nomaintainer
description Python datetimes made easy
long_description Pendulum is a Python package to ease datetimes \
manipulation. It provides classes that are drop-in \
replacements for the native ones (they inherit from them).
homepage https://pypi.python.org/pypi/${python.rootname}/
checksums rmd160 d9df6db1aad245c1dfc579e18fc82c3fadd63c6d \
sha256 e80feda2d10fa3ff8b1526715f7d33dcb7e08494b3088f2c8a3ac92d4a4331ce \
size 86912
python.versions 310 311 312 313 314
python.pep517_backend \
maturin
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-dateutil \
port:py${python.version}-tzdata
}