git: fa6125eec57d - main - misc/py-haystack_experimental: Add new port

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Sun, 14 Sep 2025 11:13:25 UTC
The branch main has been updated by otis:

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

commit fa6125eec57df15abb8fd9e4ec7c4539737b8ea3
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-09-14 11:12:19 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-09-14 11:13:12 +0000

    misc/py-haystack_experimental: Add new port
    
    haystack-experimental package provides Haystack users with access to
    experimental features without immediately committing to their official
    release.
    
    Sponsored by:   resulta.tech
---
 misc/Makefile                           |  1 +
 misc/py-haystack_experimental/Makefile  | 21 +++++++++++++++++++++
 misc/py-haystack_experimental/distinfo  |  3 +++
 misc/py-haystack_experimental/pkg-descr |  3 +++
 4 files changed, 28 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index e7d75ce3afec..971051f03eda 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -457,6 +457,7 @@
     SUBDIR += py-gymnasium
     SUBDIR += py-halo
     SUBDIR += py-haystack_ai
+    SUBDIR += py-haystack_experimental
     SUBDIR += py-hf-doc-builder
     SUBDIR += py-hf-xet
     SUBDIR += py-hist
diff --git a/misc/py-haystack_experimental/Makefile b/misc/py-haystack_experimental/Makefile
new file mode 100644
index 000000000000..8e9bda1535be
--- /dev/null
+++ b/misc/py-haystack_experimental/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	haystack_experimental
+PORTVERSION=	0.13.0
+CATEGORIES=	misc python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	otis@FreeBSD.org
+COMMENT=	Experimental features for Haystack
+WWW=		https://github.com/deepset-ai/haystack-experimental
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filetype>0:devel/py-filetype@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}haystack_ai>0:misc/py-haystack_ai@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+.include <bsd.port.mk>
diff --git a/misc/py-haystack_experimental/distinfo b/misc/py-haystack_experimental/distinfo
new file mode 100644
index 000000000000..dc2c6ba95501
--- /dev/null
+++ b/misc/py-haystack_experimental/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1757595006
+SHA256 (haystack_experimental-0.13.0.tar.gz) = 52f7e8f1e6a761315f6c8638e191e27a078a3f7c76b60c6eb2ef6ac9f8eeaa60
+SIZE (haystack_experimental-0.13.0.tar.gz) = 34759
diff --git a/misc/py-haystack_experimental/pkg-descr b/misc/py-haystack_experimental/pkg-descr
new file mode 100644
index 000000000000..00335ef5ddf0
--- /dev/null
+++ b/misc/py-haystack_experimental/pkg-descr
@@ -0,0 +1,3 @@
+The haystack-experimental package provides Haystack users with access to
+experimental features without immediately committing to their official release.
+The main goal is to gather user feedback and iterate on new features quickly.