Date: Wed, 17 Apr 2024 08:03:35 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 19a58505af2b - main - devel/py-QtPy: update 2.4.0 =?utf-8?Q?=E2=86=92?= 2.4.1 Message-ID: <202404170803.43H83ZRa045742@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=19a58505af2b92c9ceab41eb598de416fe34e347 commit 19a58505af2b92c9ceab41eb598de416fe34e347 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-17 08:03:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-17 08:03:24 +0000 devel/py-QtPy: update 2.4.0 → 2.4.1 Reported by: portscout --- devel/py-QtPy/Makefile | 8 ++++---- devel/py-QtPy/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-QtPy/Makefile b/devel/py-QtPy/Makefile index 79befa9d1251..febca71aec99 100644 --- a/devel/py-QtPy/Makefile +++ b/devel/py-QtPy/Makefile @@ -1,5 +1,5 @@ PORTNAME= QtPy -DISTVERSION= 2.4.0 +DISTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=3.0.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} USES= python @@ -22,7 +23,6 @@ USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes -# 1 test fails, see https://github.com/spyder-ide/qtpy/issues/418 -# testssuite fails to run, see Testssuite fails to run +# 30 tests fails, see https://github.com/spyder-ide/qtpy/issues/479 .include <bsd.port.mk> diff --git a/devel/py-QtPy/distinfo b/devel/py-QtPy/distinfo index e6847509fe48..e3b1015dc793 100644 --- a/devel/py-QtPy/distinfo +++ b/devel/py-QtPy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693418660 -SHA256 (QtPy-2.4.0.tar.gz) = db2d508167aa6106781565c8da5c6f1487debacba33519cedc35fa8997d424d4 -SIZE (QtPy-2.4.0.tar.gz) = 65007 +TIMESTAMP = 1713339754 +SHA256 (QtPy-2.4.1.tar.gz) = a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987 +SIZE (QtPy-2.4.1.tar.gz) = 65492
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404170803.43H83ZRa045742>