Bug 262125

Summary: devel/py-matrix-common: Update to 1.1.0
Product: Ports & Packages Reporter: Ashish SHUKLA <ashish>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports
Priority: --- Flags: ashish: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 262126    
Attachments:
Description Flags
Update to 1.1.0
none
devel/py-matrix-common: Update to 1.1.1, switch to pypi ports: maintainer-approval+

Description Ashish SHUKLA freebsd_committer freebsd_triage 2022-02-22 18:20:54 UTC
Created attachment 232014 [details]
Update to 1.1.0
Comment 1 Sascha Biberhofer 2022-02-24 14:33:50 UTC
Created attachment 232073 [details]
devel/py-matrix-common: Update to 1.1.1, switch to pypi

The patch looks, builds, tests and works perfectly fine. :-D But since upstream now ships tests as part of their builds I'd like to switch the port over to pypi, as suggested by the porting guidelines for python packages.

I've adapted your patch accordingly. The result works just as well of course, but for the sake of completeness:

portlint: "OK"
testport: OK (poudriere: 130amd64)
do-test: OK (Ran 7 tests in 0.109s, PASSED (successes=7))

Also runs fine in a production setting with synapse. :-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-24 15:36:38 UTC
A commit in branch main references this bug:

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

commit d4631624b87cd7ba4062d36cbfa8f78abb8ecc89
Author:     Sascha Biberhofer <ports@skyforge.at>
AuthorDate: 2022-02-22 18:08:34 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-02-24 15:34:33 +0000

    devel/py-matrix-common: Update to 1.1.0

    - Switch to pypi

    PR:             262125

 devel/py-matrix-common/Makefile | 8 +++-----
 devel/py-matrix-common/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)
Comment 3 Ashish SHUKLA freebsd_committer freebsd_triage 2022-02-24 15:37:54 UTC
Committed, thanks!