Bug 271110 - math/py-pandas: Update to 2.0.1
Summary: math/py-pandas: Update to 2.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-28 03:26 UTC by Wen Heping
Modified: 2023-05-07 16:15 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (python)
wen: exp-run?


Attachments
Update to 2.0.1 (55.34 KB, text/plain)
2023-04-28 03:26 UTC, Wen Heping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2023-04-28 03:26:03 UTC
Created attachment 241804 [details]
Update to 2.0.1

Update to 2.0.1
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2023-04-29 14:01:01 UTC
new failure log:

https://pkg-status.freebsd.org/package18/data/124amd64-default-foo/2023-04-28_17h36m21s/logs/py39-anndata-0.9.1_1.log

Once you fix it, no need for a new exp-run (it's a leaf port)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-05 12:20:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10fa0dc759e50889e2b7408f40fba950f9fc7d63

commit 10fa0dc759e50889e2b7408f40fba950f9fc7d63
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-05-05 12:17:18 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-05-05 12:19:02 +0000

    math/py-pandas: Update to 2.0.1

    PR:             271110
    Reported by:    wen@
    Exp-run by:     antoine@

 math/py-pandas/Makefile  |   7 +-
 math/py-pandas/distinfo  |   6 +-
 math/py-pandas/pkg-plist | 193 +++++++++++++++++++++++++++++------------------
 3 files changed, 128 insertions(+), 78 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-05-07 16:15:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f7413f2919a285595d0de204e2b97391019ab76

commit 4f7413f2919a285595d0de204e2b97391019ab76
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 16:05:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 16:05:31 +0000

    math/py-pandas: Add missing RUN_DEPENDS (py-tzdata)

    - While I'm here:
      - Update version requirement of *_DEPENDS
      - Convert to USE_PYTHON=autoplist
      - Convert to USE_PYTHON=pep517
    - Bump PORTREVISION for dependency and package change

    PR:             271110
    Reference:      https://github.com/pandas-dev/pandas/blob/v2.0.1/pyproject.toml#L31

 math/py-pandas/Makefile                         |   21 +-
 math/py-pandas/files/patch-pyproject.toml (new) |   11 +
 math/py-pandas/pkg-plist (gone)                 | 4290 -----------------------
 3 files changed, 23 insertions(+), 4299 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-05-07 16:15:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c63ced8a896b8391ba7ef60a8b18a9e793a1800c

commit c63ced8a896b8391ba7ef60a8b18a9e793a1800c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 16:03:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 16:03:45 +0000

    devel/py-anndata: Revert 71405986885d014b2a00340546570dbd930dd4f1

    - Bump PORTREVISION for dependency change

    The missing tzdata comes from pandas, not anndata itself.

    PR:             271110
    Reference:      https://github.com/pandas-dev/pandas/blob/v2.0.1/pyproject.toml#L31

 devel/py-anndata/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)