diff --git a/games/Makefile b/games/Makefile index 9318c70d8f72..238da4150402 100644 --- a/games/Makefile +++ b/games/Makefile @@ -769,6 +769,7 @@ SUBDIR += pushover SUBDIR += pvpgn SUBDIR += py-cbeams + SUBDIR += py-discord.py SUBDIR += py-fife SUBDIR += py-mnemosyne SUBDIR += py-pychess diff --git a/games/py-discord.py/Makefile b/games/py-discord.py/Makefile new file mode 100644 index 000000000000..e30bcbb47efd --- /dev/null +++ b/games/py-discord.py/Makefile @@ -0,0 +1,19 @@ +PORTNAME= discord.py +PORTVERSION= 1.7.3 +CATEGORIES= games python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nc@FreeBSD.org +COMMENT= API wrapper for Discord written in Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} + +USES= python:3.8+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/games/py-discord.py/distinfo b/games/py-discord.py/distinfo new file mode 100644 index 000000000000..b47bea5a1b8d --- /dev/null +++ b/games/py-discord.py/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626371751 +SHA256 (discord.py-1.7.3.tar.gz) = 462cd0fe307aef8b29cbfa8dd613e548ae4b2cb581d46da9ac0d46fb6ea19408 +SIZE (discord.py-1.7.3.tar.gz) = 730988 diff --git a/games/py-discord.py/pkg-descr b/games/py-discord.py/pkg-descr new file mode 100644 index 000000000000..0516d2547de7 --- /dev/null +++ b/games/py-discord.py/pkg-descr @@ -0,0 +1,4 @@ +discord.py is a modern, easy to use, feature-rich, and async ready API +wrapper for Discord written in Python. + +WWW: https://github.com/Rapptz/discord.py