diff options
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/py-fastparquet/Makefile | 41 | ||||
| -rw-r--r-- | databases/py-fastparquet/distinfo | 3 | ||||
| -rw-r--r-- | databases/py-fastparquet/pkg-descr | 6 |
4 files changed, 0 insertions, 51 deletions
diff --git a/databases/Makefile b/databases/Makefile index 164656605680..8d03b38bdd99 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -772,7 +772,6 @@ SUBDIR += py-duckdb SUBDIR += py-duckdb_engine SUBDIR += py-fakeredis - SUBDIR += py-fastparquet SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-pymongo diff --git a/databases/py-fastparquet/Makefile b/databases/py-fastparquet/Makefile deleted file mode 100644 index b48bfc28e806..000000000000 --- a/databases/py-fastparquet/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -PORTNAME= fastparquet -PORTVERSION= 2025.12.0 -PORTREVISION= 2 -CATEGORIES= databases python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python support for Parquet file format -WWW= https://github.com/dask/fastparquet - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Retired by upstream. See https://github.com/dask/fastparquet/commit/dfe8d4ed0107427674dfa1b18918a167f057a328 for details -EXPIRATION_DATE=2026-06-30 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ - thrift:devel/thrift -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cramjam>=2.3:archivers/py-cramjam@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fsspec>=0:filesystems/py-fsspec@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.5.0,1:math/py-pandas@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent cython pep517 - -BINARY_ALIAS= git=false -MAKE_ENV= SETUPTOOLS_SCM_PRETEND_VERSION=${PORTVERSION} - -post-patch: - @${RM} ${WRKSRC}/fastparquet/*.c - -post-install: - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + - -.include <bsd.port.mk> diff --git a/databases/py-fastparquet/distinfo b/databases/py-fastparquet/distinfo deleted file mode 100644 index 8c9329d7f16c..000000000000 --- a/databases/py-fastparquet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1766953346 -SHA256 (fastparquet-2025.12.0.tar.gz) = 85f807d3846c7691855a68ed7ff6ee40654b72b997f5b1199e6310a1e19d1cd5 -SIZE (fastparquet-2025.12.0.tar.gz) = 480045 diff --git a/databases/py-fastparquet/pkg-descr b/databases/py-fastparquet/pkg-descr deleted file mode 100644 index d8b5b47d5700..000000000000 --- a/databases/py-fastparquet/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -fastparquet is a python implementation of the parquet format, aiming integrate -into python-based big data work-flows. It is used implicitly by the projects -Dask, Pandas and intake-parquet. - -We offer a high degree of support for the features of the parquet format, and -very competitive performance, in a small install size and codebase. |
