Bug 279657 - [NEW PORT] irc/py-sopel-help: Help plugin for Sopel
Summary: [NEW PORT] irc/py-sopel-help: Help plugin for Sopel
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: Rene Ladan
URL: https://github.com/sopel-irc/sopel-help
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-10 21:44 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-06-24 21:27 UTC (History)
1 user (show)

See Also:


Attachments
py-sopel-help-0.5.1.patch (3.14 KB, patch)
2024-06-10 21:44 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-06-10 21:44:26 UTC
Created attachment 251368 [details]
py-sopel-help-0.5.1.patch

Description:
    
sopel-help is a plugin for irc/py-sopel that provides help information
invoked by the .help command in an IRC chat. It was a built-in
command, but now it is separate like any other Sopel plugin.
    
WWW: https://github.com/sopel-irc/sopel-help

QA:

* portlint:
  - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
* testport: OK (poudriere: 14.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-24 21:22:42 UTC
A commit in branch main references this bug:

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

commit c8aaec3796ba9fe3609e3a0e5d4679a31738aac2
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-06-24 21:19:12 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-24 21:21:05 +0000

    irc/py-sopel-help: help plugin that branched off irc/py-sopel

    PR:             279657

 irc/Makefile                                       |  1 +
 irc/py-sopel-help/Makefile (new)                   | 28 ++++++++++++++++++++++
 irc/py-sopel-help/distinfo (new)                   |  3 +++
 irc/py-sopel-help/files/patch-pyproject.toml (new) |  9 +++++++
 irc/py-sopel-help/pkg-descr (new)                  |  3 +++
 5 files changed, 44 insertions(+)