Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2026 18:00:01 +0000
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: 0ebf6fb92691 - main - devel/py-pytest-qt: Fix fetch
Message-ID:  <6a70d721.1d288.7cc56db4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ebf6fb926915b483dc1f1c6747064cd09df4d6c

commit 0ebf6fb926915b483dc1f1c6747064cd09df4d6c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-08-03 15:42:11 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-08-03 17:59:57 +0000

    devel/py-pytest-qt: Fix fetch
    
    PYPI has renamed the distfile to have _ in it.
    
    Reported by:    fallout
---
 devel/py-pytest-qt/Makefile | 1 +
 devel/py-pytest-qt/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/devel/py-pytest-qt/Makefile b/devel/py-pytest-qt/Makefile
index ef54b9c36cb7..5719bd879b6c 100644
--- a/devel/py-pytest-qt/Makefile
+++ b/devel/py-pytest-qt/Makefile
@@ -3,6 +3,7 @@ DISTVERSION=	4.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	PyTest support for PyQt and PySide applications
diff --git a/devel/py-pytest-qt/distinfo b/devel/py-pytest-qt/distinfo
index 52c05b57fd44..8a284dc793b4 100644
--- a/devel/py-pytest-qt/distinfo
+++ b/devel/py-pytest-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777560972
-SHA256 (pytest-qt-4.5.0.tar.gz) = 51620e01c488f065d2036425cbc1cbcf8a6972295105fd285321eb47e66a319f
-SIZE (pytest-qt-4.5.0.tar.gz) = 126042
+TIMESTAMP = 1785771664
+SHA256 (pytest_qt-4.5.0.tar.gz) = 51620e01c488f065d2036425cbc1cbcf8a6972295105fd285321eb47e66a319f
+SIZE (pytest_qt-4.5.0.tar.gz) = 128702


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a70d721.1d288.7cc56db4>