commit: df0f7f9f18a2522e635d802b9fc5118667e99b95 Author: dsaf <ghostyn678+git <AT> gmail <DOT> com> AuthorDate: Sun Mar 15 03:44:29 2026 +0000 Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com> CommitDate: Sun Mar 15 04:14:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df0f7f9f
dev-python/discord-protos: new package, add 1.2.126 Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com> dev-python/discord-protos/Manifest | 2 ++ .../discord-protos/discord-protos-1.2.126.ebuild | 24 ++++++++++++++++++++++ dev-python/discord-protos/metadata.xml | 12 +++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/discord-protos/Manifest b/dev-python/discord-protos/Manifest new file mode 100644 index 0000000000..d2c7150f7f --- /dev/null +++ b/dev-python/discord-protos/Manifest @@ -0,0 +1,2 @@ +DIST discord_protos-1.2.126.tar.gz 162942 BLAKE2B 779dba561638b843378f6ece1a40114c86863f7922b7366cdfa0cbfe8b34be6289a7e89dabdb83b40202465a496520e44fb2c1e0652ea148935333c6a223e9e8 SHA512 1c2a8e369cdb93311d1ad2d84697d95c99d0ba6ccbfad564d261a38c8c0fc23e1460d5e9fe8c558e3b57151783c739eae368c11f440fc99c161abb2f953d2886 +DIST discord_protos-1.2.126.tar.gz.provenance 9989 BLAKE2B 52f23a0c095c665203e3d90a82526e502abd6bcb1a8d0e971cc213bb2c8d8f4bf057f01aba55b88873bf6cc155568ee9662a14e57c86bbebf9df7cf881958f3a SHA512 5db737c79b59142ec219b42d3a1064e9aceae6c4f7e858388cd6d5a3a65e0f1849699b0c304982280a2e21491af49b7cd6968e0eb20aeb517f7aeebe5902bda8 diff --git a/dev-python/discord-protos/discord-protos-1.2.126.ebuild b/dev-python/discord-protos/discord-protos-1.2.126.ebuild new file mode 100644 index 0000000000..5ea734dc3e --- /dev/null +++ b/dev-python/discord-protos/discord-protos-1.2.126.ebuild @@ -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}] +" diff --git a/dev-python/discord-protos/metadata.xml b/dev-python/discord-protos/metadata.xml new file mode 100644 index 0000000000..c7aabd1b32 --- /dev/null +++ b/dev-python/discord-protos/metadata.xml @@ -0,0 +1,12 @@ +<?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>dsaf</name> + </maintainer> + <upstream> + <remote-id type="github">discord-userdoccers/discord-protos</remote-id> + <remote-id type="pypi">discord-protos</remote-id> + </upstream> +</pkgmetadata>
