Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 23:53:00 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: 1df1577a5f4e - main - devel/py-pytest-subtests: Update to 0.11.0
Message-ID:  <202305272353.34RNr0u7060844@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=1df1577a5f4eba49d1a0ad92d5655d312da4652d

commit 1df1577a5f4eba49d1a0ad92d5655d312da4652d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 23:23:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 23:44:03 +0000

    devel/py-pytest-subtests: Update to 0.11.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst
---
 devel/py-pytest-subtests/Makefile | 8 +++++---
 devel/py-pytest-subtests/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/devel/py-pytest-subtests/Makefile b/devel/py-pytest-subtests/Makefile
index 21062684575e..be97615b5f01 100644
--- a/devel/py-pytest-subtests/Makefile
+++ b/devel/py-pytest-subtests/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-subtests
-PORTVERSION=	0.10.0
+PORTVERSION=	0.11.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +11,15 @@ WWW=		https://github.com/pytest-dev/pytest-subtests
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2.3:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.28,1:devel/py-pytest-xdist@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pytest-subtests/distinfo b/devel/py-pytest-subtests/distinfo
index 01c92e5ed902..f655926fafc2 100644
--- a/devel/py-pytest-subtests/distinfo
+++ b/devel/py-pytest-subtests/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771285
-SHA256 (pytest-subtests-0.10.0.tar.gz) = d9961a67c1791e8c1e32dce7a70ed1e54f3b1e641087f2094f2d37087ab7fb17
-SIZE (pytest-subtests-0.10.0.tar.gz) = 11437
+TIMESTAMP = 1685162190
+SHA256 (pytest-subtests-0.11.0.tar.gz) = 51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348bafbe37
+SIZE (pytest-subtests-0.11.0.tar.gz) = 12763



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