# -*- 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-bidi
python.rootname     python_bidi
version             0.6.7
revision            0
license             GPL-3
maintainers         nomaintainer
description         Pure python implementation of the BiDi layout algorithm
long_description    {*}${description}
homepage            https://github.com/MeirKriheli/python-bidi

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  8d26caad9e6814f2f608437b7ce58d571e5f9215 \
                    sha256  c10065081c0e137975de5d9ba2ff2306286dbf5e0c586d4d5aec87c856239b41 \
                    size    45503

python.versions     39 310 311 312 313

python.pep517_backend \
                    maturin
