mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
* 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
26 lines
781 B
Makefile
26 lines
781 B
Makefile
PORTNAME= pytest-plus
|
|
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/pytest-dev/pytest-plus
|
|
|
|
LICENSE= MIT
|
|
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>=7.4.2:devel/py-pytest@${PY_FLAVOR}
|
|
|
|
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>
|