Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:00:51 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64450c444e2a - main - math/py-ibis-framework: Add py-ibis-framework 12.0.0
Message-ID:  <69e3ff13.338e9.82a9f4a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 64450c444e2a93ca1e35b701823c2e166a35134f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:18:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:18:24 +0000

    math/py-ibis-framework: Add py-ibis-framework 12.0.0
    
    Ibis is the portable Python dataframe library:
    - Fast local dataframes (via DuckDB by default)
    - Lazy dataframe expressions
    - Interactive mode for iterative data exploration
    - Compose Python dataframe and SQL code
    - Use the same dataframe API for more than 20 backends
    - Iterate locally and deploy remotely by changing a single line of code
---
 math/Makefile                    |  1 +
 math/py-ibis-framework/Makefile  | 30 ++++++++++++++++++++++++++++++
 math/py-ibis-framework/distinfo  |  3 +++
 math/py-ibis-framework/pkg-descr |  7 +++++++
 4 files changed, 41 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 8d92f4c90b2f..43b6747dc4ba 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1016,6 +1016,7 @@
     SUBDIR += py-highspy
     SUBDIR += py-hmmlearn
     SUBDIR += py-hypernetx
+    SUBDIR += py-ibis-framework
     SUBDIR += py-igraph
     SUBDIR += py-iminuit
     SUBDIR += py-intspan
diff --git a/math/py-ibis-framework/Makefile b/math/py-ibis-framework/Makefile
new file mode 100644
index 000000000000..1f7cf39a663f
--- /dev/null
+++ b/math/py-ibis-framework/Makefile
@@ -0,0 +1,30 @@
+PORTNAME=	ibis-framework
+PORTVERSION=	12.0.0
+CATEGORIES=	math python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	ibis_framework-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Portable Python dataframe library
+WWW=		https://ibis-project.org/ \
+		https://github.com/ibis-project/ibis
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atpublic>=2.3:devel/py-atpublic@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}parsy>=2:devel/py-parsy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.2:devel/py-python-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sqlglot>=23.4:databases/py-sqlglot@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}toolz>=0.11:devel/py-toolz@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tzdata>=2022.7:devel/py-tzdata@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/math/py-ibis-framework/distinfo b/math/py-ibis-framework/distinfo
new file mode 100644
index 000000000000..85440dbb4348
--- /dev/null
+++ b/math/py-ibis-framework/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1775587108
+SHA256 (ibis_framework-12.0.0.tar.gz) = 238624f2c14fdab8382ca2f4f667c3cdb81e29844cd5f8db8a325d0743767c61
+SIZE (ibis_framework-12.0.0.tar.gz) = 1351369
diff --git a/math/py-ibis-framework/pkg-descr b/math/py-ibis-framework/pkg-descr
new file mode 100644
index 000000000000..25abbe6bb34c
--- /dev/null
+++ b/math/py-ibis-framework/pkg-descr
@@ -0,0 +1,7 @@
+Ibis is the portable Python dataframe library:
+- Fast local dataframes (via DuckDB by default)
+- Lazy dataframe expressions
+- Interactive mode for iterative data exploration
+- Compose Python dataframe and SQL code
+- Use the same dataframe API for more than 20 backends
+- Iterate locally and deploy remotely by changing a single line of code


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff13.338e9.82a9f4a>