summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-15Update to SPDX licensegesh
2024-04-04Remove local-only filesgesh
.gitattributes are useful for local configuration, but they shouldn't have been checked in
2023-12-20Remove pickle import patchgesh
See https://github.com/ssb22/lexconvert/issues/5#issuecomment-1863015869, trusting upstream to have placed enough assertions to gate the cPickle import to only run under python2. This python2/3 difference shouldn't be a problem -- as noted in the link, python2 support is there primarily in order to support MacOS's system voices. Documenting this using a python2 optdepend, even though this is most likely irrelevant on Arch.
2023-12-20Fix build (CRLF line endings)gesh
Upstream uses CRLF line endings, convert to LF (unix) -- python complains otherwise
2023-12-19Initial commitgesh