From 870be9524d5a85e6be7803b3f4eae71fd93cb530 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Jul 2023 10:26:59 +0100 Subject: gentoo auto-resync : 10:07:2023 - 10:26:59 --- dev-python/pypresence/pypresence-4.3.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-python/pypresence/pypresence-4.3.0.ebuild (limited to 'dev-python/pypresence/pypresence-4.3.0.ebuild') diff --git a/dev-python/pypresence/pypresence-4.3.0.ebuild b/dev-python/pypresence/pypresence-4.3.0.ebuild new file mode 100644 index 000000000000..ceadf33a5aa0 --- /dev/null +++ b/dev-python/pypresence/pypresence-4.3.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Complete Discord IPC and Rich Presence wrapper library in Python" +HOMEPAGE="https://github.com/qwertyquerty/pypresence" +SRC_URI="https://github.com/qwertyquerty/pypresence/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_sphinx docs/sphinx dev-python/alabaster -- cgit v1.2.3