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

python.versions     37 38 39

maintainers         {gmail.com:davidgilman1 @dgilman} openmaintainer

description         A pure Python Levenshtein implementation that's not \
                    freaking GPL'd.
long_description    ${description}

homepage            https://github.com/toastdriven/pylev

checksums           rmd160  1d5d5afc09e506faa6c7495b4d55841669a080dd \
                    sha256  063910098161199b81e453025653ec53556c1be7165a9b7c50be2f4d57eae1c3 \
                    size    3193

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