Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2026 03:19:10 +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: 7ba05c734e88 - main - misc/py-pytorch-lightning: update 2=?utf-8?Q?=2E6.1 =E2=86=92?= 2.6.5
Message-ID:  <6a32122e.3bc05.6ee6015@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=7ba05c734e88ec6d7e213d55454ceef8ad344f0b

commit 7ba05c734e88ec6d7e213d55454ceef8ad344f0b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-17 03:18:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-17 03:19:01 +0000

    misc/py-pytorch-lightning: update 2.6.1 → 2.6.5
---
 misc/py-pytorch-lightning/Makefile | 8 +++++---
 misc/py-pytorch-lightning/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/misc/py-pytorch-lightning/Makefile b/misc/py-pytorch-lightning/Makefile
index 23a70bb8b819..dc8c487f0c87 100644
--- a/misc/py-pytorch-lightning/Makefile
+++ b/misc/py-pytorch-lightning/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pytorch-lightning
-DISTVERSION=	2.6.1
-PORTREVISION=	1
+DISTVERSION=	2.6.5
 CATEGORIES=	misc python # machine-learning
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +13,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fsspec>=2022.5.0:filesystems/py-fsspec@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lightning-utilities>=0.10.0:misc/py-lightning-utilities@${PY_FLAVOR} \
@@ -26,10 +26,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fsspec>=2022.5.0:filesystems/py-fsspec@${PY_
 		${PYTHON_PKGNAMEPREFIX}pyyaml>5.4:devel/py-pyyaml@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 autoplist
+USE_PYTHON=	pep517 autoplist pytest
 
 WRKSRC=		${WRKDIR}/pytorch_lightning-${DISTVERSION}
 
 NO_ARCH=	yes
 
+# tests as of 2.6.5: 4 passed in 12.56s
+
 .include <bsd.port.mk>
diff --git a/misc/py-pytorch-lightning/distinfo b/misc/py-pytorch-lightning/distinfo
index b52297d4cef4..0a240c3a7058 100644
--- a/misc/py-pytorch-lightning/distinfo
+++ b/misc/py-pytorch-lightning/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777488073
-SHA256 (pytorch_lightning-2.6.1.tar.gz) = ba08f8901cf226fcca473046ad9346f414e99117762dc869c76e650d5b3d7bdc
-SIZE (pytorch_lightning-2.6.1.tar.gz) = 665563
+TIMESTAMP = 1781656645
+SHA256 (pytorch_lightning-2.6.5.tar.gz) = 1c32cefa76a1a9c4c5250338272d961d1e48b180e68396849efe128538ddb28e
+SIZE (pytorch_lightning-2.6.5.tar.gz) = 661673


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a32122e.3bc05.6ee6015>