Date: Fri, 01 May 2026 06:15:57 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Chad Jacob Milios <milios@ccsys.com> Subject: git: 06ec86604eeb - main - misc/py-pytorch-lightning: fix fetch Message-ID: <69f4451d.27c4a.3a16a394@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=06ec86604eeb3829a1b157145c0c87dbc6c2387c commit 06ec86604eeb3829a1b157145c0c87dbc6c2387c Author: Chad Jacob Milios <milios@ccsys.com> AuthorDate: 2026-05-01 06:15:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-05-01 06:15:10 +0000 misc/py-pytorch-lightning: fix fetch PR: 294927 --- misc/py-pytorch-lightning/Makefile | 1 + misc/py-pytorch-lightning/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/py-pytorch-lightning/Makefile b/misc/py-pytorch-lightning/Makefile index b6bf6f7164c0..d435fa52451f 100644 --- a/misc/py-pytorch-lightning/Makefile +++ b/misc/py-pytorch-lightning/Makefile @@ -3,6 +3,7 @@ DISTVERSION= 2.6.1 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight PyTorch wrapper for ML researchers diff --git a/misc/py-pytorch-lightning/distinfo b/misc/py-pytorch-lightning/distinfo index eeb2febd3038..b52297d4cef4 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 +SHA256 (pytorch_lightning-2.6.1.tar.gz) = ba08f8901cf226fcca473046ad9346f414e99117762dc869c76e650d5b3d7bdc +SIZE (pytorch_lightning-2.6.1.tar.gz) = 665563home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f4451d.27c4a.3a16a394>
