# -*- 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-jupyter_events version 0.10.0 revision 0 categories-append devel license BSD supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 python.pep517_backend hatch maintainers {stromnov @stromnov} openmaintainer description Jupyter Event System library. long_description {*}${description} homepage https://github.com/jupyter/jupyter_events checksums rmd160 ca63ea9623cf8e836eb159ac8aa219a4dc09c4e8 \ sha256 670b8229d3cc882ec782144ed22e0d29e1c2d639263f92ca8383e66682845e22 \ size 61516 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-referencing \ port:py${python.version}-jsonschema-format-nongpl \ port:py${python.version}-python-json-logger \ port:py${python.version}-yaml \ port:py${python.version}-traitlets \ port:py${python.version}-rfc3339-validator \ port:py${python.version}-rfc3986-validator }