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:
parent
eeb13706e3
commit
000dabc7dc
@ -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
|
||||
|
24
net/py-err-backend-discord/Makefile
Normal file
24
net/py-err-backend-discord/Makefile
Normal 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>
|
3
net/py-err-backend-discord/distinfo
Normal file
3
net/py-err-backend-discord/distinfo
Normal 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
|
11
net/py-err-backend-discord/files/patch-pyproject.toml
Normal file
11
net/py-err-backend-discord/files/patch-pyproject.toml
Normal 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]
|
2
net/py-err-backend-discord/pkg-descr
Normal file
2
net/py-err-backend-discord/pkg-descr
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user