# -*- 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.9
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  06f733c40ec2dfe8c6adc6d4b7dbcbe8bef59b34 \
                    sha256  001c1769893fd859216b0dc39dd4679c7260bf292c3637b727a928402a254322 \
                    size    57902

python.versions     310 311 312 313 314

python.pep517_backend \
                    maturin
