Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.10.0 29 Oct 2024 14:38:37 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2024.10.0
Changes: https://github.com/pydata/xarray/releases |
2024.7.0 04 Aug 2024 17:14:07 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2024.7.0
Changes: https://github.com/pydata/xarray/releases |
2024.6.0 18 Jun 2024 04:00:09 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2024.6.0
Changes: https://github.com/pydata/xarray/releases |
2024.5.0 19 May 2024 17:15:48 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2024.5.0
Changes: https://github.com/pydata/xarray/releases |
2024.3.0 13 Apr 2024 09:31:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2024.3.0
Changes: https://github.com/pydata/xarray/releases |
2023.12.0 31 Mar 2024 03:06:52 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update version requirement of BUILD_DEPENDS
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS |
2023.12.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.12.0 14 Dec 2023 20:45:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.12.0
Changes: https://github.com/pydata/xarray/releases |
2023.11.0 27 Nov 2023 10:28:20 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.11.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/pydata/xarray/releases |
2023.10.1 01 Nov 2023 02:08:25 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.10.1
Changes: https://github.com/pydata/xarray/releases |
2023.9.0 30 Sep 2023 00:44:36 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.9.0
Changes: https://github.com/pydata/xarray/releases |
2023.8.0 26 Aug 2023 09:27:39 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.8.0
Changes: https://github.com/pydata/xarray/releases |
2023.7.0 16 Aug 2023 18:25:38 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.7.0
Changes: https://github.com/pydata/xarray/releases |
2023.6.0 09 Jul 2023 10:19:31 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.6.0
Changes: https://github.com/pydata/xarray/releases |
2023.5.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.5.0 27 May 2023 23:44:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.5.0
Changes: https://github.com/pydata/xarray/releases |
2023.4.2 27 Apr 2023 15:46:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.4.2
Changes: https://github.com/pydata/xarray/releases |
2023.4.1_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2023.4.1 19 Apr 2023 18:54:28 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.4.1
Changes: https://github.com/pydata/xarray/releases |
2023.4.0 18 Apr 2023 21:38:17 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.4.0
Changes: https://github.com/pydata/xarray/releases |
2023.3.0 09 Apr 2023 20:40:24 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.3.0
Changes: https://github.com/pydata/xarray/releases |
2023.2.0 05 Apr 2023 17:30:39 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2023.2.0
Changes: https://github.com/pydata/xarray/releases |
2022.6.0 05 Feb 2023 18:16:44 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update WWW |
2022.6.0 05 Feb 2023 15:48:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Convert to USE_PYTHON=pytest |
2022.6.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.6.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.6.0 27 Aug 2022 10:24:34 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2022.6.0
Changes: https://github.com/pydata/xarray/releases |
2022.3.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2022.3.0 25 Mar 2022 13:37:02 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 2022.3.0
Changes: https://github.com/pydata/xarray/releases |
0.21.1 07 Mar 2022 18:11:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 0.21.1
Changes: https://github.com/pydata/xarray/releases |
0.21.0 28 Feb 2022 12:46:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 0.21.0
Changes: https://github.com/pydata/xarray/releases
https://github.com/pydata/xarray/blob/main/doc/whats-new.rst#whats-new |
0.20.2 11 Jan 2022 18:44:35 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 0.20.2
Changes: https://github.com/pydata/xarray/releases
https://github.com/pydata/xarray/blob/main/doc/whats-new.rst#whats-new |
0.20.1 21 Nov 2021 18:20:27 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 0.20.1
Changes: https://github.com/pydata/xarray/releases
https://github.com/pydata/xarray/blob/main/doc/whats-new.rst#whats-new |
0.20.0 05 Nov 2021 19:14:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 0.20.0
Changes: https://github.com/pydata/xarray/releases
https://github.com/pydata/xarray/blob/main/doc/whats-new.rst#whats-new |
0.19.0 01 Nov 2021 13:41:47 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xarray: Update to 0.19.0
Changes: https://github.com/pydata/xarray/blob/main/doc/whats-new.rst#whats-new |
0.17.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.17.0 07 Mar 2021 22:21:07 |
sunpoet |
Update to 0.17.0
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.16.2 03 Mar 2021 18:11:36 |
sunpoet |
Remove PYNUMPY |
0.16.2 01 Feb 2021 19:34:58 |
sunpoet |
Update version requirement of RUN_DEPENDS |
0.16.2 30 Jan 2021 13:29:58 |
sunpoet |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
0.16.2 10 Dec 2020 21:37:37 |
sunpoet |
Update to 0.16.2
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.16.1 21 Sep 2020 20:02:09 |
sunpoet |
Update to 0.16.1
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.16.0 24 Jul 2020 07:12:58 |
sunpoet |
Update to 0.16.0
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.15.1 31 Mar 2020 23:03:25 |
sunpoet |
Update to 0.15.1
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.15.0 02 Feb 2020 11:00:46 |
sunpoet |
Update to 0.15.0
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.14.1 08 Dec 2019 17:03:18 |
sunpoet |
Update to 0.14.1
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.14.0 20 Oct 2019 17:11:32 |
sunpoet |
Update to 0.14.0
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.13.0 25 Sep 2019 20:41:45 |
sunpoet |
Update to 0.13.0
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.12.3_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.12.3 11 Jul 2019 18:10:12 |
sunpoet |
Update to 0.12.3
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.12.2 30 Jun 2019 16:08:02 |
sunpoet |
Update to 0.12.2
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.12.1 05 Apr 2019 22:44:04 |
sunpoet |
Update to 0.12.1
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.12.0 17 Mar 2019 18:58:39 |
sunpoet |
Update to 0.12.0
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.11.3 27 Jan 2019 19:57:48 |
sunpoet |
Update to 0.11.3
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.11.2 09 Jan 2019 14:52:07 |
sunpoet |
Update to 0.11.2
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.11.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.11.0 10 Nov 2018 07:57:35 |
sunpoet |
Update to 0.11.0
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.10.9 22 Sep 2018 16:44:00 |
sunpoet |
Update to 0.10.9
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new |
0.10.8 29 Aug 2018 19:09:46 |
sunpoet |
Update to 0.10.8
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst |
0.10.4 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.10.4 19 May 2018 11:06:04 |
sunpoet |
Add py-xarray 0.10.4
xarray (formerly xray) is an open source project and Python package that aims to
bring the labeled data power of pandas to the physical sciences, by providing
N-dimensional variants of the core pandas data structures.
Our goal is to provide a pandas-like and pandas-compatible toolkit for analytics
on multi-dimensional arrays, rather than the tabular data for which pandas
excels. Our approach adopts the Common Data Model for self- describing
scientific data in widespread use in the Earth sciences: xarray.Dataset is an
in-memory representation of a netCDF file.
WWW: https://pypi.org/project/xarray/
WWW: https://github.com/pydata/xarray |