2020-04-17 18:58:32 by David H. Gutteridge | Files touched by this commit (1) |
Log message: py-ICU: requires C++11 |
2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) | |
Log message: Recursive revision bump after textproc/icu update |
2020-03-24 05:08:55 by David H. Gutteridge | Files touched by this commit (3) |
Log message: py-ICU: fix SunOS build The code should perhaps just refer to fcntl.h not sys/fcntl.h, but I've special-cased SunOS for the chance "sys" is intended for portability to an OS I'm not familiar with, for "simplicity". |
2020-03-21 18:02:14 by David H. Gutteridge | Files touched by this commit (3) |
Log message: py-ICU: get it to build on NetBSD There's more than one way to address the home-brewed build configuration in use. For now, play along and add NetBSD to all the places that want OS-specific entries. (Another way would be to populate all the environment variables setup.py uses for alternate configuration sourcing via the pkgsrc make file. Then we wouldn't have to patch setup.py at all.) While here, also add TEST_DEPENDS entries. |
2020-03-20 10:26:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-ICU: updated to 2.4.3 Version 2.4.2 -> 2.4.3 - added Char.getPropertyValueName() and Char.getPropertyValueEnum() - fixed build errors with PythonReplaceable for ICU < 55 |
2020-02-09 22:20:21 by Jaromir Dolecek | Files touched by this commit (1) |
Log message: fix MAINTAINER to pkgsrc-users |
2020-02-09 22:11:29 by Jaromir Dolecek | Files touched by this commit (4) |
Log message: Add module for PyICU - Python extension wrapping the ICU C++ libraries |