Date: Mon, 16 Sep 2024 08:39:18 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: e44873701575 - main - misc/py-torchvision: update 0.18.1 =?utf-8?Q?=E2=86=92?= 0.19.1 Message-ID: <202409160839.48G8dIA8063314@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=e44873701575acc7825378644b039232a840b671 commit e44873701575acc7825378644b039232a840b671 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-16 08:39:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-16 08:39:10 +0000 misc/py-torchvision: update 0.18.1 → 0.19.1 Reported by: portscout --- misc/py-torchvision/Makefile | 5 +++-- misc/py-torchvision/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/py-torchvision/Makefile b/misc/py-torchvision/Makefile index 973a4e17bb9d..3b7675ba91cf 100644 --- a/misc/py-torchvision/Makefile +++ b/misc/py-torchvision/Makefile @@ -1,6 +1,6 @@ PORTNAME= torchvision DISTVERSIONPREFIX= v -DISTVERSION= 0.18.1 +DISTVERSION= 0.19.1 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,8 @@ PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} PY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>=5.3.0:graphics/py-pillow@${PY_FLAVOR} # image backend -BUILD_DEPENDS= ${PY_DEPENDS} +BUILD_DEPENDS= ${PY_DEPENDS} \ + ninja:devel/ninja # build uses the C compiler for C++ files w/out ninja, and fails RUN_DEPENDS= ${PY_DEPENDS} USES= jpeg python diff --git a/misc/py-torchvision/distinfo b/misc/py-torchvision/distinfo index 01d231d98536..5d53d88407f8 100644 --- a/misc/py-torchvision/distinfo +++ b/misc/py-torchvision/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718852076 -SHA256 (pytorch-vision-v0.18.1_GH0.tar.gz) = 347d472a9ceecc44e0bee1eda140d63cfaffc74a54ec07d4b98da7698ce75516 -SIZE (pytorch-vision-v0.18.1_GH0.tar.gz) = 9485686 +TIMESTAMP = 1726457299 +SHA256 (pytorch-vision-v0.19.1_GH0.tar.gz) = 083e75c467285595ec3eb3c7aa8493c19e53d7eb42f13046fb56a07c8897e5a8 +SIZE (pytorch-vision-v0.19.1_GH0.tar.gz) = 13135101
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409160839.48G8dIA8063314>