diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-18 21:18:24 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-18 21:18:24 +0000 |
| commit | 64450c444e2a93ca1e35b701823c2e166a35134f (patch) | |
| tree | 1fe39fb6e97e9cbfb6662ee3618929d716f8e4df | |
| parent | bae38c823d12a147296743928494e39d1d9da01e (diff) | |
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
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/py-ibis-framework/Makefile | 30 | ||||
| -rw-r--r-- | math/py-ibis-framework/distinfo | 3 | ||||
| -rw-r--r-- | math/py-ibis-framework/pkg-descr | 7 |
4 files changed, 41 insertions, 0 deletions
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 |
