Bug 279660 - misc/py-emoji: update to 2.12.1
Summary: misc/py-emoji: update to 2.12.1
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: Kyle Evans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-10 22:46 UTC by Ruslan Makhmatkhanov
Modified: 2024-06-11 05:07 UTC (History)
0 users

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


Attachments
update to 2.12.1 (1.77 KB, patch)
2024-06-10 22:46 UTC, Ruslan Makhmatkhanov
no flags Details | Diff
poudriere testport (23.10 KB, text/plain)
2024-06-10 22:46 UTC, Ruslan Makhmatkhanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!