1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

games/py-discord.py: New port: API wrapper for Discord written in Python

This commit is contained in:
Neel Chauhan 2021-07-15 10:57:58 -07:00
parent c2bb2605ef
commit eabf8b6d55
4 changed files with 27 additions and 0 deletions

View File

@ -769,6 +769,7 @@
SUBDIR += pushover
SUBDIR += pvpgn
SUBDIR += py-cbeams
SUBDIR += py-discord.py
SUBDIR += py-fife
SUBDIR += py-mnemosyne
SUBDIR += py-pychess

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1626371751
SHA256 (discord.py-1.7.3.tar.gz) = 462cd0fe307aef8b29cbfa8dd613e548ae4b2cb581d46da9ac0d46fb6ea19408
SIZE (discord.py-1.7.3.tar.gz) = 730988

View File

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