diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest deleted file mode 100644 index 0dff758..0000000 --- a/dev-python/pure-protobuf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pure_protobuf-2.3.0.tar.gz 16481 BLAKE2B b56d024b13ef4711c9b53ffc47029fb4e49e025d8c096b547926d44a89769a26d180420698dbf51c2db4b58f8b8df6825d368c921babdd9774e4c3a4f0d72e7e SHA512 2b2eb372cde5b7c765fa878b06fe1a82f57061d0887f560aa84799db09d506a4947b54feffff51391ebf2c87923845f93badbab19e1cf45f998c79f6df75fb05 diff --git a/dev-python/pure-protobuf/metadata.xml b/dev-python/pure-protobuf/metadata.xml deleted file mode 100644 index b63bd44..0000000 --- a/dev-python/pure-protobuf/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - - pure-protobuf - eigenein/protobuf - - diff --git a/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild deleted file mode 100644 index d84a33e..0000000 --- a/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild +++ /dev/null @@ -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}]"