# -*- 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-aenum
version             3.0.0
revision            0
categories-append   devel
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     27 35 36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants.
long_description    ${description}

homepage            https://github.com/ethanfurman/aenum

checksums           rmd160  c169be16b4c019cf241a58a7f25a249502caee70 \
                    sha256  17cd8cfed1ee4b617198c9fabbabd70ebd8f01e54ac29cd6c3a92df14bd86656 \
                    size    118529

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

    livecheck.type      none
}
