mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
This commit is contained in:
parent
ccd2f3531f
commit
aa866cebbd
2 changed files with 9 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue