Skip to content

Commit

Permalink
devel/py-pytest-factoryboy: Update to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanix authored and lwhsu committed Jun 24, 2022
1 parent 84a7247 commit 0664a31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions devel/py-pytest-factoryboy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-factoryboy
PORTVERSION= 2.1.0
PORTVERSION= 2.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -18,15 +18,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR}

USES= python:3.6+
USE_GITHUB= yes # tests not shiped with sdist
GH_ACCOUNT= pytest-dev
USE_PYTHON= autoplist concurrent distutils

TEST_ENV= PYTHONPATH=${WRKSRC}/src

NO_ARCH= yes

do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
# Tests not shipped with the distribution
# Issue: https://github.com/pytest-dev/pytest-factoryboy/issues/170

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-pytest-factoryboy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1610105312
SHA256 (pytest-dev-pytest-factoryboy-2.1.0_GH0.tar.gz) = 67457e7b39f9c55f26b8b450092d7c7fa980ea1314add09b5d9d4fe96f7ffa44
SIZE (pytest-dev-pytest-factoryboy-2.1.0_GH0.tar.gz) = 17104
TIMESTAMP = 1655338512
SHA256 (pytest-factoryboy-2.5.0.tar.gz) = 8abcfe5396a2cadf0b2d6fc1ba607d05f191db915eac95733ab741cb30968a46
SIZE (pytest-factoryboy-2.5.0.tar.gz) = 17870

0 comments on commit 0664a31

Please sign in to comment.