notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-fastparquet Python support for Parquet file format
2024.2.0 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2023.4.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-05 17:36:56
Last Update: 2024-03-23 14:31:04
Commit Hash: b0e00dd6
Also Listed In: python
License: APACHE20
WWW:
https://github.com/dask/fastparquet
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}fastparquet>0:databases/py-fastparquet@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-fastparquet/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/py-fastparquet
  • pkg install py39-fastparquet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-fastparquet listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-fastparquet
Package flavors (<flavor>: <package>)
  • py39: py39-fastparquet
distinfo:
TIMESTAMP = 1710712396 SHA256 (fastparquet-2024.2.0.tar.gz) = 81a8f60c51793eb2436b4fdbbf115ff8578a4a457a179240bc08f9d9573d57a4 SIZE (fastparquet-2024.2.0.tar.gz) = 465078

Packages (timestamps in pop-ups are UTC):
py39-fastparquet
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2024.2.0--2024.2.0---
FreeBSD:13:quarterly2024.2.02024.2.0--2024.2.0-2023.4.0-
FreeBSD:14:latest2024.2.02024.2.0--2024.2.0---
FreeBSD:14:quarterly2023.4.02024.2.0--2024.2.0-2023.4.0-
FreeBSD:15:latest2023.4.02024.2.0n/a2023.4.0n/a-2023.4.0-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-numpy>=0,1 : math/py-numpy@py39
  2. py39-setuptools>=0 : devel/py-setuptools@py39
  3. py39-setuptools-scm>=1.5.4 : devel/py-setuptools-scm@py39
  4. py39-wheel>=0 : devel/py-wheel@py39
  5. thrift : devel/thrift
  6. cython-3.9 : lang/cython@py39
  7. python3.9 : lang/python39
  8. py39-build>=0 : devel/py-build@py39
  9. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-cramjam>=2.3 : archivers/py-cramjam@py39
  2. py39-fsspec>=0 : devel/py-fsspec@py39
  3. py39-numpy>=1.20.3,1 : math/py-numpy@py39
  4. py39-packaging>=0 : devel/py-packaging@py39
  5. py39-pandas>=1.5.0,1 : math/py-pandas@py39
  6. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_py-fastparquet
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/f/fastparquet/
  2. https://pypi.org/packages/source/f/fastparquet/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.2.0
23 Mar 2024 14:31:04
commit hash: b0e00dd6326e63d15bf0c53911e035eb3c78c65ccommit hash: b0e00dd6326e63d15bf0c53911e035eb3c78c65ccommit hash: b0e00dd6326e63d15bf0c53911e035eb3c78c65ccommit hash: b0e00dd6326e63d15bf0c53911e035eb3c78c65c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fastparquet: Update to 2024.2.0

Changes:	https://github.com/dask/fastparquet/blob/main/docs/source/releasenotes.rst
		https://github.com/dask/fastparquet/commits/main
		https://fastparquet.readthedocs.io/en/latest/releasenotes.html
2023.4.0
09 Mar 2024 14:05:41
commit hash: 52a613dfdba883947223bd4138a18e4c4b522791commit hash: 52a613dfdba883947223bd4138a18e4c4b522791commit hash: 52a613dfdba883947223bd4138a18e4c4b522791commit hash: 52a613dfdba883947223bd4138a18e4c4b522791 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fastparquet: Remove PY_SETUPTOOLS

py-setuptools should be used rather than PY_SETUPTOOLS
2023.4.0
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
2023.4.0
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
2023.4.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023.4.0
27 May 2023 04:08:20
commit hash: c18796dc55d969e8d51e11854a0331c1cf38f96bcommit hash: c18796dc55d969e8d51e11854a0331c1cf38f96bcommit hash: c18796dc55d969e8d51e11854a0331c1cf38f96bcommit hash: c18796dc55d969e8d51e11854a0331c1cf38f96b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fastparquet: Update to 2023.4.0

Changes:	https://github.com/dask/fastparquet/blob/main/docs/source/releasenotes.rst
		https://fastparquet.readthedocs.io/en/latest/releasenotes.html
2023.2.0_2
07 May 2023 16:03:41
commit hash: 15bb9c00e02aa34d52d3915d89de99dc42c34d42commit hash: 15bb9c00e02aa34d52d3915d89de99dc42c34d42commit hash: 15bb9c00e02aa34d52d3915d89de99dc42c34d42commit hash: 15bb9c00e02aa34d52d3915d89de99dc42c34d42 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fastparquet: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
2023.2.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
2023.2.0
05 Apr 2023 17:29:38
commit hash: 2a685ab209b7b7d03f1d03f6bd2d33676f8efd36commit hash: 2a685ab209b7b7d03f1d03f6bd2d33676f8efd36commit hash: 2a685ab209b7b7d03f1d03f6bd2d33676f8efd36commit hash: 2a685ab209b7b7d03f1d03f6bd2d33676f8efd36 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fastparquet: Add py-fastparquet 2023.2.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.

Number of commits found: 9