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

PR:		279657
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2024-06-24 23:19:12 +02:00 committed by Rene Ladan
parent d071c7aadc
commit c8aaec3796
5 changed files with 44 additions and 0 deletions

View file

@ -73,6 +73,7 @@
SUBDIR += py-irc
SUBDIR += py-limnoria
SUBDIR += py-sopel
SUBDIR += py-sopel-help
SUBDIR += quassel
SUBDIR += quassel-core
SUBDIR += quirc

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1718049690
SHA256 (sopel_help-0.5.1.tar.gz) = b60c83fbc838f52128cc2bb86d539f7646e74d053aa50d75b0e26ebf2b3c1585
SIZE (sopel_help-0.5.1.tar.gz) = 14914

View file

@ -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]

View file

@ -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.