Hi,
i'm evaluating ronin as a possible build system for a FPGA project. One of my needs is that it works on Linux and Windows. That's why i look for build systems based on python.
ronin uses blessings, which in turn uses fcntl. Both of these modules are not cross-platform.
I'm wondering why you're using those modules and if you intended ronin to be cross-platform?
At least your PyPI entry has the tag 'OS Independent'.
Hi,
i'm evaluating ronin as a possible build system for a FPGA project. One of my needs is that it works on Linux and Windows. That's why i look for build systems based on python.
ronin uses blessings, which in turn uses fcntl. Both of these modules are not cross-platform.
I'm wondering why you're using those modules and if you intended ronin to be cross-platform?
At least your PyPI entry has the tag 'OS Independent'.