Bug 264357 - devel/py-ordered-set: Update to 4.1.0
Summary: devel/py-ordered-set: Update to 4.1.0
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: Yuri Victorovich
URL: https://github.com/rspeer/ordered-set...
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2022-05-31 00:08 UTC by Yuri Victorovich
Modified: 2022-05-31 09:25 UTC (History)
1 user (show)

See Also:
antoine: maintainer-feedback+


Attachments
patch (1.21 KB, patch)
2022-05-31 00:08 UTC, Yuri Victorovich
no flags Details | Diff
patch (419 bytes, patch)
2022-05-31 00:14 UTC, Yuri Victorovich
no flags Details | Diff
patch (1.35 KB, patch)
2022-05-31 00:16 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-05-31 00:08:41 UTC
Created attachment 234337 [details]
patch

The testsuite passes.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-05-31 00:11:27 UTC
From changelog: Minimum Python version is 3.7.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2022-05-31 00:14:42 UTC
Created attachment 234338 [details]
patch

Thanls, Kubilay!
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2022-05-31 00:16:56 UTC
Created attachment 234339 [details]
patch
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2022-05-31 09:05:59 UTC
Please remove the "install" dependency from the do-test target.
Use this instead:
+TEST_ENV=      ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-05-31 09:25:39 UTC
A commit in branch main references this bug:

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

commit c1cfab30f2626341cbfd4e36c13cdc3fb2c98e9b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-31 09:14:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-31 09:14:04 +0000

    devel/py-ordered-set: Update 3.1.1 -> 4.1.0

    PR:             264357
    Approved by:    antoine (maintainer)

 devel/py-ordered-set/Makefile | 7 ++++---
 devel/py-ordered-set/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)
Comment 6 Yuri Victorovich freebsd_committer freebsd_triage 2022-05-31 09:25:44 UTC
Committed, thanks for a quick approval.