Bug 272561 - devel/py-pyasn1-modules: Update to 0.3.0 and switch to new home
Summary: devel/py-pyasn1-modules: Update to 0.3.0 and switch to new home
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: Ruslan Makhmatkhanov
URL: https://github.com/pyasn1/pyasn1-modu...
Keywords:
Depends on: 272359
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-18 04:51 UTC by Alastair Hogge
Modified: 2023-07-19 16:31 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments
Update to 0.3.0 and switch to new home (1.68 KB, patch)
2023-07-18 04:51 UTC, Alastair Hogge
no flags Details | Diff
Update to 0.3.0 and switch to new home (2.42 KB, patch)
2023-07-18 05:03 UTC, Alastair Hogge
no flags Details | Diff
Update to 0.3.0 and switch to new home (2.39 KB, patch)
2023-07-18 13:41 UTC, Alastair Hogge
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alastair Hogge 2023-07-18 04:51:02 UTC
Created attachment 243450 [details]
Update to 0.3.0 and switch to new home

See bug #272359 and bug #262906 for context.
Comment 1 Alastair Hogge 2023-07-18 04:53:36 UTC
Unlike devel/py-pyasn1, devel/py-pyasn1-modules had no current release on PYPI, so GitHub is used until upstream makes it possible to restore distribution fetching from PYPI.
Comment 2 Alastair Hogge 2023-07-18 05:03:55 UTC
Created attachment 243451 [details]
Update to 0.3.0 and switch to new home

port{clippy,fmt,lint} maintenance.
Comment 3 Alastair Hogge 2023-07-18 13:41:50 UTC
Created attachment 243461 [details]
Update to 0.3.0 and switch to new home

Correct typo.
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2023-07-19 08:55:07 UTC
Hello, the actual problem with pypi is distribution name change. I filled a bug report here: https://github.com/pyasn1/pyasn1-modules/issues/10
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-07-19 08:59:10 UTC
A commit in branch main references this bug:

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

commit 044067071419bcc335943efd0e5aed1be7174ba0
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-07-19 08:55:34 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-07-19 08:55:34 +0000

    devel/py-pyasn1-modules: update to 0.3.0

    - update to 0.3.0
    - switch to pep517
    - update homepage link

    Original author of pysnmp1 Ilya Etingof has passed away:
    https://github.com/etingof/pyasn1-modules/issues/154

    and all pysnmp related project were moved community-driven one.

    PR:             272561
    Reported by:    Alastair Hogge <agh@riseup.net>

 devel/py-pyasn1-modules/Makefile | 9 ++++++---
 devel/py-pyasn1-modules/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2023-07-19 09:01:30 UTC
Committed the update, set aside the pypi -> github switch and non-functional changes. I prefer to make such a changes separately to ease repository history review. Thank you!
Comment 7 Alastair Hogge 2023-07-19 11:14:35 UTC
(In reply to Ruslan Makhmatkhanov from comment #6)

Absolutely wonderful, thank you.