Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 06:50:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 48482cfd876c - main - devel/py-asynctest: Convert to USE_PYTHON=pep517
Message-ID:  <202404080650.4386oHYm044521@gitrepo.freebsd.org>

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

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

commit 48482cfd876cd3f58521ba09664d034cdf272c5c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 06:45:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 06:45:50 +0000

    devel/py-asynctest: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 devel/py-asynctest/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/py-asynctest/Makefile b/devel/py-asynctest/Makefile
index 846fc0ffd395..d6d6742dc544 100644
--- a/devel/py-asynctest/Makefile
+++ b/devel/py-asynctest/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	asynctest
 PORTVERSION=	0.13.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +11,12 @@ WWW=		https://github.com/Martiusweb/asynctest
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils unittest
+USE_PYTHON=	autoplist concurrent pep517 unittest
 
 NO_ARCH=	yes
 TEST_ARGS=	discover -s test



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