From 4ead8b6228611a8740bf652d1b49556641a7c7cf Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Wed, 11 Jul 2018 01:19:10 -0400 Subject: [PATCH] textproc/py-pystemmer: force cythoning src/Stemmer.pyx This fixes a build error on python 3.7, as the src/Stemmer.c included in PyPi is stale. PR: 229629 --- textproc/py-pystemmer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git textproc/py-pystemmer/Makefile textproc/py-pystemmer/Makefile index 16699b88378d..29986d343a4d 100644 --- textproc/py-pystemmer/Makefile +++ textproc/py-pystemmer/Makefile @@ -3,7 +3,7 @@ PORTNAME= pystemmer PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP \ http://snowball.tartarus.org/wrappers/ @@ -17,7 +17,7 @@ LICENSE= MIT BSD3CLAUSE LICENSE_COMB= dual USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist cython post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer.so -- 2.18.0