# -*- 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.1.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 9f6929c89501925edbfc3599f2538c8a71cc34b1 \ sha256 66f96303560f41d097bee7d2dc98ffca716fbb3a832c4b3062034c2d45865015 \ size 85930 python.versions 39 310 311 312 313 python.pep517_backend maturin if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-dateutil \ port:py${python.version}-pytzdata }