On Sat, Jan 25, 2020 at 07:42:24AM +0100, Björn Ketelaars wrote: > Diff below brings py-seaborn to 0.10.0, which is a major update. Notable > change is that this update is strictly compatible with Python 3.6+.
> There are no consumers of this port. > Changes to the port: > - set MODPY_VERSION in Makefile > - set pkgpath marker in PLIST > - update the list of RDEPs > Testing: > - one failing test: TestAxesStyle.test_reset_orig needs GTK3Agg as > backend. This is also the case with the version in ports > - run tested on amd64 with some work related tools > Comments/OK? > TEST_DEPENDS = ${RUN_DEPENDS} \ > devel/py-nose${MODPY_FLAVOR} If you can get rid of ${RUN_DEPENDS} on TEST_DEPENDS, ok kmos (Unnecessary since MODPY_PYTEST is set to Yes, which automatically adds RUN_DEPENDS to TEST_DEPENDS) --Kurt