# -*- 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             7.3.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

checksums           rmd160  d575c27f7c39929f29cdf635113e6a94eda979a9 \
                    sha256  0ed75f6ff037e36b2397a8e92cae0ddde79b83adc70a154b8946064cb62f7301 \
                    size    54973

python.versions     39

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