K 10 svn:author V 5 dbaio K 8 svn:date V 27 2018-07-11T19:15:15.533096Z K 7 svn:log V 564 textproc/py-pystemmer: Fix build with Python 3.7 setup.py contains a conditional checking if it can import cython. If not, the included (but stale) src/Stemmer.c is used. Add in cython as a build dependency to force regeneration of the C file from the actual source src/Stemmer.pyx. Also bump PORTREVISION to reflect possible differences between included and regenerated src/Stemmer.c. https://github.com/snowballstem/pystemmer/issues/18 PR: 229629 Submitted by: Charlie Li Reported by: Pascal Christen END