diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /misc/py-litellm-proxy-extras | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'misc/py-litellm-proxy-extras')
| -rw-r--r-- | misc/py-litellm-proxy-extras/Makefile | 30 | ||||
| -rw-r--r-- | misc/py-litellm-proxy-extras/distinfo | 3 | ||||
| -rw-r--r-- | misc/py-litellm-proxy-extras/pkg-descr | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/misc/py-litellm-proxy-extras/Makefile b/misc/py-litellm-proxy-extras/Makefile new file mode 100644 index 000000000000..8cf88b614cc9 --- /dev/null +++ b/misc/py-litellm-proxy-extras/Makefile @@ -0,0 +1,30 @@ +PORTNAME= litellm-proxy-extras +DISTVERSION= 0.2.22 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Additional files for the LiteLLM Proxy +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} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/misc/py-litellm-proxy-extras/distinfo b/misc/py-litellm-proxy-extras/distinfo new file mode 100644 index 000000000000..6665c2addd9f --- /dev/null +++ b/misc/py-litellm-proxy-extras/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1758942225 +SHA256 (litellm_proxy_extras-0.2.22.tar.gz) = 59c395bff3353de57d67b7637e8ce0a8a4e096ce55e2ee2df4d9d4bda94f6ef0 +SIZE (litellm_proxy_extras-0.2.22.tar.gz) = 15753 diff --git a/misc/py-litellm-proxy-extras/pkg-descr b/misc/py-litellm-proxy-extras/pkg-descr new file mode 100644 index 000000000000..5d6e8218b97a --- /dev/null +++ b/misc/py-litellm-proxy-extras/pkg-descr @@ -0,0 +1,4 @@ +Additional files for the proxy. Reduces the size of the main litellm +package. + +Currently, only stores the migration.sql files for litellm-proxy. |
