Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2023 17:07:03 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d1a9d29ba7fb - main - devel/py-zclockfile: drop TEST_DEPENDS
Message-ID:  <202310021707.392H73LG053620@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm:

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

commit d1a9d29ba7fbe99b298c0a881c9d30a6c07c8bca
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-10-02 17:05:26 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-10-02 17:05:26 +0000

    devel/py-zclockfile: drop TEST_DEPENDS
    
    zope-testing port was removed earlier, so this option doesn't work now.
    
    PR:             274167
    Reported by:    madpilot
---
 devel/py-zclockfile/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/devel/py-zclockfile/Makefile b/devel/py-zclockfile/Makefile
index f2ea21eb5a2f..70cbd1ec2ea7 100644
--- a/devel/py-zclockfile/Makefile
+++ b/devel/py-zclockfile/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	zclockfile
 DISTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +14,9 @@ WWW=		https://pypi.org/project/zc.lockfile/
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.testing>0:devel/py-zope.testing@${PY_FLAVOR}
-
 USES=		python
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
 
-do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} setup.py test
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310021707.392H73LG053620>