# -*- 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-ratelim platforms {darwin any} license MIT maintainers {ra1nb0w @ra1nb0w} openmaintainer description Makes it easy to respect rate limits. long_description {*}${description} homepage https://github.com/themiurgo/ratelim supported_archs noarch version 0.1.6 checksums rmd160 3a288f9d243aaa8130d45d2003d54a978550e2f4 \ sha256 826d32177e11f9a12831901c9fda6679fd5bbea3605910820167088f5acbb11d \ size 2793 revision 0 python.versions 38 39 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-decorator }