Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2022 09:50:10 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0664a318f326 - main - devel/py-pytest-factoryboy: Update to 2.5.0
Message-ID:  <202206240950.25O9oAaU083542@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0664a318f326d50adb9f5f75906572d841fc3ce8

commit 0664a318f326d50adb9f5f75906572d841fc3ce8
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-06-15 21:37:06 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-24 09:49:48 +0000

    devel/py-pytest-factoryboy: Update to 2.5.0
    
    Changelog:
        https://github.com/pytest-dev/pytest-factoryboy/blob/2.5.0/CHANGES.rst
    
    PR:             264698
---
 devel/py-pytest-factoryboy/Makefile | 10 +++-------
 devel/py-pytest-factoryboy/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/devel/py-pytest-factoryboy/Makefile b/devel/py-pytest-factoryboy/Makefile
index e20191bda3ea..f492c6f42e60 100644
--- a/devel/py-pytest-factoryboy/Makefile
+++ b/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}
@@ -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>
diff --git a/devel/py-pytest-factoryboy/distinfo b/devel/py-pytest-factoryboy/distinfo
index e6ca6206a89f..a051142b6b27 100644
--- a/devel/py-pytest-factoryboy/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206240950.25O9oAaU083542>