| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
|
| |
|
|
|
|
|
| |
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency change
PR: 291778
|
| |
|
|
| |
Changes: https://arrow.apache.org/release/
|
| |
|
|
|
|
|
|
|
|
| |
and strip all lower bounds of 3.9 or 3.10 because they are implied now.
python:3.9-X -> python:-X
python:3.9+ -> python
python:3.10-X -> python:-X
python:3.10+ -> python
(options such as ,build preserved)
|
| |
|
|
|
|
|
| |
... depending ports can't be built w/out updating.
PR: 287404
Differential Revision: https://reviews.freebsd.org/D50765
|
| |
|
|
| |
Changes: https://arrow.apache.org/release/
|
| | |
|
| |
|
|
| |
Changes: https://arrow.apache.org/release/
|
| |
|
|
|
|
| |
- Convert to USES=cmake:indirect
Changes: https://arrow.apache.org/release/
|
| |
|
|
| |
- Update version requirement of RUN_DEPENDS
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
Python library for Apache Arrow provides a Python API for functionality provided
by the Arrow C++ libraries, along with tools for Arrow integration and
interoperability with pandas, NumPy, and other software in the Python ecosystem.
|