1
0
Fork 0

dev-python/pypresence: New package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-03-10 22:37:51 +00:00
parent fd505f12ee
commit 5dca382e23
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST pypresence-4.2.0.tar.gz 376019 BLAKE2B 5ea0ddb2aaf7d2702a37cd732ab533211a53efdd980a7f5698e26a0c7bc98ff2152dccf85ed6b4f8f933cb8a5a05b64db6014826b47d1437239858a72227b994 SHA512 09f2474bd4b4ca78608049a7b6b98fdfbd2d34d896583f20e1bf31a976619bc567b0261914af36698927c330caade2888c0070223f8fc5ff56ce485f2d411f65
EBUILD pypresence-4.2.0.ebuild 473 BLAKE2B 6061c78111e0d173bc2315fd1b3e0524d8732427a6200df6f2fdedcb8cddc53a20bf8bf30d158796ac15106cf6e852bede910966043ea8e0e409b4120b1493e3 SHA512 98e7f00f02c3c2413153a639af9f6e32221c1f34834e32f8d3d9e902a4387b2177c3bc40cb27f0532450beea8864266a1246dd0d8ef64132cb94bbe23d17773b
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,20 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1
SRC_URI="https://github.com/qwertyquerty/pypresence/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Discord IPC and Rich Presence wrapper for Python"
HOMEPAGE="https://qwertyquerty.github.io/pypresence/html/index.html"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""