# -*- 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-graphene
version             3.4.3
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         GraphQL Framework for Python
long_description    Graphene is an opinionated Python library for \
                    building GraphQL schemas/types fast and easily.

checksums           rmd160  7d196085cd4f61b9f0611a662acbe684f1196bd7 \
                    sha256  2a3786948ce75fe7e078443d37f609cbe5bb36ad8d6b828740ad3b95ed1a0aaa \
                    size    44739

python.versions     313

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-aniso8601 \
                    port:py${python.version}-graphql-core \
                    port:py${python.version}-graphql-relay
}
