commit:     012373ed19165ad4d7ff0142ee617f72fa3a057c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 08:10:44 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 10:01:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012373ed

dev-python/pypresence: new package, add 4.2.1

this is a new dependency of lutris

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pypresence/Manifest                |  1 +
 dev-python/pypresence/metadata.xml            | 13 +++++++++++++
 dev-python/pypresence/pypresence-4.2.1.ebuild | 19 +++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/pypresence/Manifest b/dev-python/pypresence/Manifest
new file mode 100644
index 000000000000..3f5786dab920
--- /dev/null
+++ b/dev-python/pypresence/Manifest
@@ -0,0 +1 @@
+DIST pypresence-4.2.1.gh.tar.gz 375948 BLAKE2B 
be3f654bc9666b1fcc2ea4bbb7fc337b1acf41754750407f0f2a6a29bab39e3a5fa1d3c4076fe68dd31994c8713234aab88b085248e05196e3683e0b0c72c5a5
 SHA512 
b01714fe33bc470aed7ed0ff501ffdb50706e2d9a5610d594e55bb2938c670a55fb42312e67b0126bffa0bc9e04a3c1aeda445769764c2fefc8888945209cb2c

diff --git a/dev-python/pypresence/metadata.xml 
b/dev-python/pypresence/metadata.xml
new file mode 100644
index 000000000000..4c1e79b832b9
--- /dev/null
+++ b/dev-python/pypresence/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Andrew Ammerlaan</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="pypi">pypresence</remote-id>
+               <remote-id type="github">qwertyquerty/pypresence</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/pypresence/pypresence-4.2.1.ebuild 
b/dev-python/pypresence/pypresence-4.2.1.ebuild
new file mode 100644
index 000000000000..42e135f8be29
--- /dev/null
+++ b/dev-python/pypresence/pypresence-4.2.1.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_{9..11} )
+
+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/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_sphinx docs/sphinx dev-python/alabaster

Reply via email to