1
0

dev-python/pure-protobuf: treeclean

This commit is contained in:
Ryan Fox 2024-03-28 00:22:13 -07:00
parent 33612bd80e
commit e3dd41097b
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 0 additions and 33 deletions

View File

@ -1 +0,0 @@
DIST pure_protobuf-2.3.0.tar.gz 16481 BLAKE2B b56d024b13ef4711c9b53ffc47029fb4e49e025d8c096b547926d44a89769a26d180420698dbf51c2db4b58f8b8df6825d368c921babdd9774e4c3a4f0d72e7e SHA512 2b2eb372cde5b7c765fa878b06fe1a82f57061d0887f560aa84799db09d506a4947b54feffff51391ebf2c87923845f93badbab19e1cf45f998c79f6df75fb05

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="pypi">pure-protobuf</remote-id>
<remote-id type="github">eigenein/protobuf</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,20 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Protobufs with dataclass support"
HOMEPAGE="https://eigenein.github.io/protobuf/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"