1 { lib, buildPythonPackage, fetchPypi, six }:
3 buildPythonPackage rec {
9 sha256 = "U0f3HoKz6Zdtxlfwne0r/jm6jWd3yoGlssVsMBIcSW4=";
12 propagatedBuildInputs = [ six ];
15 homepage = "https://github.com/MeirKriheli/python-bidi";
16 description = "Pure python implementation of the BiDi layout algorithm";
17 platforms = platforms.unix;
18 maintainers = with maintainers; [ freezeboy ];