mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-python/discord-protos: new package, add 1.2.126
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
24
dev-python/discord-protos/discord-protos-1.2.126.ebuild
Normal file
24
dev-python/discord-protos/discord-protos-1.2.126.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_VERIFY_REPO=https://github.com/discord-userdoccers/discord-protos
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit pypi distutils-r1
|
||||
|
||||
DESCRIPTION="Reverse-engineering Discord's protobufs"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/discord-protos/
|
||||
https://github.com/discord-userdoccers/discord-protos
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/protobuf[${PYTHON_USEDEP}]
|
||||
"
|
||||
Reference in New Issue
Block a user