# -*- 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-aiojobs version 1.2.1 license Apache-2 supported_archs noarch platforms {darwin any} maintainers {toby @tobypeterson} openmaintainer description Jobs scheduler for managing background task long_description Jobs scheduler for managing background task (asyncio). The \ library gives controlled way for scheduling background tasks \ for asyncio applications. homepage https://github.com/aio-libs/aiojobs checksums rmd160 50107fb88e557dae32bba843acc55801852d3aa9 \ sha256 59d6e7ad7829e9d0f73bfceeae28153b541be6b0959a08cc5ceb222717c888ff \ size 135182 python.versions 38 39 310 311 312 python.pep517 yes if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-aiohttp \ if {${python.version} < 311} { depends_lib-append port:py${python.version}-async-timeout } livecheck.type none }