1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

net/py-err-backend-discord: Add py-err-backend-discord 4.0.0

The err-backend-discord backend lets you connect to the Discord platform. A
place that makes it easy to talk every day and hang out more often.
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:13:07 +08:00
parent eeb13706e3
commit 000dabc7dc
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 41 additions and 0 deletions

View File

@ -1049,6 +1049,7 @@
SUBDIR += py-dugong
SUBDIR += py-ec2-cli-tools
SUBDIR += py-ephemeral-port-reserve
SUBDIR += py-err-backend-discord
SUBDIR += py-errbot
SUBDIR += py-eventlet
SUBDIR += py-gdown

View File

@ -0,0 +1,24 @@
PORTNAME= err-backend-discord
PORTVERSION= 4.0.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Discord backend for Errbot
WWW= https://err-backend-discord.readthedocs.io/en/master/ \
https://github.com/errbotio/err-backend-discord
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discord.py>=2.0.1:games/py-discord.py@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1708448836
SHA256 (err-backend-discord-4.0.0.tar.gz) = 479d8a2f3aeb97aaa88944c6eccff7ef34176b8f12314b8f9aa32600e84959ee
SIZE (err-backend-discord-4.0.0.tar.gz) = 21693

View File

@ -0,0 +1,11 @@
--- pyproject.toml.orig 2022-11-10 17:08:31 UTC
+++ pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
- "discord.py==2.0.1",
+ "discord.py>=2.0.1",
]
[project.urls]

View File

@ -0,0 +1,2 @@
The err-backend-discord backend lets you connect to the Discord platform. A
place that makes it easy to talk every day and hang out more often.