mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
irc/py-sopel-help: help plugin that branched off irc/py-sopel
PR: 279657
This commit is contained in:
parent
d071c7aadc
commit
c8aaec3796
5 changed files with 44 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
||||||
SUBDIR += py-irc
|
SUBDIR += py-irc
|
||||||
SUBDIR += py-limnoria
|
SUBDIR += py-limnoria
|
||||||
SUBDIR += py-sopel
|
SUBDIR += py-sopel
|
||||||
|
SUBDIR += py-sopel-help
|
||||||
SUBDIR += quassel
|
SUBDIR += quassel
|
||||||
SUBDIR += quassel-core
|
SUBDIR += quassel-core
|
||||||
SUBDIR += quirc
|
SUBDIR += quirc
|
||||||
|
|
28
irc/py-sopel-help/Makefile
Normal file
28
irc/py-sopel-help/Makefile
Normal 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>
|
3
irc/py-sopel-help/distinfo
Normal file
3
irc/py-sopel-help/distinfo
Normal 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
|
9
irc/py-sopel-help/files/patch-pyproject.toml
Normal file
9
irc/py-sopel-help/files/patch-pyproject.toml
Normal 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]
|
3
irc/py-sopel-help/pkg-descr
Normal file
3
irc/py-sopel-help/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue