scrapinghub / python-crfsuite

A python binding for crfsuite
MIT License
769 stars 223 forks source link

Sort input file list #115

Closed bmwiedemann closed 4 years ago

bmwiedemann commented 4 years ago

Sort input file list so that /usr/lib64/python2.7/site-packages/pycrfsuite/_pycrfsuite.so in openSUSE's python-python-crfsuite package builds in a reproducible way in spite of indeterministic filesystem readdir order and http://bugs.python.org/issue30461

See https://reproducible-builds.org/ for why this is good.

kmike commented 4 years ago

Thanks @bmwiedemann!