Created attachment 203245 [details] Patch - Update to 0.11.5 - Add testing support
Regarding the test, you have to use nosetests-${PYTHON_VER} rather than nosetests, otherwise the non-default python version would fail. LOCALBASE/bin/nosetests is installed by py-nose of default Python version.
A commit references this bug: Author: sunpoet Date: Sat Mar 30 20:45:48 UTC 2019 New revision: 497359 URL: https://svnweb.freebsd.org/changeset/ports/497359 Log: Add test PR: 236884 Submitted by: amdmi3 Changes: head/devel/py-voluptuous/Makefile
Committed. Thanks!