# -*- 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-elasticsearch version 8.9.0 revision 0 platforms {darwin any} supported_archs noarch license Apache-2 maintainers nomaintainer description Python client for Elasticsearch long_description {*}${description} homepage https://github.com/elastic/elasticsearch-py checksums rmd160 3f197083f5c342bd41aeab0e990f35f59c4320cc \ sha256 d3367fc013e04fc7aad349a6de9fad1ee04fb6d627b0e7896aa505c12fde5e04 \ size 313760 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-certifi \ port:py${python.version}-urllib3 }