Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2024 15:02:32 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1eea6cf5795 - main - devel/py-pytest-regtest: update 1.5.1 =?utf-8?Q?=E2=86=92?= 2.1.1
Message-ID:  <202404091502.439F2Wmr039429@gitrepo.freebsd.org>

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

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

commit f1eea6cf5795fdd2da756d3122bd6329fb2721e1
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-04-09 14:14:13 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-04-09 15:02:08 +0000

    devel/py-pytest-regtest: update 1.5.1 → 2.1.1
---
 devel/py-pytest-regtest/Makefile | 6 ++++--
 devel/py-pytest-regtest/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-pytest-regtest/Makefile b/devel/py-pytest-regtest/Makefile
index 95a9db681fbb..22ea98b17180 100644
--- a/devel/py-pytest-regtest/Makefile
+++ b/devel/py-pytest-regtest/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	pytest-regtest
-PORTVERSION=	1.5.1
+PORTVERSION=	2.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pytest_regtest-${PORTVERSION}
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Pytest plugin for regression tests
@@ -12,10 +13,11 @@ WWW=		https://gitlab.com/uweschmitt/pytest-regtest \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils pytest
+USE_PYTHON=	autoplist pep517 pytest
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/py-pytest-regtest/distinfo b/devel/py-pytest-regtest/distinfo
index 5c68df18660c..c3f94b4cc28e 100644
--- a/devel/py-pytest-regtest/distinfo
+++ b/devel/py-pytest-regtest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692617143
-SHA256 (pytest-regtest-1.5.1.tar.gz) = 8deec797dcfd9313756e078bb82410c71a84c6571086bcf74f05d9064e659b57
-SIZE (pytest-regtest-1.5.1.tar.gz) = 10108
+TIMESTAMP = 1712671606
+SHA256 (pytest_regtest-2.1.1.tar.gz) = bd08a6161832378b59ecd4f5815fbe26af7cd091db4a1e710e30476d5f3b8832
+SIZE (pytest_regtest-2.1.1.tar.gz) = 9595



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