CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/09/23 07:38:23
Modified files:
devel/py-testpath: Makefile distinfo
devel/py-testpath/pkg: PLIST
Added files:
devel/py-testpath/patches: patch-setup_py
Log message:
Update devel/py-testpath 0.3.1 -> 0.4.2
bring us up to date. Switch over to using MODPY_SETUPTOOLS and
MODPY_PYTEST which removes the need for py-nose in TEST_DEPENDS.
Drop the unnecessary MODPY_FLAVOR off of py-pathlib since that is
in a conditional for Python 3 only.
Moving to MODPY_SETUPTOOLS requires patching setup.py to use
setuptools rather than the obsolete distutils.
OK sthen