Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2023 18:17:43 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 22a170e2b908 - main - devel/py-pytest-forked: Update version 1.4.0=>1.6.0
Message-ID:  <202304191817.33JIHh54072540@gitrepo.freebsd.org>

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

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

commit 22a170e2b90877fb839fb1b52e9cd9162691c58a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-19 18:08:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-19 18:17:25 +0000

    devel/py-pytest-forked: Update version 1.4.0=>1.6.0
    
    - Convert to USE_PYTHON=pytest
    
    Changelog:
    https://github.com/pytest-dev/pytest-forked/blob/master/CHANGELOG.rst
---
 devel/py-pytest-forked/Makefile | 9 +++------
 devel/py-pytest-forked/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/devel/py-pytest-forked/Makefile b/devel/py-pytest-forked/Makefile
index a8ba838d9997..722f8840bbcc 100644
--- a/devel/py-pytest-forked/Makefile
+++ b/devel/py-pytest-forked/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-forked
-PORTVERSION=	1.4.0
+PORTVERSION=	1.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,12 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.10:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
-do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
-
 .include <bsd.port.mk>
diff --git a/devel/py-pytest-forked/distinfo b/devel/py-pytest-forked/distinfo
index 8df1ea31ff0f..959613b7e011 100644
--- a/devel/py-pytest-forked/distinfo
+++ b/devel/py-pytest-forked/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646763375
-SHA256 (pytest-forked-1.4.0.tar.gz) = 8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e
-SIZE (pytest-forked-1.4.0.tar.gz) = 10197
+TIMESTAMP = 1681927363
+SHA256 (pytest-forked-1.6.0.tar.gz) = 4dafd46a9a600f65d822b8f605133ecf5b3e1941ebb3588e943b4e3eb71a5a3f
+SIZE (pytest-forked-1.6.0.tar.gz) = 9977



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