Skip to content

Commit

Permalink
devel/py-pytest-rerunfailures: Update version 10.1=>11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Apr 15, 2023
1 parent e95c9e8 commit d23714b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions devel/py-pytest-rerunfailures/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-rerunfailures
PORTVERSION= 10.1
PORTVERSION= 11.1.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,11 +11,18 @@ WWW= https://github.com/pytest-dev/pytest-rerunfailures
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=17.1:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-pytest-rerunfailures/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1628597728
SHA256 (pytest-rerunfailures-10.1.tar.gz) = 7617c06de13ee6dd2df9add7e275bfb2bcebbaaf3e450f5937cd0200df824273
SIZE (pytest-rerunfailures-10.1.tar.gz) = 13644
TIMESTAMP = 1681563962
SHA256 (pytest-rerunfailures-11.1.2.tar.gz) = 55611661e873f1cafa384c82f08d07883954f4b76435f4b8a5b470c1954573de
SIZE (pytest-rerunfailures-11.1.2.tar.gz) = 17234

0 comments on commit d23714b

Please sign in to comment.