Skip to content

Commit

Permalink
devel/py-pytest-xprocess: Update to 0.17.1
Browse files Browse the repository at this point in the history
Approved by:	koobs (ports, mentor, implicit)
MFH:		No (feature release)
  • Loading branch information
loader-bsd committed Jun 22, 2021
1 parent dbe2a18 commit 31642e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions devel/py-pytest-xprocess/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-xprocess
PORTVERSION= 0.12.1
PORTVERSION= 0.17.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,17 +10,15 @@ COMMENT= Pytest plugin to manage external processes across test runs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.3.5:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cache>0:devel/py-pytest-cache@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist distutils

NO_ARCH= yes

post-extract:
${RM} -r ${WRKSRC}/example/__pycache__
TEST_ENV+= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

do-test:
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest
Expand Down
6 changes: 3 additions & 3 deletions devel/py-pytest-xprocess/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1537860840
SHA256 (pytest-xprocess-0.12.1.tar.gz) = 50e0d00d898a867cf2af75168a8bf6d23d582365f8765b73dfc0430d1e53821b
SIZE (pytest-xprocess-0.12.1.tar.gz) = 12078
TIMESTAMP = 1624236496
SHA256 (pytest-xprocess-0.17.1.tar.gz) = 59c739edee7f3f2258e7c77989241698e356c552f5efb28bb46b478616888bf6
SIZE (pytest-xprocess-0.17.1.tar.gz) = 19758

0 comments on commit 31642e8

Please sign in to comment.