# -*- 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-dsl
version             8.18.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/elasticsearch/elasticsearch-dsl-py

distname            elasticsearch_dsl-${version}

checksums           rmd160  06fd8f3e8b6edbd8ff5b710577c9ad7834c910fd \
                    sha256  763465dba9eae166add10567e924c65730aa122819b08bfe9a077e91b13b30d1 \
                    size    31886

python.versions     314

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-elasticsearch \
                    port:py${python.version}-elastic-transport \
                    port:py${python.version}-typing_extensions
}
