Date: Wed, 29 Mar 2023 04:32:03 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: 7887e2e3eab2 - main - =?utf-8?Q?devel/py-QtPy:=20Update=202.2.1=20=E2=86=92=202.3.1?= Message-ID: <202303290432.32T4W3nv022517@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=7887e2e3eab280a74e132157b32e9bc3c461fb95 commit 7887e2e3eab280a74e132157b32e9bc3c461fb95 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-29 03:00:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-29 04:31:59 +0000 devel/py-QtPy: Update 2.2.1 → 2.3.1 Reported by: portscout --- devel/py-QtPy/Makefile | 5 +++-- devel/py-QtPy/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-QtPy/Makefile b/devel/py-QtPy/Makefile index 3fa42ea3ca36..07cdd54015c2 100644 --- a/devel/py-QtPy/Makefile +++ b/devel/py-QtPy/Makefile @@ -1,5 +1,5 @@ PORTNAME= QtPy -DISTVERSION= 2.2.1 +DISTVERSION= 2.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,13 @@ WWW= https://github.com/spyder-ide/qtpy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${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-qt>0:devel/py-pytest-qt@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/spyder-ide/qtpy/issues/371 +USE_PYTHON= pep517 autoplist pytest # 1 test fails, see https://github.com/spyder-ide/qtpy/issues/418 NO_ARCH= yes diff --git a/devel/py-QtPy/distinfo b/devel/py-QtPy/distinfo index dcd315097c7c..899cc24e23b4 100644 --- a/devel/py-QtPy/distinfo +++ b/devel/py-QtPy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665177220 -SHA256 (QtPy-2.2.1.tar.gz) = 7d5231133b772e40b4ee514b6673aca558331e4b88ca038b26c9e16c5c95524f -SIZE (QtPy-2.2.1.tar.gz) = 52207 +TIMESTAMP = 1680057938 +SHA256 (QtPy-2.3.1.tar.gz) = a8c74982d6d172ce124d80cafd39653df78989683f760f2281ba91a6e7b9de8b +SIZE (QtPy-2.3.1.tar.gz) = 56260
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303290432.32T4W3nv022517>