./converters/py-bidi, Pure Python implementation of the BiDi layout algorithm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.6, Package name: py312-bidi-0.6.6, Maintainer: pkgsrc-users

Bi-directional (BiDi) layout implementation in pure Python.


Master sites:

Filesize: 44.045 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-15 14:37:06 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-bidi: added cargo-depends.mk
   2025-04-13 09:38:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-bidi: updated to 0.6.6

0.6.6

* Upgraded to macos-13 runner (as 12 is not available anymore).

0.6.5

* Revert "Added pypy3.11 to build"

0.6.4

* Added pypy3.11 to build
* Removed pypy3.8 from build, not suppurted
* Bumped pyo3 to 0.23.3, drops pypy3.7 and pypy3.8
* Bumped unicode-bidi to 0.3.18

0.6.3

* Updated pyo3 to 0.22.4
* Python 3.13 wheels are finally working

0.6.2

* Added check-latest to the build

0.6.1

* Bumped to build Python 3.13 wheels

0.6.0

* Added implemention selection (Python or Rust) to pybidi cli,
  respecting backward comapt
* Restored older algorithm, supports both implementations
* Modernize and simplify Python code (Thanks Christian Clauss)
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-04-28 11:53:18 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
py-bidi: added version 0.4.2

Bi-directional (BiDi) layout implementation in pure Python.