Bug 292261 - devel/py-typecode: fix metadata
Summary: devel/py-typecode: fix metadata
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-07 23:31 UTC by Charlie Li
Modified: 2026-02-11 15:00 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (tuukka.pasanen)


Attachments
v0 (1.18 KB, patch)
2026-01-07 23:31 UTC, Charlie Li
vishwin: maintainer-approval? (tuukka.pasanen)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Li freebsd_committer freebsd_triage 2026-01-07 23:31:08 UTC
Created attachment 266924 [details]
v0

Looks like upstream didn't bump the setup.cfg version to match what they published, so the build will generate a wheel with that wrong version.

While here update WWW
Comment 1 Tuukka Pasanen 2026-01-12 13:45:31 UTC
As this fixes the current situation should py-typecode be updated to version 30.1.0 which seems to address this one.
Comment 2 Tuukka Pasanen 2026-02-10 10:07:24 UTC
Please see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293081

Does it fix your problem?
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-02-10 14:36:53 UTC
A commit in branch main references this bug:

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

commit a8f2a25b8c20c34eec065c80c07a893913987eb1
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-10 14:32:20 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-10 14:32:20 +0000

    devel/py-typecode: Update 30.0.2 => 30.1.0

    ChangeLog:
    https://github.com/aboutcode-org/typecode/blob/v30.1.0/CHANGELOG.rst

    Fix warnings from portlint:
    - Remove dot from COMMENT.
    - Split long line >80 in pkg-descr.

    PR:     293081 292261

 devel/py-typecode/Makefile  | 5 ++---
 devel/py-typecode/distinfo  | 6 +++---
 devel/py-typecode/pkg-descr | 4 ++--
 3 files changed, 7 insertions(+), 8 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-10 14:41:14 UTC
Is there any point in keeping:
> WWW=https://github.com/nexB/plugincode
?
Comment 5 Tuukka Pasanen 2026-02-11 06:48:36 UTC
(In reply to Vladimir Druzenko from comment #4)
Thanks for fast importing and that was good spot It's actually wrong. I'll fix that.
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-11 11:10:36 UTC
(In reply to Tuukka Pasanen from comment #5)
Is the correct URL "https://github.com/aboutcode-org/typecode/"?
I'll commit it without you having to create a patch.
Comment 7 Tuukka Pasanen 2026-02-11 12:30:14 UTC
(In reply to Vladimir Druzenko from comment #6)
URL is correct.
Comment 8 commit-hook freebsd_committer freebsd_triage 2026-02-11 14:56:29 UTC
A commit in branch main references this bug:

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

commit 8bdeb2666d68bced326aec33a6e1440e699da07c
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-02-11 14:39:18 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-11 14:39:18 +0000

    devel/py-typecode: Update WWW

    Correct value is https://github.com/aboutcode-org/typecode/

    PR:             292261
    Approved by:    Tuukka Pasanen <tuukka.pasanen@ilmi.fi> (maintainer)

 devel/py-typecode/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)