# -*- 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        dabeaz me-al 0f2e04aecff88b73a25fe69e789f3ade26683866
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-${github.project}
version             2018.11.24
revision            0
categories-append   lang
license             none
platforms           {darwin any}
supported_archs     noarch

python.versions     310

maintainers         nomaintainer

description         Meẗal - The Decorator

long_description    {*}${description}. You, my friend, need \
                    to apply Meẗal--as in Heavy Metal.

checksums           rmd160  5c9b09ce1384078816699fba0fc6d772e1a9cf49 \
                    sha256  46f4f26bf117df0cdcbff8328b6f257c128121e9b1f74ef80eda1c938b30bee4 \
                    size    3849

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