git: b109a75ecfd9 - main - devel/py-voluptuous: Convert to USE_PYTHON=nose

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Jun 2022 16:38:15 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b109a75ecfd9e40c667253a52ac2fa3663f165a0

commit b109a75ecfd9e40c667253a52ac2fa3663f165a0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 16:33:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 16:36:32 +0000

    devel/py-voluptuous: Convert to USE_PYTHON=nose
---
 devel/py-voluptuous/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/devel/py-voluptuous/Makefile b/devel/py-voluptuous/Makefile
index aba0f31d7215..18d8ff0a062f 100644
--- a/devel/py-voluptuous/Makefile
+++ b/devel/py-voluptuous/Makefile
@@ -10,14 +10,9 @@ COMMENT=	Python data validation library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
-
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils nose
 
 NO_ARCH=	yes
 
-do-test:
-	@cd ${WRKSRC} && nosetests-${PYTHON_VER}
-
 .include <bsd.port.mk>