Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:23 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: 0396f3f4362c - main - devel/py-pytest-twisted: Update to 1.14.1
Message-ID:  <202403310340.42V3eNKM087492@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=0396f3f4362c5f7b9df8f07bc736d0350dc84608

commit 0396f3f4362c5f7b9df8f07bc736d0350dc84608
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:42 +0000

    devel/py-pytest-twisted: Update to 1.14.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/pytest-dev/pytest-twisted/releases
---
 devel/py-pytest-twisted/Makefile | 6 ++++--
 devel/py-pytest-twisted/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-pytest-twisted/Makefile b/devel/py-pytest-twisted/Makefile
index 32e5656dfcf9..a0594c842374 100644
--- a/devel/py-pytest-twisted/Makefile
+++ b/devel/py-pytest-twisted/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-twisted
-PORTVERSION=	1.14.0
+PORTVERSION=	1.14.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,14 @@ WWW=		https://github.com/pytest-dev/pytest-twisted
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=2.3:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pytest-twisted/distinfo b/devel/py-pytest-twisted/distinfo
index d85d0f8eaced..ce5c249c8e22 100644
--- a/devel/py-pytest-twisted/distinfo
+++ b/devel/py-pytest-twisted/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057845
-SHA256 (pytest-twisted-1.14.0.tar.gz) = 209bf5a6452cfbfb61de8f015902c14ec8126400911507074bb2ee4ce8dfe313
-SIZE (pytest-twisted-1.14.0.tar.gz) = 15147
+TIMESTAMP = 1711466170
+SHA256 (pytest-twisted-1.14.1.tar.gz) = a9b18bc9fca47d2886f8efe3fd27879a81f1c0bb49f1c560666c9e764491b632
+SIZE (pytest-twisted-1.14.1.tar.gz) = 15037



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