# -*- 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.11
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

checksums           rmd160  9405a5bfe9e88d7bae9b145315c1c639cb4ee030 \
                    sha256  034090c597af250d699299d7e7f1e83eb016f9e47b3b707bd89ab2bdec77bce0 \
                    size    57647

python.versions     310 311 312 313 314

python.pep517_backend \
                    maturin
