Skip to content

Commit

Permalink
devel/py-pytest-timeout: Update to 2.1.0
Browse files Browse the repository at this point in the history
- Switch from custom do-test target to USE_PYTHON=pytest
- Pet portclippy

MFH:	No (feature release)
  • Loading branch information
loader-bsd committed Jul 30, 2022
1 parent 762f167 commit dc56fcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
15 changes: 6 additions & 9 deletions devel/py-pytest-timeout/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-timeout
PORTVERSION= 1.4.2
PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,18 +10,15 @@ COMMENT= Pytest plugin to abort hanging tests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.0.0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist distutils

NO_ARCH= yes
USE_PYTHON= autoplist distutils pytest

TEST_ENV+= PYTHONPATH=${TEST_WRKSRC}
do-test:
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)

NO_ARCH= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-pytest-timeout/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1611645002
SHA256 (pytest-timeout-1.4.2.tar.gz) = 20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76
SIZE (pytest-timeout-1.4.2.tar.gz) = 15424
TIMESTAMP = 1659146345
SHA256 (pytest-timeout-2.1.0.tar.gz) = c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9
SIZE (pytest-timeout-2.1.0.tar.gz) = 18386

0 comments on commit dc56fcc

Please sign in to comment.