# -*- 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-pydash version 8.0.5 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers nomaintainer description The kitchen sink of Python utility libraries for doing \ "stuff" in a functional way. Based on the Lo-Dash \ Javascript library. long_description {*}${description} homepage https://github.com/dgilland/pydash checksums rmd160 2c0106350b32a355c6c5200cf5ce96ec1543a035 \ sha256 7cc44ebfe5d362f4f5f06c74c8684143c5ac481376b059ff02570705523f9e2e \ size 164861 python.versions 39 310 311 312 313 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-typing_extensions }