# -*- 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-grapheme
version             0.6.0
revision            0

categories-append   devel
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         {@catap korins.ky:kirill} openmaintainer

description         Unicode grapheme helpers
long_description    ${description}

homepage            https://github.com/alvinlindstam/grapheme

checksums           rmd160  1997cabe5c3b15bd1b3699c521e158528d1fad7b \
                    sha256  44c2b9f21bbe77cfb05835fec230bd435954275267fea1858013b102f8603cca \
                    size    207306

python.versions     37 38 39 310

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

    livecheck.type  none
}
