FreeBSD Bugzilla – Attachment 251368 Details for
Bug 279657
[NEW PORT] irc/py-sopel-help: Help plugin for Sopel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-sopel-help-0.5.1.patch
0002-irc-py-sopel-help-New-port-Help-plugin-for-Sopel.patch (text/plain), 3.14 KB, created by
Jesús Daniel Colmenares Oviedo
on 2024-06-10 21:44:26 UTC
(
hide
)
Description:
py-sopel-help-0.5.1.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2024-06-10 21:44:26 UTC
Size:
3.14 KB
patch
obsolete
>From 619516c9bb965733f7d809195380ac6b128b47dd Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Mon, 10 Jun 2024 17:34:07 -0400 >Subject: [PATCH] irc/py-sopel-help: New port: Help plugin for Sopel > >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 >--- > irc/py-sopel-help/Makefile | 28 ++++++++++++++++++++ > irc/py-sopel-help/distinfo | 3 +++ > irc/py-sopel-help/files/patch-pyproject.toml | 9 +++++++ > irc/py-sopel-help/pkg-descr | 3 +++ > 4 files changed, 43 insertions(+) > create mode 100644 irc/py-sopel-help/Makefile > create mode 100644 irc/py-sopel-help/distinfo > create mode 100644 irc/py-sopel-help/files/patch-pyproject.toml > create mode 100644 irc/py-sopel-help/pkg-descr > >diff --git a/irc/py-sopel-help/Makefile b/irc/py-sopel-help/Makefile >new file mode 100644 >index 000000000000..ffe850d2bce3 >--- /dev/null >+++ b/irc/py-sopel-help/Makefile >@@ -0,0 +1,28 @@ >+PORTNAME= sopel-help >+DISTVERSION= 0.5.1 >+CATEGORIES= irc python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= sopel_help-${PORTVERSION} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Help plugin for Sopel >+WWW= https://github.com/sopel-irc/${PORTNAME} >+ >+LICENSE= EFLv2 >+LICENSE_GROUPS= FSF GPL OSI >+LICENSE_NAME= Eiffel Forum License, version 2 >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sopel>=0:irc/py-sopel@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/irc/py-sopel-help/distinfo b/irc/py-sopel-help/distinfo >new file mode 100644 >index 000000000000..5a99bc8f358d >--- /dev/null >+++ b/irc/py-sopel-help/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1718049690 >+SHA256 (sopel_help-0.5.1.tar.gz) = b60c83fbc838f52128cc2bb86d539f7646e74d053aa50d75b0e26ebf2b3c1585 >+SIZE (sopel_help-0.5.1.tar.gz) = 14914 >diff --git a/irc/py-sopel-help/files/patch-pyproject.toml b/irc/py-sopel-help/files/patch-pyproject.toml >new file mode 100644 >index 000000000000..1e3f5d9f1e97 >--- /dev/null >+++ b/irc/py-sopel-help/files/patch-pyproject.toml >@@ -0,0 +1,9 @@ >+--- pyproject.toml.orig 2024-06-10 20:59:27 UTC >++++ pyproject.toml >+@@ -1,5 +1,5 @@ >+ [build-system] >+-requires = ["setuptools>=68.0", "wheel"] >++requires = ["setuptools", "wheel"] >+ build-backend = "setuptools.build_meta" >+ >+ [tool.setuptools] >diff --git a/irc/py-sopel-help/pkg-descr b/irc/py-sopel-help/pkg-descr >new file mode 100644 >index 000000000000..7fec2fabbb49 >--- /dev/null >+++ b/irc/py-sopel-help/pkg-descr >@@ -0,0 +1,3 @@ >+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. >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 279657
: 251368