git: 2345dbb018d0 - main - databases/py-fastparquet: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 21:48:55 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2345dbb018d06c70a38f13224bced7428cd7fe4e
commit 2345dbb018d06c70a38f13224bced7428cd7fe4e
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 21:48:51 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 21:48:51 +0000
databases/py-fastparquet: Remove expired port
2026-06-30 databases/py-fastparquet: Retired by upstream. See https://github.com/dask/fastparquet/commit/dfe8d4ed0107427674dfa1b18918a167f057a328 for details
---
MOVED | 1 +
databases/Makefile | 1 -
databases/py-fastparquet/Makefile | 41 --------------------------------------
databases/py-fastparquet/distinfo | 3 ---
databases/py-fastparquet/pkg-descr | 6 ------
5 files changed, 1 insertion(+), 51 deletions(-)
diff --git a/MOVED b/MOVED
index 24d353334daa..2800b303ac4b 100644
--- a/MOVED
+++ b/MOVED
@@ -5465,3 +5465,4 @@ security/mcrypt||2026-06-30|Has expired: Abandoned, it has multiple vulnerabilit
security/steghide||2026-06-30|Has expired: This version is over 22 years old and has vulnerability
java/jad||2026-06-30|Has expired: This is a version that is over 25 years old and has multiple vulnerabilities
x11/wapanel||2026-06-30|Has expired: https://github.com/Firstbober/wapanel/issues/39
+databases/py-fastparquet||2026-06-30|Has expired: Retired by upstream. See https://github.com/dask/fastparquet/commit/dfe8d4ed0107427674dfa1b18918a167f057a328 for details
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.