# -*- 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-funcy
version             2.0
revision            0

license             BSD
supported_archs     noarch
platforms           {darwin any}

maintainers         {gunnar @gunnar} openmaintainer

categories-append   devel
description         Collection of practical functional helpers for Python
long_description    {*}${description}. It provides iterators, decorators, \
                    memoization helpers and other high-level utilities \
                    that make functional-style Python code more convenient.

homepage            https://github.com/Suor/funcy

checksums           rmd160  be5d9cabca615ce01f7f5ecb78b19a18ec71127a \
                    sha256  3963315d59d41c6f30c04bc910e10ab50a3ac4a225868bfa96feed133df075cb \
                    size    537931

python.versions     310 311 312 313 314
