On Wed 01/04/2020 21:10, Paco Esteban wrote: > On Wed, 01 Apr 2020, Paco Esteban wrote: > > > Hi ports@, > > > > This is a new port devel/py-regex. From DESCR: > > > > Alternative regular expression module, to replace re on Python. > > > > This regex implementation is backwards-compatible with the standard 're' > > module, but offers additional functionality. > > > > It's needed by devel/py-dateparser which I sent earlier. > > > > All tests pass on amd64. > > > > ok to import ? > > New version with added WANTLIB.
You should use ${MODPY_WANTLIB} instead of python3.7m: WANTLIB += ${MODPY_WANTLIB} pthread With the above OK bket@