# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        graphql-python graphene 2.1.8 v
revision            0
name                py-${github.project}
categories-append   devel

license             MIT
maintainers         nomaintainer
platforms           darwin
supported_archs     noarch

description         GraphQL Framework for Python

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

checksums           rmd160  0514b50203c361c36ace337ec3f4d970774e30f5 \
                    sha256  78a4ac433b89b773af98e500ff7c9fd0ce5ce59e5d0a1f5c171f11718d769a6b \
                    size    102143

python.versions     37 38 39

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-setuptools

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

    livecheck.type  none
}
