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

Tobias C. Berner tcberner at gmail.com
Thu Jul 15 20:17:13 UTC 2021


Moin moin

wouldn't "net-im" have been a more appropriate category?

mfg Tobias

On Thu, 15 Jul 2021 at 19:59, Neel Chauhan <nc at freebsd.org> wrote:
>
> The branch main has been updated by nc:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=eabf8b6d55f022279a56f53120c93410c7d73458
>
> commit eabf8b6d55f022279a56f53120c93410c7d73458
> Author:     Neel Chauhan <nc at FreeBSD.org>
> AuthorDate: 2021-07-15 17:57:58 +0000
> Commit:     Neel Chauhan <nc at FreeBSD.org>
> CommitDate: 2021-07-15 17:58:53 +0000
>
>     games/py-discord.py: New port: API wrapper for Discord written in Python
> ---
>  games/Makefile                |  1 +
>  games/py-discord.py/Makefile  | 19 +++++++++++++++++++
>  games/py-discord.py/distinfo  |  3 +++
>  games/py-discord.py/pkg-descr |  4 ++++
>  4 files changed, 27 insertions(+)
>
> 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 at 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>
> 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


More information about the dev-commits-ports-all mailing list