git: aa866cebbd77 - main - devel/py-pytest-plus: update to 0.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Feb 2025 13:02:02 UTC
The branch main has been updated by matthew:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa866cebbd77ce2ef31398761e5d15b9fcd9e166
commit aa866cebbd77ce2ef31398761e5d15b9fcd9e166
Author: Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2025-02-22 12:58:59 +0000
Commit: Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2025-02-22 13:02:01 +0000
devel/py-pytest-plus: update to 0.8.1
* Update WWW
* Add TEST_ENV
* Require pytest>=7.4.2
* Require python>=3.10
Changes: https://github.com/pytest-dev/pytest-plus/releases/tag/v0.8.1
Reported by: repology
---
devel/py-pytest-plus/Makefile | 10 ++++++----
devel/py-pytest-plus/distinfo | 6 +++---
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/devel/py-pytest-plus/Makefile b/devel/py-pytest-plus/Makefile
index e36e72971f69..505d10d1b99c 100644
--- a/devel/py-pytest-plus/Makefile
+++ b/devel/py-pytest-plus/Makefile
@@ -1,12 +1,13 @@
PORTNAME= pytest-plus
-PORTVERSION= 0.7.0
+PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Pytest plus plugin :: extends pytest functionality
-WWW= https://github.com/pycontribs/pytest-plus
+WWW= https://github.com/pytest-dev/pytest-plus
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -14,11 +15,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0.5:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7.4.2:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.9+
+USES= python:3.10+
USE_PYTHON= autoplist pep517 pytest
+TEST_ENV= LC_ALL=C.UTF-8 PYTHONPATH=${WRKSRC}/src TMPDIR=${WRKDIR}/
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/devel/py-pytest-plus/distinfo b/devel/py-pytest-plus/distinfo
index 2eee1bfe253e..ccc86daa0cf8 100644
--- a/devel/py-pytest-plus/distinfo
+++ b/devel/py-pytest-plus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711643931
-SHA256 (pytest-plus-0.7.0.tar.gz) = 4e958161332d46dab8a2ce5f354e4c5e79508984b66605c5e789bf1220f1c669
-SIZE (pytest-plus-0.7.0.tar.gz) = 13235
+TIMESTAMP = 1740227652
+SHA256 (pytest_plus-0.8.1.tar.gz) = 02dfb28f1a914e8df3b6e3525df7e94feabc0681ecea626912e8028e9355f02c
+SIZE (pytest_plus-0.8.1.tar.gz) = 15444