Bug 279660

Summary: misc/py-emoji: update to 2.12.1
Product: Ports & Packages Reporter: Ruslan Makhmatkhanov <rm>
Component: Individual Port(s)Assignee: Kyle Evans <kevans>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (kevans)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update to 2.12.1
none
poudriere testport none

Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-06-10 22:46:36 UTC
Created attachment 251371 [details]
update to 2.12.1

- update to 2.12.1
- switch to pep517
- allow package build with setuptools < 65


emodji > 2.7.0 is required for newer version of net-im/gajim
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-06-10 22:46:58 UTC
Created attachment 251372 [details]
poudriere testport
Comment 2 Kyle Evans freebsd_committer freebsd_triage 2024-06-11 02:09:49 UTC
(In reply to Ruslan Makhmatkhanov from comment #0)

Hi,

Would you like to take MAINTAINER of this port as a current stakeholder?  I think I only worked on it for OctoPrint, but python ports with loads of dependencies like that are too much pain to maintain IMO
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-06-11 05:02:59 UTC
(In reply to Kyle Evans from comment #2)

sure, no problemo. thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-06-11 05:05:44 UTC
A commit in branch main references this bug:

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

commit 7f25c88630da3ee7f39e1a7530a3e010a8bf366b
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-06-11 05:03:51 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-06-11 05:03:51 +0000

    misc/py-emoji: update to 2.12.1

    - update to 2.12.1
    - switch to pep517
    - allow package build with setuptools < 65
    - take up maintainership

    emoji > 2.7.0 is required for newer version of net-im/gajim

    PR:             279660
    Approved by:    kevans (maintainer)

 misc/py-emoji/Makefile                         | 11 ++++++++---
 misc/py-emoji/distinfo                         |  6 +++---
 misc/py-emoji/files/patch-pyproject.toml (new) |  9 +++++++++
 3 files changed, 20 insertions(+), 6 deletions(-)
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-06-11 05:07:09 UTC
Committed, thanks!