Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.11.0 22 Nov 2024 06:22:14
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-fastparquet: Change MASTER_SITES from GitHub to PYPI |
2024.11.0 21 Nov 2024 13:38:03
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-fastparquet: Update to 2024.11.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 |
2024.2.0 06 Nov 2024 15:17:35
    |
Robert Clausecker (fuz)  |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
2024.2.0 23 Mar 2024 14:31:04
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-fastparquet: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS |
2023.4.0 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
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
    |
Charlie Li (vishwin)  |
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
    |
Rene Ladan (rene)  |
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
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-fastparquet: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2023.2.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2023.2.0 05 Apr 2023 17:29:38
    |
Po-Chuan Hsieh (sunpoet)  |
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. |