# -*- 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-blinker version 1.6.2 revision 0 license MIT BSD categories-append devel maintainers {aronnax @lpsinger} openmaintainer description Fast, simple object-to-object and broadcast signaling long_description \ Blinker provides a fast dispatching system that allows any number of \ interested parties to subscribe to events, or \"signals\". Signal \ receivers can subscribe to specific senders or receive signals sent \ by any sender. platforms {darwin any} supported_archs noarch homepage https://blinker.readthedocs.io checksums sha256 4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213 \ rmd160 549652ed6e69930cfc52fe6525773f03cdbb52c2 \ size 28699 python.versions 27 36 38 39 310 311 312 if {${name} ne ${subport}} { if {${python.version} < 37} { version 1.4 checksums sha256 471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6 \ rmd160 54a649ae37e54924ebfe75149c3d19b0d25aa1a4 \ size 111476 python.pep517 no depends_build-append \ port:py${python.version}-setuptools python.test_framework nose } if {${python.version} >= 37} { depends_test-append \ port:py${python.version}-pytest-asyncio } test.run yes livecheck.type none }