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
This commit is contained in:
Rene Ladan
2026-06-30 23:48:51 +02:00
parent ea8e927ecc
commit 2345dbb018
5 changed files with 1 additions and 51 deletions
+1
View File
@@ -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
-1
View File
@@ -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
-41
View File
@@ -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>
-3
View File
@@ -1,3 +0,0 @@
TIMESTAMP = 1766953346
SHA256 (fastparquet-2025.12.0.tar.gz) = 85f807d3846c7691855a68ed7ff6ee40654b72b997f5b1199e6310a1e19d1cd5
SIZE (fastparquet-2025.12.0.tar.gz) = 480045
-6
View File
@@ -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.