Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 03:01:24 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 19ebfb6626d0 - main - misc/py-litellm-proxy-extras: Update to 0.4.70
Message-ID:  <69f56904.45598.4886a2fa@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19ebfb6626d0a5ada75c09a77099e49646375a42

commit 19ebfb6626d0a5ada75c09a77099e49646375a42
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-05-02 03:00:42 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-05-02 03:00:42 +0000

    misc/py-litellm-proxy-extras: Update to 0.4.70
    
    Reported by:    portscout
---
 misc/py-litellm-proxy-extras/Makefile                   |  4 ++--
 misc/py-litellm-proxy-extras/distinfo                   |  6 +++---
 misc/py-litellm-proxy-extras/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/misc/py-litellm-proxy-extras/Makefile b/misc/py-litellm-proxy-extras/Makefile
index 068f2a7fa70c..5bb97688d952 100644
--- a/misc/py-litellm-proxy-extras/Makefile
+++ b/misc/py-litellm-proxy-extras/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	litellm-proxy-extras
-DISTVERSION=	0.4.58
+DISTVERSION=	0.4.70
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW=		https://github.com/BerriAI/litellm
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0.10.7:devel/py-uv-build@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist pep517
diff --git a/misc/py-litellm-proxy-extras/distinfo b/misc/py-litellm-proxy-extras/distinfo
index 4d0b47a61ca5..7a00ad5a9eec 100644
--- a/misc/py-litellm-proxy-extras/distinfo
+++ b/misc/py-litellm-proxy-extras/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773970992
-SHA256 (litellm_proxy_extras-0.4.58.tar.gz) = 84a67483329eced8be4fc61c4e43f117287aa4e3deeb8ddf8fe8cdc9a8508836
-SIZE (litellm_proxy_extras-0.4.58.tar.gz) = 32038
+TIMESTAMP = 1777690105
+SHA256 (litellm_proxy_extras-0.4.70.tar.gz) = 6f8619e3cfea0f33a91f26d90761c655179482a34221c89342e750380f838484
+SIZE (litellm_proxy_extras-0.4.70.tar.gz) = 42708
diff --git a/misc/py-litellm-proxy-extras/files/patch-pyproject.toml b/misc/py-litellm-proxy-extras/files/patch-pyproject.toml
new file mode 100644
index 000000000000..59ee01c57d86
--- /dev/null
+++ b/misc/py-litellm-proxy-extras/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-05-02 02:50:01 UTC
++++ pyproject.toml
+@@ -16,7 +16,7 @@ Documentation = "https://docs.litellm.ai"
+ Documentation = "https://docs.litellm.ai"
+ 
+ [build-system]
+-requires = ["uv_build==0.10.7"]
++requires = ["uv_build>=0.10.7"]
+ build-backend = "uv_build"
+ 
+ [tool.uv]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f56904.45598.4886a2fa>