Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2021 22:17:01 +0200
From:      "Tobias C. Berner" <tcberner@gmail.com>
To:        Neel Chauhan <nc@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: eabf8b6d55f0 - main - games/py-discord.py: New port: API wrapper for Discord written in Python
Message-ID:  <CAOshKtcrUHQO8tiFDwgDsAiY8TL3TdFswcn9eQBTJ5p0qbyPFA@mail.gmail.com>
In-Reply-To: <202107151759.16FHxC0Y067508@gitrepo.freebsd.org>
References:  <202107151759.16FHxC0Y067508@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org>
> AuthorDate: 2021-07-15 17:57:58 +0000
> Commit:     Neel Chauhan <nc@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKtcrUHQO8tiFDwgDsAiY8TL3TdFswcn9eQBTJ5p0qbyPFA>